]> gcc.gnu.org Git - gcc.git/blobdiff - libjava/libltdl/configure.ac
configure.ac: Fixed AM_INIT_AUTOMAKE usage and replaces AM_CONFIG_HEADER by AC_CONFIG...
[gcc.git] / libjava / libltdl / configure.ac
index c4450dc572f7e73ba24c3a724466a95a06515169..c30a8459610a4671e3203717ceef4e1af7b44f6c 100644 (file)
@@ -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
 
 
This page took 0.395951 seconds and 5 git commands to generate.