autogen.sh 230 B

123456789
  1. #!/bin/sh -xe
  2. #
  3. # Simple script to run the appropriate autotools from a repository.
  4. #
  5. autoreconf
  6. rm -rf autom4te.cache config.log config.status
  7. rm -f Makefile rdoff/Makefile doc/Makefile
  8. rm -f config.h.in config.h config/config.h