]> git.saurik.com Git - apt.git/commit
do not rerun ./configure causing FTCBFS with newer autotools-dev
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 19 Nov 2015 21:39:13 +0000 (22:39 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Thu, 19 Nov 2015 22:38:49 +0000 (23:38 +0100)
commit520624d562e54e8e2c0191fae723e668e3ece6b4
tree08e9f1b6fdccea1c08f6efd279d84c9f359149d4
parent033752214285a40f21f1ceb00a9e0b68ec8fc84f
do not rerun ./configure causing FTCBFS with newer autotools-dev

If the config.{sub,guess} files we linked in were newer than our
configure script we ended up recreating configure and then rerun it
without all the configuration options which were (potentially) present
for a previous run.

We avoid this by changing to the same ruleset as in the debian/rules
file which compares the config.* files against a stamp file rather than
the configure script itself as its the configuration itself which
depends on all scripts, not configure on the config scripts.

While at it, we also drop the 'make -s dirs' call as we don't need to do
it explicitly here as proper dependencies will take care of it.

Thanks: Helmut Grohne for the detailed bugreport.
Closes: 804923
buildlib/configure.mak
configure.ac
debian/rules