From: Akim Demaille Date: Mon, 20 Aug 2001 14:46:02 +0000 (+0000) Subject: * tests/torture.at (Configuring subdirectories): New test. X-Git-Tag: AUTOCONF-2.52d~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2002fb0523deef31189a6a364e2d49716c8094b;p=thirdparty%2Fautoconf.git * tests/torture.at (Configuring subdirectories): New test. * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are looking for. * m4/atconfig.m4: Be sure the let $[0] be expandable. (top_srcdir): Fix its computation. --- diff --git a/ChangeLog b/ChangeLog index 4d47b88af..1e1c6f596 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-08-20 Akim Demaille + + * tests/torture.at (Configuring subdirectories): New test. + * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are + looking for. + * m4/atconfig.m4: Be sure the let $[0] be expandable. + (top_srcdir): Fix its computation. + 2001-08-20 Akim Demaille * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do. diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index bc2ce7c81..cada686df 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -659,9 +659,9 @@ else fi if test ! -r $srcdir/$ac_unique_file; then if test "$ac_srcdir_defaulted" = yes; then - AC_MSG_ERROR([cannot find sources in $ac_confdir or ..]) + AC_MSG_ERROR([cannot find sources ($ac_unique_file) in $ac_confdir or ..]) else - AC_MSG_ERROR([cannot find sources in $srcdir]) + AC_MSG_ERROR([cannot find sources ($ac_unique_file) in $srcdir]) fi fi dnl Double slashes in pathnames in object file debugging info diff --git a/m4/atconfig.m4 b/m4/atconfig.m4 index 811a5c0ea..dfcb23009 100644 --- a/m4/atconfig.m4 +++ b/m4/atconfig.m4 @@ -32,9 +32,9 @@ AC_DEFUN([AT_CONFIG], [AC_CONFIG_COMMANDS([$1/atconfig], [cat >$1/atconfig <