[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tests/Makefile.am VPATH
From: |
Paul Eggert |
Subject: |
Re: tests/Makefile.am VPATH |
Date: |
Mon, 24 May 2004 16:29:47 -0700 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
Ralf Wildenhues <address@hidden> writes:
> The following patch against Autoconf CVS HEAD fixes 'make check' in
> a VPATH build. Interestingly, the comment above the bad line
> explains why it should be this way!? So I wonder whether this is
> the right fix. Maybe someone changed this because of some make
> which had a broken VPATH dependency checking?
No, the code was installed wrong in the first place, apparently.
Thanks for the patch; I installed it. I'm including a copy of it
again for the benefit of autoconf-patches.
2004-05-24 Paul Eggert <address@hidden>
* 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>.
--- Makefile.am.~1.86.~ 2004-02-18 13:34:44 -0800
+++ Makefile.am 2004-05-24 16:25:10 -0700
@@ -121,7 +121,7 @@ MAINTAINERCLEANFILES += $(TESTSUITE_GENE
# 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 \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: tests/Makefile.am VPATH,
Paul Eggert <=