]> git.ipfire.org Git - thirdparty/autoconf.git/commit
AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
authorAkim Demaille <akim@epita.fr>
Tue, 4 Nov 2003 08:32:06 +0000 (08:32 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 4 Nov 2003 08:32:06 +0000 (08:32 +0000)
commit610c2289142bcd37d5804f50239b07cd8a14138f
tree97f9f2bbb96e8c8637ab965231ece478271ec01c
parent3a06ae4af87f8ccaf99b8f5cfbfc10c2b93afb60
AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
computing the absolute path to d1 in the source hierarchy: it may
not exist at all.  So don't cd into it.
From Alexandre Duret-Lutz.
http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
* lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
From Paul Eggert, but named after Perl's IO::Spec->catfile.
* doc/autoconf.texi (Programming in M4sh): Document.
* lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
ChangeLog
NEWS
doc/autoconf.texi
lib/autoconf/status.m4
lib/m4sugar/m4sh.m4