]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Add ${config_h}.top to the output, if it's present.
authorDavid MacKenzie <djm@djmnet.org>
Thu, 24 Mar 1994 23:10:53 +0000 (23:10 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Thu, 24 Mar 1994 23:10:53 +0000 (23:10 +0000)
autoheader.in
autoheader.sh
bin/autoheader.in

index 95bc3803438c2e0041827b3eabba67448e82c50f..067345e60edd129edc0b398fa170275ea93e19fc 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # autoheader -- create `config.h.in' from `configure.in'
-# Copyright (C) 1992, 1993 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1993, 1994 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
@@ -143,6 +143,8 @@ fi
 # config.h, which it's ok to edit.
 echo "/* ${config_h}.in.  Generated automatically from $infile by autoheader.  */"
 
+test -f ${config_h}.top && cat ${config_h}.top
+
 # This puts each paragraph on its own line, separated by @s.
 if test -n "$syms"; then
    # Make sure the boundary of template files is also the boundary
index 95bc3803438c2e0041827b3eabba67448e82c50f..067345e60edd129edc0b398fa170275ea93e19fc 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # autoheader -- create `config.h.in' from `configure.in'
-# Copyright (C) 1992, 1993 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1993, 1994 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
@@ -143,6 +143,8 @@ fi
 # config.h, which it's ok to edit.
 echo "/* ${config_h}.in.  Generated automatically from $infile by autoheader.  */"
 
+test -f ${config_h}.top && cat ${config_h}.top
+
 # This puts each paragraph on its own line, separated by @s.
 if test -n "$syms"; then
    # Make sure the boundary of template files is also the boundary
index 95bc3803438c2e0041827b3eabba67448e82c50f..067345e60edd129edc0b398fa170275ea93e19fc 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # autoheader -- create `config.h.in' from `configure.in'
-# Copyright (C) 1992, 1993 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1993, 1994 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
@@ -143,6 +143,8 @@ fi
 # config.h, which it's ok to edit.
 echo "/* ${config_h}.in.  Generated automatically from $infile by autoheader.  */"
 
+test -f ${config_h}.top && cat ${config_h}.top
+
 # This puts each paragraph on its own line, separated by @s.
 if test -n "$syms"; then
    # Make sure the boundary of template files is also the boundary