Hopefully fix the autogen.sh problems using the --force and touch

config.h.in sledge hammers.

(Logical change 1.359)
edge.strict_endians
cantab.net!aia21 2004-04-05 21:29:35 +00:00
parent b4f854016c
commit 5fb435e10c
1 changed files with 5 additions and 1 deletions

View File

@ -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."