ossp-pkg/rc/devtool.func 1.5 -> 1.6
--- devtool.func 2002/02/08 18:35:03 1.5
+++ devtool.func 2002/03/26 17:11:06 1.6
@@ -32,6 +32,7 @@
autoconf_version=`devtool_require autoconf --version 4 "$1" "$2"`
echo "generating (GNU Autoconf $autoconf_version): configure ac_config.h.in"
autoconf
+ rm -rf autom4te.cache >/dev/null 2>&1
autoheader 2>&1 | grep -v "is unchanged"
;;
libtool )
|
|