autogen.sh 227 B

12345678910111213
  1. #!/bin/sh
  2. if [ -x "`which autoreconf 2>/dev/null`" ] ; then
  3. exec autoreconf -ivf
  4. fi
  5. set -e
  6. # Run this to generate all the initial makefiles, etc.
  7. aclocal && \
  8. autoheader && \
  9. autoconf && \
  10. automake --add-missing --copy