* 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:
Gary V. Vaughan 2004-01-16 22:42:26 +00:00
parent b6b8a7c3b1
commit 0363c0c48e
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2004-01-16 Gary V. Vaughan <gary@gnu.org> 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 * configure.ac (AC_CONFIG_HEADERS): Create config.h in
$top_srcdir. $top_srcdir.
* m4/ltdl.m4 (AC_LIB_LTDL): Run AC_CONFIG_HEADERS for the user if * m4/ltdl.m4 (AC_LIB_LTDL): Run AC_CONFIG_HEADERS for the user if

View File

@ -1,5 +1,5 @@
## Process this file with autoconf to create configure. -*- autoconf -*- ## 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 # 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 # 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 These are bootstrap requirements, once built, libtool may work with
dnl much older releases of autoconf and automake. See release notes. 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
## ------------------------------- ## ## ------------------------------- ##