File: autogen.sh

package info (click to toggle)
partimage-doc 20020126-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 548 kB
  • ctags: 306
  • sloc: makefile: 142; sh: 112
file content (15 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download | duplicates (50)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.

PKG_NAME="the package."

(test -f $srcdir/configure.in) || {
    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
    echo " top-level directory"
    exit 1
}

. $srcdir/macros/autogen.sh