autogen.sh 293 B

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