bootstrap 197 B

12345678910111213
  1. #!/bin/sh
  2. #run this script to create the 'configure' script
  3. if [ ! -f NEWS ] ; then
  4. touch NEWS
  5. fi
  6. aclocal -I m4 && \
  7. libtoolize --copy --force && \
  8. autoheader && \
  9. autoconf && \
  10. automake -a -c