PageRenderTime 38ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/autogen.sh

#
Shell | 12 lines | 7 code | 4 blank | 1 comment | 3 complexity | a3bf19b468b62c882b323c74bdbb8df7 MD5 | raw file
  1. #! /bin/sh
  2. srcdir=`dirname $0`
  3. test -z "$srcdir" && srcdir=.
  4. ORIGDIR=`pwd`
  5. cd $srcdir
  6. autoreconf -v --install || exit 1
  7. cd $ORIGDIR || exit $?
  8. $srcdir/configure --enable-maintainer-mode "$@"