From 045e60181da39f5468053eb92efa9af187188c3b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 2 Oct 2010 16:00:39 +0200 Subject: [PATCH] gnulib-tool: In testdirs, use the newest available config.{guess.sub}. * gnulib-tool (func_create_testdir): Use config.guess and config.sub from gnulib, not from Automake. --- ChangeLog | 6 ++++++ gnulib-tool | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 361d1f3f91..1f3700dea2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-10-02 Bruno Haible + + gnulib-tool: In testdirs, use the newest available config.{guess.sub}. + * gnulib-tool (func_create_testdir): Use config.guess and config.sub + from gnulib, not from Automake. + 2010-10-02 Bruno Haible New module 'system-posix'. diff --git a/gnulib-tool b/gnulib-tool index 8e71d9ac0d..eff054a448 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -4951,6 +4951,11 @@ func_create_testdir () echo "File list:" echo "$files" | sed -e 's/^/ /' fi + # Add files for which the copy in gnulib is newer than the one that + # "automake --add-missing --copy" would provide. + files="$files build-aux/config.guess" + files="$files build-aux/config.sub" + files=`for f in $files; do echo $f; done | LC_ALL=C sort -u` rewritten='%REWRITTEN%' sed_rewrite_files="\ -- 2.30.2