You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
250B

  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. mkdir -p m4
  8. ACLOCAL_FLAGS="-I m4"
  9. autoreconf -if