]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* autoheader.sh: Only set config_h for the first call to
authorAkim Demaille <akim@epita.fr>
Tue, 6 Feb 2001 13:47:52 +0000 (13:47 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 6 Feb 2001 13:47:52 +0000 (13:47 +0000)
AC_CONFIG_HEADERS.

ChangeLog
autoheader.in
autoheader.sh
bin/autoheader.in
man/autoheader.1

index 2342331d30260d4038c158b32e5e51433d1cb326..4c704e72af1c2f6fc52478887948c24b6cbf006a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index bac5d6f26a7e10440883d79ec4407b1aa80222c6..c0638d382ffc716ad6832effc91d7f2129dca94c 100644 (file)
@@ -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"' \
index bac5d6f26a7e10440883d79ec4407b1aa80222c6..c0638d382ffc716ad6832effc91d7f2129dca94c 100644 (file)
@@ -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"' \
index bac5d6f26a7e10440883d79ec4407b1aa80222c6..c0638d382ffc716ad6832effc91d7f2129dca94c 100644 (file)
@@ -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"' \
index 98b4663cc3b58505694dd49655d2381dc6f178f2..e52fbcff2ecf2c6ca7b11508d9b77259a68a7bf7 100644 (file)
@@ -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.