File: autogen.sh

package info (click to toggle)
lopster 1.2.0.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,480 kB
  • ctags: 4,093
  • sloc: ansic: 55,134; sh: 752; makefile: 118
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