automake-patches
[Top][All Lists]
Advanced

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

FYI: extra2.test must run $ACLOCAL


From: Alexandre Duret-Lutz
Subject: FYI: extra2.test must run $ACLOCAL
Date: Sun, 13 Jan 2002 20:39:35 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-debian-linux-gnu)

... otherwise Automake cannot check the version of its m4 files.

2002-01-13  Alexandre Duret-Lutz  <address@hidden>

        * tests/extra2.test: Run $ACLOCAL.

Index: tests/extra2.test
===================================================================
RCS file: /cvs/automake/automake/tests/extra2.test,v
retrieving revision 1.1
diff -u -r1.1 extra2.test
--- extra2.test 1996/12/01 20:35:52     1.1
+++ extra2.test 2002/01/13 17:14:07
@@ -12,6 +12,7 @@
 bin_PROGRAMS = foo
 END
 
+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1
 
 grep EXTRA_foo_SOURCES Makefile.in && exit 1

-- 
Alexandre Duret-Lutz




reply via email to

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