This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[committed] Bring Fastjar to Automake 1.9.3


Bootstrapped powerpc-apple-darwin7.6.0

2004-11-13  Kelley Cook  <kcook@gcc.gnu.org>

	* Makefile.am: Define ACLOCAL_AMFLAGS.
	* acinclude.m4: Remove unnecessary sinclude.
	* aclocal.m4, Makefile.in, configure: Regenerate (autoreconf 1.9.3).

Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/fastjar/Makefile.am,v
retrieving revision 1.20
diff -p -u -d -r1.20 Makefile.am
--- Makefile.am	11 Aug 2004 00:56:23 -0000	1.20
+++ Makefile.am	13 Nov 2004 16:31:10 -0000
@@ -2,6 +2,7 @@
 
 ## We definitely don't want dependency tracking when using automake 1.4.
 AUTOMAKE_OPTIONS = no-dependencies
+ACLOCAL_AMFLAGS = -I ../config
 
 # Work around what appears to be a GNU make bug handling MAKEFLAGS
 # values defined in terms of make variables, as is the case for CC and
Index: acinclude.m4
===================================================================
RCS file: /cvs/gcc/gcc/fastjar/acinclude.m4,v
retrieving revision 1.3
diff -p -u -d -r1.3 acinclude.m4
--- acinclude.m4	15 Jun 2004 07:36:33 -0000	1.3
+++ acinclude.m4	13 Nov 2004 16:31:11 -0000
@@ -1,5 +1,3 @@
-sinclude(../config/accross.m4)
-
 dnl Define MKDIR_TAKES_ONE_ARG if mkdir accepts only one argument instead
 dnl of the usual 2.
 AC_DEFUN([gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG],

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