aclocal.m4, [...]: Rebuilt.

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

From-SVN: r112542
This commit is contained in:
Tom Tromey 2006-03-30 16:59:27 +00:00 committed by Tom Tromey
parent 1549c4e552
commit 105aa1532e
5 changed files with 126 additions and 39 deletions

View file

@ -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. ##