Home | History | Annotate | Download | only in libopus
      1 #!/bin/sh
      2 # Run this to set up the build system: configure, makefiles, etc.
      3 set -e
      4 
      5 srcdir=`dirname $0`
      6 test -n "$srcdir" && cd "$srcdir"
      7 
      8 echo "Updating build configuration files, please wait...."
      9 
     10 autoreconf -isf
     11