From: Bruno Haible Date: Sat, 2 Oct 2010 14:00:39 +0000 (+0200) Subject: gnulib-tool: In testdirs, use the newest available config.{guess.sub}. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=045e60181da39f5468053eb92efa9af187188c3b;p=pspp 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. --- 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="\