autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2] Properly handle funny file names for headers in config.st


From: Benoit Sigoure
Subject: Re: [PATCH v2] Properly handle funny file names for headers in config.status.
Date: Tue, 18 Dec 2007 09:46:07 +0100

On Dec 18, 2007, at 8:09 AM, Benoit Sigoure wrote:

+esac
+
 # Neutralize VPATH when `$srcdir' = `.'.
+# Run the same test a 2nd time to see that config.status does not recreate
+# the header (regression test)
+AT_CHECK([./config.status "--header=$file:$file.in"],
+ [0], [config.status: creating file with funny \ ' \' $ & #!*? name
+config.status: file with  funny \ ' \' $ & #!*? name is unchanged

Unrelated to what you are fixing, but this test also needs factoring into
w32-safe characters, so we might as well do it now; see
http://lists.gnu.org/archive/html/autoconf-patches/2007-12/ msg00044.html

OK, let's do it in a separate commit.


I an attempt to test my patch on a Windows XP machine running latest Cygwin packages, I stumbled on the following oddity during:

$ autoreconf -vi && ./configure -C && make check TESTSUITEFLAGS='-d 5 28 119'
[...]
local.at:19: error: Autoconf version 2.57 or higher is required
local.at:19: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
make[2]: *** [testsuite] Error 63
make[2]: Leaving directory `/tmp/ac/tests'

$ for i in autoconf automake libtool m4; do $i --version | sed q; done
autoconf (GNU Autoconf) 2.61
automake (GNU automake) 1.10
ltmain.sh (GNU libtool) 1.5.23a (1.1220.2.412 2006/10/13 14:13:30)
m4 (GNU M4) 1.4.10

oO?

--
Benoit Sigoure aka Tsuna
EPITA Research and Development Laboratory






reply via email to

[Prev in Thread] Current Thread [Next in Thread]