From 5131be5b019b1110cd597012b63e48886aaaafc7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 25 Aug 2005 12:11:12 +0000 Subject: [PATCH] Fix autoreconf invocation. --- ChangeLog | 6 ++++++ gnulib-tool | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 142063af7e..021f2f5eab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-24 Bruno Haible + + * 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 * gnulib-tool: Add support for the --aux-dir option to diff --git a/gnulib-tool b/gnulib-tool index af38d5ac85..a146078f24 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ 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'` @@ -934,8 +934,8 @@ func_create_megatestdir () # Create autogenerated files. (cd "$megatestdir" - echo "executing ${AUTORECONF} --force --install" - ${AUTORECONF} --force --install + echo "executing ${AUTORECONF} --install" + ${AUTORECONF} --install ) } -- 2.30.2