PageRenderTime 32ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/autogen.sh

#
Shell | 12 lines | 7 code | 4 blank | 1 comment | 3 complexity | bc22a2126c6cdf83d2a955cc331d333d 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 "$@"