autogen.sh 237 B

123456789101112
  1. #!/bin/sh
  2. # Run this to set up the build system: configure, makefiles, etc.
  3. set -e
  4. srcdir=`dirname $0`
  5. test -n "$srcdir" && cd "$srcdir"
  6. echo "Updating build configuration files, please wait...."
  7. ACLOCAL_FLAGS="-I m4"
  8. autoreconf -isf