diff options
author | Tom Tromey <tromey@redhat.com> | 2006-03-30 16:59:27 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2006-03-30 16:59:27 +0000 |
commit | 105aa1532e59cf62d7bbfedbcbc414d9a51a02ca (patch) | |
tree | c8cc4d11cf3375e99448c7301706694de0a41dd0 /libjava/libltdl/configure.ac | |
parent | 1549c4e552ed7d8a92b83f3b5deb01867ca5e3a9 (diff) | |
download | gcc-105aa1532e59cf62d7bbfedbcbc414d9a51a02ca.zip gcc-105aa1532e59cf62d7bbfedbcbc414d9a51a02ca.tar.gz gcc-105aa1532e59cf62d7bbfedbcbc414d9a51a02ca.tar.bz2 |
aclocal.m4, [...]: Rebuilt.
* aclocal.m4, configure, Makefile.in: Rebuilt.
* configure.ac: Use AM_MAINTAINER_MODE.
From-SVN: r112542
Diffstat (limited to 'libjava/libltdl/configure.ac')
-rw-r--r-- | libjava/libltdl/configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libjava/libltdl/configure.ac b/libjava/libltdl/configure.ac index 1446efb..c903838 100644 --- a/libjava/libltdl/configure.ac +++ b/libjava/libltdl/configure.ac @@ -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_PREREQ(2.50) 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. ## |