autogen.sh
Upload User: aoeyumen
Upload Date: 2007-01-06
Package Size: 3329k
Code Size: 0k
Category:

DVD

Development Platform:

Unix_Linux

  1. #!/bin/sh
  2. # Run this to generate all the initial makefiles, etc.
  3. srcdir=`dirname $0`
  4. test -z "$srcdir" && srcdir=.
  5. PKG_NAME="the package."
  6. (test -f $srcdir/configure.in) || {
  7.     echo -n "**Error**: Directory "`$srcdir'" does not look like the"
  8.     echo " top-level directory"
  9.     exit 1
  10. }
  11. . $srcdir/macros/autogen.sh