summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: d38e0ef7e4577e3144b9d87091125948818fc6ee (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh -xe
#
# Simple script to run the appropriate autotools from a repository.
#
autoheader
autoconf
rm -rf autom4te.cache config.log config.status
rm -f Makefile rdoff/Makefile doc/Makefile
rm -f config.h.in config.h config/config.h