rerunning the autotools to regenerate them.
+2001-07-31 Gary V. Vaughan <gary@gnu.org>
+
+ * bootstrap: Remove generated files (incase they are links) before
+ rerunning the autotools to regenerate them.
+
2001-07-30 Gary V. Vaughan <gary@gnu.org>
* libtool.m4 (AC_LIBTOOL_SETUP): Use Autoconf-2.50 era
touch ltmain.sh
touch libtoolize
-for sub in . libltdl demo depdemo mdemo cdemo tagdemo pdemo; do
+for sub in . libltdl cdemo demo depdemo mdemo ltdldemo pdemo tagdemo; do
case $sub in
.)
top_srcdir=.
esac
cd $sub
- rm -f acinclude.m4 Makefile
+ rm -f acinclude.m4 aclocal.m4 Makefile configure
for file in $acfiles; do
cat $file >> ./acinclude.m4
done