mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-24 10:54:42 +08:00
AC_CONFIG_HEADERS replaced AC_CONFIG_HEADER.
* bin/autoscan.in (output): Avoid obsolete spelling. * tests/local.at (AC_STATE_SAVE): Update usage. * THANKS: Update. Reported by John Calcote. Signed-off-by: Eric Blake <ebb9@byu.net>
This commit is contained in:
parent
a5406903ab
commit
593340005e
@ -1,5 +1,11 @@
|
||||
2008-03-19 Eric Blake <ebb9@byu.net>
|
||||
|
||||
AC_CONFIG_HEADERS replaced AC_CONFIG_HEADER.
|
||||
* bin/autoscan.in (output): Avoid obsolete spelling.
|
||||
* tests/local.at (AC_STATE_SAVE): Update usage.
|
||||
* THANKS: Update.
|
||||
Reported by John Calcote.
|
||||
|
||||
Emphasize that ease of configure triumphs over ease of autoconf.
|
||||
* doc/autoconf.texi (Introduction): Expand on primary
|
||||
vs. secondary goal of autoconf.
|
||||
|
1
THANKS
1
THANKS
@ -159,6 +159,7 @@ Jiro Takabatake jiro@din.or.jp
|
||||
Jochen Friedrich jochen@scram.de
|
||||
Joel E. Denny jdenny@ces.clemson.edu
|
||||
Johan Danielsson joda@pdc.kth.se
|
||||
John Calcote john.calcote@gmail.com
|
||||
John David Anglin dave@hiauly1.hia.nrc.ca
|
||||
John Fortin fortinj@attglobal.net
|
||||
John Interrante interran@uluru.stanford.edu
|
||||
|
@ -3,8 +3,8 @@
|
||||
# @configure_input@
|
||||
|
||||
# autoscan - Create configure.scan (a preliminary configure.ac) for a package.
|
||||
# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
|
||||
# Free Software Foundation, Inc.
|
||||
# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
||||
# 2007, 2008 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
|
||||
@ -529,7 +529,7 @@ sub output ($)
|
||||
if (defined $cfiles[0])
|
||||
{
|
||||
print $file "AC_CONFIG_SRCDIR([$cfiles[0]])\n";
|
||||
print $file "AC_CONFIG_HEADER([config.h])\n";
|
||||
print $file "AC_CONFIG_HEADERS([config.h])\n";
|
||||
}
|
||||
|
||||
output_kind ($file, 'program');
|
||||
|
@ -1,7 +1,7 @@
|
||||
# M4 macros used in building Autoconf test suites. -*- Autotest -*-
|
||||
|
||||
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
|
||||
# Foundation, Inc.
|
||||
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
|
||||
# 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
|
||||
@ -210,7 +210,7 @@ ls -1 | sed '/^at-/d;/^state-/d;/^config\./d' | sort >state-ls.$][1
|
||||
|
||||
AT_DATA([configure.ac],
|
||||
[[AC_INIT
|
||||
AC_CONFIG_HEADER(config.h:config.hin)
|
||||
AC_CONFIG_HEADERS(config.h:config.hin)
|
||||
AC_STATE_SAVE(before)]
|
||||
$1
|
||||
[AC_OUTPUT
|
||||
|
Loading…
Reference in New Issue
Block a user