autogen.sh 244 B

1234567891011121314
  1. #!/bin/sh
  2. # You need autoconf 2.5x, preferably 2.57 or later
  3. # You need automake 1.7 or later. 1.6 might work.
  4. set -e
  5. aclocal
  6. autoheader
  7. automake --foreign --add-missing --force-missing --copy
  8. # automake --gnu --add-missing --copy
  9. autoconf