Blame autogen.sh

Packit c1f960
#!/bin/sh -xe
Packit c1f960
#
Packit c1f960
# Simple script to run the appropriate autotools from a repository.
Packit c1f960
#
Packit c1f960
autoheader
Packit c1f960
autoconf
Packit c1f960
rm -rf autom4te.cache config.log config.status
Packit c1f960
rm -f Makefile rdoff/Makefile doc/Makefile
Packit c1f960
rm -f config.h.in config.h config/config.h