autogen.sh
上传用户:aoeyumen
上传日期:2007-01-06
资源大小:3329k
文件大小:0k
源码类别:

DVD

开发平台:

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