GNU bug report logs -
#17258
autogen.sh doesn't update stale autoconf files in build-aux
Previous Next
Reported by: Achim Gratz <Stromeko <at> nexgo.de>
Date: Sun, 13 Apr 2014 09:18:02 UTC
Severity: normal
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 13 Apr 2014 22:45:15 -0700
with message-id <534B75EB.9090005 <at> cs.ucla.edu>
and subject line Re: autogen.sh doesn't update stale autoconf files in build-aux
has caused the debbugs.gnu.org bug report #17258,
regarding autogen.sh doesn't update stale autoconf files in build-aux
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
17258: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17258
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
While troubleshooting a problem with configure on my system, I found
that autogen.sh never updated these autoconf files in build-aux, so they
were still the same as when they had been generated/copied three years
ago:
build-aux/compile
build-aux/config.guess
build-aux/config.sub
build-aux/install-sh
build-aux/missing
build-aux/depcomp
Apparently these files are just checked for existence unless the
"--force" option is also given (which autogen.sh doesn't do). I'm
currently using autoconf 2.69 if that matters.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Factory and User Sound Singles for Waldorf Q+, Q and microQ:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds
[Message part 3 (message/rfc822, inline)]
In trunk bzr 116975 I changed autogen.sh to use autoreconf's -f option,
which should fix the bug. -f won't hurt in the typical case when
autogen.sh is being invoked in freshly checked-out sources, and might
help in cases where autoreconf itself has been upgraded.
GNU make should do this automatically when things go well, but there are
a lot of reasons timestamps can be messed up in a source tree and
autogen.sh should try to be helpful when recovering from such problems.
This bug report was last modified 11 years and 95 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.