[Bug 3738] References to autoreconf
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sat Sep 21 10:42:29 AEST 2024
https://bugzilla.mindrot.org/show_bug.cgi?id=3738
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at dtucker.net
--- Comment #1 from Darren Tucker <dtucker at dtucker.net> ---
> Presumably some local changes might invalidate the configure script and > require re-running autoreconf,
There's already a check in configure for this
(https://github.com/openssh/openssh-portable/blob/master/configure.ac#L21),
so:
$ touch configure.ac && ./configure
configure: error: ./configure.ac newer than configure, run autoreconf
> (Unrelated: Both README and README.md exist, but they have different
> content. That feels odd.)
README is the original file, README.md was added for the benefit of
github users.
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list