]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix autoconfdir to match comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 24 May 2004 23:29:25 +0000 (23:29 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 24 May 2004 23:29:25 +0000 (23:29 +0000)
ChangeLog
tests/Makefile.am

index de912a80f99b0f2f9d2a41950b5bc1b7db6a8953..2baf15247bd8190c5ab0507125a86f26412ab4cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
+       change).  Patch reported by Ralf Wildenhues in
+       <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
+
        * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
        function F exists if the compiler and linker let you compile an
        expression like (F != 0).  Recent versions of GCC optimize away
index e367f45a1ca9c991ca62fdc06b127f16f98630dc..e338a7d8a21da281d3ff188cbe97370d7b33373e 100644 (file)
@@ -121,7 +121,7 @@ MAINTAINERCLEANFILES += $(TESTSUITE_GENERATED_AT)
 # The files which contains macro we check for syntax.  Don't use $(top_srcdir)
 # here since below we explicitly `cd' to $srcdir.  As for the dependencies,
 # thanks God for VPATH.  Hm...
-autoconfdir = $(top_srcdir)/lib/autoconf
+autoconfdir = ../lib/autoconf
 AUTOCONF_FILES = $(autoconfdir)/general.m4 \
                 $(autoconfdir)/status.m4 \
                 $(autoconfdir)/autoheader.m4 \