autogen.sh 215 B

1234567891011
  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. autoreconf -if