mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
* configure.ac (AM_INIT_AUTOMAKE): Require 1.8 for bootstrap, or
else aclocal.m4 is huge, and m4 directory is not distributed.
This commit is contained in:
parent
b6b8a7c3b1
commit
0363c0c48e
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
## ------------------------------- ##
|
||||
|
Loading…
Reference in New Issue
Block a user