mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-19 14:40:24 +08:00
* autoheader.sh: Only set config_h for the first call to
AC_CONFIG_HEADERS.
This commit is contained in:
parent
7bf59957c4
commit
05cb1a8393
@ -1,3 +1,8 @@
|
||||
2001-02-05 Derek Price <derek.price@openavenue.com>
|
||||
|
||||
* autoheader.sh: Only set config_h for the first call to
|
||||
AC_CONFIG_HEADERS.
|
||||
|
||||
2001-02-05 Jim Meyering <meyering@lucent.com>
|
||||
|
||||
* acspecific.m4 (AC_SYS_LARGEFILE): Add ULL suffix to the
|
||||
|
@ -1,6 +1,6 @@
|
||||
#! @SHELL@
|
||||
# autoheader -- create `config.h.in' from `configure.ac'
|
||||
# Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000
|
||||
# Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001
|
||||
# Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
@ -52,7 +52,7 @@ version="\
|
||||
autoheader (@PACKAGE_NAME@) @VERSION@
|
||||
Written by Roland McGrath.
|
||||
|
||||
Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000
|
||||
Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001
|
||||
Free Software Foundation, Inc.
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
||||
@ -256,7 +256,7 @@ export autoconf_dir
|
||||
# Source what the traces are trying to tell us.
|
||||
$verbose $me: running $autoconf to trace from $infile >&2
|
||||
$autoconf \
|
||||
--trace AC_CONFIG_HEADERS:'config_h="$1"' \
|
||||
--trace AC_CONFIG_HEADERS:': $${config_h="$1"}' \
|
||||
--trace AH_OUTPUT:'ac_verbatim_$1="\
|
||||
$2"' \
|
||||
--trace AC_DEFINE_TRACE_LITERAL:'syms="$$syms $1"' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
#! @SHELL@
|
||||
# autoheader -- create `config.h.in' from `configure.ac'
|
||||
# Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000
|
||||
# Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001
|
||||
# Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
@ -52,7 +52,7 @@ version="\
|
||||
autoheader (@PACKAGE_NAME@) @VERSION@
|
||||
Written by Roland McGrath.
|
||||
|
||||
Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000
|
||||
Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001
|
||||
Free Software Foundation, Inc.
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
||||
@ -256,7 +256,7 @@ export autoconf_dir
|
||||
# Source what the traces are trying to tell us.
|
||||
$verbose $me: running $autoconf to trace from $infile >&2
|
||||
$autoconf \
|
||||
--trace AC_CONFIG_HEADERS:'config_h="$1"' \
|
||||
--trace AC_CONFIG_HEADERS:': $${config_h="$1"}' \
|
||||
--trace AH_OUTPUT:'ac_verbatim_$1="\
|
||||
$2"' \
|
||||
--trace AC_DEFINE_TRACE_LITERAL:'syms="$$syms $1"' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
#! @SHELL@
|
||||
# autoheader -- create `config.h.in' from `configure.ac'
|
||||
# Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000
|
||||
# Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001
|
||||
# Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
@ -52,7 +52,7 @@ version="\
|
||||
autoheader (@PACKAGE_NAME@) @VERSION@
|
||||
Written by Roland McGrath.
|
||||
|
||||
Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000
|
||||
Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001
|
||||
Free Software Foundation, Inc.
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
||||
@ -256,7 +256,7 @@ export autoconf_dir
|
||||
# Source what the traces are trying to tell us.
|
||||
$verbose $me: running $autoconf to trace from $infile >&2
|
||||
$autoconf \
|
||||
--trace AC_CONFIG_HEADERS:'config_h="$1"' \
|
||||
--trace AC_CONFIG_HEADERS:': $${config_h="$1"}' \
|
||||
--trace AH_OUTPUT:'ac_verbatim_$1="\
|
||||
$2"' \
|
||||
--trace AC_DEFINE_TRACE_LITERAL:'syms="$$syms $1"' \
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
|
||||
.TH AUTOHEADER "1" "January 2001" "GNU Autoconf 2.49d" FSF
|
||||
.TH AUTOHEADER "1" "February 2001" "GNU Autoconf 2.49d" FSF
|
||||
.SH NAME
|
||||
autoheader \- Create a template header for configure
|
||||
.SH SYNOPSIS
|
||||
@ -50,7 +50,7 @@ location of `aclocal.m4' and `acconfig.h'
|
||||
.SH AUTHOR
|
||||
Written by Roland McGrath.
|
||||
.PP
|
||||
Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000
|
||||
Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001
|
||||
Free Software Foundation, Inc.
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
Loading…
x
Reference in New Issue
Block a user