classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Patch: FYI: add ACLOCAL_AMFLAGS


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: add ACLOCAL_AMFLAGS
Date: 22 Aug 2005 09:12:56 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

I'm checking this in.

This comes from a gcc developer.  Setting ACLOCAL_AMFLAGS in
Makefile.am makes the maintainer rules work better.

Tom

Index: ChangeLog
from  Kelley Cook  <address@hidden>

        * Makefile.am (ACLOCAL_AMFLAGS): New.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/classpath/classpath/Makefile.am,v
retrieving revision 1.41
diff -u -r1.41 Makefile.am
--- Makefile.am 4 Jan 2005 23:29:23 -0000 1.41
+++ Makefile.am 22 Aug 2005 15:13:23 -0000
@@ -4,6 +4,8 @@
 SUBDIRS = lib doc external include native resource scripts $(EXAMPLESDIR)
 DIST_SUBDIRS = lib doc external include native resource scripts examples
 
+ACLOCAL_AMFLAGS = -I m4
+
 native: lib
 
 EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE \




reply via email to

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