This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[libgcj] Makefile.am update for classpath
- From: Kelley Cook <kcook at gcc dot gnu dot org>
- To: java-patches at gcc dot gnu dot org
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 19 Aug 2005 19:22:02 -0400
- Subject: [libgcj] Makefile.am update for classpath
This extremely simple patch adds one line to Makefile.am to tell it
where to look for its *.m4 files. Except for this added line, all the
generated Makefile.ins are identical.
Bootstrapped along with the previous patch to libjava's Makefile.in.
OK to install?
2005-08-19 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.am (ACLOCAL_AMFLAGS): New.
* Makefile.in: Regenerate.
diff -prud ../../../gcc-orig/libjava/classpath/Makefile.am ./Makefile.am
--- ../../../gcc-orig/libjava/classpath/Makefile.am 2005-07-15 20:30:30.000000000 -0400
+++ ./Makefile.am 2005-08-19 15:18:18.163172100 -0400
@@ -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 -I ../..
+
native: lib
EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE \