This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: libltdl and maintainer mode
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 30 Mar 2006 09:41:58 -0700
- Subject: Patch: FYI: libltdl and maintainer mode
- Reply-to: tromey at redhat dot com
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. ##