+2005-08-24 Bruno Haible <bruno@clisp.org>
+
+ * gnulib-tool (func_create_megatestdir): Call autoreconf without the
+ option --force, because --force causes the aclocal.m4 of each
+ subdirectory to be newer than the corresponding config.h.in.
+
2005-08-24 Bruno Haible <bruno@clisp.org>
* gnulib-tool: Add support for the --aux-dir option to
progname=$0
package=gnulib
-cvsdatestamp='$Date: 2005-08-25 12:08:21 $'
+cvsdatestamp='$Date: 2005-08-25 12:11:12 $'
last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
# Create autogenerated files.
(cd "$megatestdir"
- echo "executing ${AUTORECONF} --force --install"
- ${AUTORECONF} --force --install
+ echo "executing ${AUTORECONF} --install"
+ ${AUTORECONF} --install
)
}