From bdd1aed4e1daf301088d973c35312338ee48fffd Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Sun, 12 Sep 2004 17:11:13 +0000 Subject: configure.ac: Fixed AM_INIT_AUTOMAKE usage and replaces AM_CONFIG_HEADER by AC_CONFIG_FILES. 2004-09-12 Michael Koch * libltdl/configure.ac: Fixed AM_INIT_AUTOMAKE usage and replaces AM_CONFIG_HEADER by AC_CONFIG_FILES. * libltdl/Makefile.in, libltdl/aclocal.m4, libltdl/configure: Regenerate. From-SVN: r87393 --- libjava/libltdl/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/libltdl/configure.ac') diff --git a/libjava/libltdl/configure.ac b/libjava/libltdl/configure.ac index c4450dc..c30a845 100644 --- a/libjava/libltdl/configure.ac +++ b/libjava/libltdl/configure.ac @@ -23,6 +23,7 @@ AC_PREREQ(2.59) AC_INIT([libltdl], [1.2], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltdl.c]) +AC_CONFIG_FILES([config.h:config-h.in]) ## ------------------------------- ## @@ -47,8 +48,7 @@ fi ## ------------------------ ## ## Automake Initialisation. ## ## ------------------------ ## -AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION, -) -AM_CONFIG_HEADER([config.h:config-h.in]) +AM_INIT_AUTOMAKE([1.9.1]) AM_MAINTAINER_MODE -- cgit v1.1