Hopefully fix the autogen.sh problems using the --force and touch
config.h.in sledge hammers. (Logical change 1.359)edge.strict_endians
parent
b4f854016c
commit
5fb435e10c
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue