Remove config.h before generating the files.

This commit is contained in:
Moritz Bunkus 2003-10-08 10:52:13 +00:00
parent 81fbd51042
commit 24c39a3494

View File

@ -62,6 +62,10 @@ esac
echo "Generating configuration files for $package, please wait...."
if test -f config.h; then
rm config.h
fi
echo " aclocal $ACLOCAL_FLAGS" && aclocal $ACLOCAL_FLAGS
echo " autoheader" && autoheader
#echo " libtoolize --automake" && libtoolize --automake