]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* configure.ac (AM_INIT_AUTOMAKE): Require 1.8 for bootstrap, or
authorGary V. Vaughan <gary@gnu.org>
Fri, 16 Jan 2004 22:42:26 +0000 (22:42 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 16 Jan 2004 22:42:26 +0000 (22:42 +0000)
else aclocal.m4 is huge, and m4 directory is not distributed.

ChangeLog
configure.ac

index a9271b370b53ca0beb3bb51532eb4803e85faeab..4bfbb8954493979141cddd17078c472a7e4a065b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-01-16  Gary V. Vaughan  <gary@gnu.org>
 
+       * configure.ac (AM_INIT_AUTOMAKE): Require 1.8 for bootstrap, or
+       else aclocal.m4 is huge, and m4 directory is not distributed.
+
        * configure.ac (AC_CONFIG_HEADERS): Create config.h in
        $top_srcdir.
        * m4/ltdl.m4 (AC_LIB_LTDL): Run AC_CONFIG_HEADERS for the user if
index 619f9b511a72ebbefe6c1d276b4c7762731354b9..34775c01e31a74f9d289cd0f3bbb2193cba8f9da 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with autoconf to create configure. -*- autoconf -*-
-# Copyright (C) 2001 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2004 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
@@ -110,7 +110,7 @@ AC_SUBST([TIMESTAMP])
 
 dnl These are bootstrap requirements, once built, libtool may work with
 dnl much older releases of autoconf and automake.  See release notes.
-AM_INIT_AUTOMAKE([1.7 gnits])
+AM_INIT_AUTOMAKE([1.8 gnits]) ## We use auto-m4_including
 
 
 ## ------------------------------- ##