This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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 \

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]