autogen.sh 225 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 for daala, please wait...."
  7. autoreconf -if