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]

Patch: FYI: libltdl and maintainer mode


I'm checking this in.

Roger Sayle pointed out that the libltdl was trying to run autoconf.
I neglected to preserve the maintainer mode bits during the merge.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* aclocal.m4, configure, Makefile.in: Rebuilt.
	* configure.ac: Use AM_MAINTAINER_MODE.

Index: configure.ac
===================================================================
--- configure.ac	(revision 112470)
+++ configure.ac	(working copy)
@@ -1,5 +1,5 @@
 ## Process this file with autoconf to create configure. -*- autoconf -*-
-# Copyright 2001  Free Software Foundation, Inc.
+# Copyright 2001, 2006  Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -27,6 +27,8 @@
 AC_INIT([libltdl], [1.2], [bug-libtool@gnu.org])
 AC_CONFIG_SRCDIR([ltdl.c])
 
+## GCJ LOCAL: gcc tree uses maintainer mode.
+AM_MAINTAINER_MODE
 
 ## ------------------------------- ##
 ## Libltdl specific configuration. ##


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