doesn't exist!!
* bootstrap: Fake an ltconfig incase the installed automake
calls an installed libtoolize (as part of its --add-missing
process) which thinks ltconfig should be there.
2000-09-07 Gary V. Vaughan <gvv@techie.com>
+ * libtoolize.in (files): Don't try to install ltconfig -- it
+ doesn't exist!!
+ * bootstrap: Fake an ltconfig incase the installed automake
+ calls an installed libtoolize (as part of its --add-missing
+ process) which thinks ltconfig should be there.
+
* libtool.m4 (_LT_AC_LTCONFIG_HACK): Deleted a vital `;;'
terminator from a case statement by mistake.
ln -s libtool.m4 acinclude.m4
# fake the libtool scripts
touch ltmain.sh
+touch ltconfig
touch libtoolize
aclocal
automake --gnu --add-missing --copy
cd ..
done
-rm -f ltmain.sh libtoolize
+rm -f ltmain.sh ltconfig libtoolize
exit 0
echo "$progname: cannot list files in \`$pkgdatadir'" 1>&2
exit 1
fi
-files='config.guess config.sub ltconfig ltmain.sh'
+files='config.guess config.sub ltmain.sh'
auxdir=.
auxdirline=`egrep '^AC_CONFIG_AUX_DIR' configure.in 2>/dev/null`