File: autogen.sh

package info (click to toggle)
lopster 1.2.2-6
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,592 kB
  • ctags: 4,155
  • sloc: ansic: 56,739; sh: 350; makefile: 124
file content (13 lines) | stat: -rwxr-xr-x 233 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

test -f configure.in || {
    echo "**Error**: This directory does not look like the top-level directory"
    exit 1
}

set -e
aclocal
autoheader
automake -a
autoconf