Argh. Re-ordering my patch queue was not a great idea... another obvious fix to push. :(
* Makefile.am (pkgltdl_files): aclocal.m4 depends on configure.ac, and will cause spurious reconfiguration of freshly `libtoolize --ltdl' tree if we don't ensure configure.ac is the older of these two files. * tests/libtoolize.at: Adjust expout order to match. Signed-off-by: Gary V. Vaughan <g...@gnu.org> --- Makefile.am | 2 +- tests/libtoolize.at | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 42c2baf..0ca8fbf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -460,12 +460,12 @@ pkgltdl_files = COPYING.LIB \ Makefile.in \ Makefile.inc \ README \ + configure.ac \ aclocal.m4 \ argz_.h \ argz.c \ config-h.in \ configure \ - configure.ac \ libltdl/lt__alloc.h \ libltdl/lt__dirent.h \ libltdl/lt__glibc.h \ diff --git a/tests/libtoolize.at b/tests/libtoolize.at index 55520b5..748cd4d 100644 --- a/tests/libtoolize.at +++ b/tests/libtoolize.at @@ -372,12 +372,12 @@ libtoolize: linking file `ltdl/COPYING.LIB' libtoolize: linking file `ltdl/Makefile.am' libtoolize: linking file `ltdl/Makefile.in' libtoolize: linking file `ltdl/README' +libtoolize: linking file `ltdl/configure.ac' libtoolize: copying file `ltdl/aclocal.m4' libtoolize: linking file `ltdl/argz_.h' libtoolize: linking file `ltdl/argz.c' libtoolize: linking file `ltdl/config-h.in' libtoolize: linking file `ltdl/configure' -libtoolize: linking file `ltdl/configure.ac' libtoolize: linking file `ltdl/libltdl/lt__alloc.h' libtoolize: linking file `ltdl/libltdl/lt__dirent.h' libtoolize: linking file `ltdl/libltdl/lt__glibc.h' @@ -471,12 +471,12 @@ libtoolize: copying file `ltdl/COPYING.LIB' libtoolize: copying file `ltdl/Makefile.am' libtoolize: copying file `ltdl/Makefile.in' libtoolize: copying file `ltdl/README' +libtoolize: copying file `ltdl/configure.ac' libtoolize: copying file `ltdl/aclocal.m4' libtoolize: copying file `ltdl/argz_.h' libtoolize: copying file `ltdl/argz.c' libtoolize: copying file `ltdl/config-h.in' libtoolize: copying file `ltdl/configure' -libtoolize: copying file `ltdl/configure.ac' libtoolize: copying file `ltdl/libltdl/lt__alloc.h' libtoolize: copying file `ltdl/libltdl/lt__dirent.h' libtoolize: copying file `ltdl/libltdl/lt__glibc.h' @@ -888,12 +888,12 @@ libtoolize: copying file `ltdl/COPYING.LIB' libtoolize: copying file `ltdl/Makefile.am' libtoolize: copying file `ltdl/Makefile.in' libtoolize: copying file `ltdl/README' +libtoolize: copying file `ltdl/configure.ac' libtoolize: copying file `ltdl/aclocal.m4' libtoolize: copying file `ltdl/argz_.h' libtoolize: copying file `ltdl/argz.c' libtoolize: copying file `ltdl/config-h.in' libtoolize: copying file `ltdl/configure' -libtoolize: copying file `ltdl/configure.ac' libtoolize: copying file `ltdl/libltdl/lt__alloc.h' libtoolize: copying file `ltdl/libltdl/lt__dirent.h' libtoolize: copying file `ltdl/libltdl/lt__glibc.h' @@ -966,12 +966,12 @@ libtoolize: linking file `ltdl/COPYING.LIB' libtoolize: linking file `ltdl/Makefile.am' libtoolize: linking file `ltdl/Makefile.in' libtoolize: linking file `ltdl/README' +libtoolize: linking file `ltdl/configure.ac' libtoolize: copying file `ltdl/aclocal.m4' libtoolize: linking file `ltdl/argz_.h' libtoolize: linking file `ltdl/argz.c' libtoolize: linking file `ltdl/config-h.in' libtoolize: linking file `ltdl/configure' -libtoolize: linking file `ltdl/configure.ac' libtoolize: linking file `ltdl/libltdl/lt__alloc.h' libtoolize: linking file `ltdl/libltdl/lt__dirent.h' libtoolize: linking file `ltdl/libltdl/lt__glibc.h' -- 1.7.7.2 Cheers, -- Gary V. Vaughan (gary AT gnu DOT org)