#!/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
# 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
#!/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
# 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
#!/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
# 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