From 5fb435e10c752d98c03ac76cc437cb343101017f Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Mon, 5 Apr 2004 21:29:35 +0000 Subject: [PATCH] Hopefully fix the autogen.sh problems using the --force and touch config.h.in sledge hammers. (Logical change 1.359) --- autogen.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 6d9db571..dcdf42a8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -25,7 +25,11 @@ fi } echo Running autoreconf --verbose --install --warnings=all -autoreconf --verbose --install --warnings=all +autoreconf --force --verbose --install --warnings=all + +# This gets around the BitKeeper problem that it checks out files with the +# current time stamp rather than the time stamp at check in time. +touch config.h.in if test -z "$*"; then echo "**Warning**: I am going to run \`configure' with no arguments."