summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2005-01-27 10:53:41 +0000
committerAkim Demaille <akim@epita.fr>2005-01-27 10:53:41 +0000
commitcdd416b0fe6ca618c48c4e7d4f186b6f735b61d1 (patch)
tree18b8b28984638b32223984ca90f21fe2501d984e /bin
parent4c98943ec666761be915396fb099d9c4b02a0db7 (diff)
downloadautoconf-cdd416b0fe6ca618c48c4e7d4f186b6f735b61d1.tar.gz
Have autoheader honor --force.
* doc/make-stds.texi, doc/standards.texi: Update from masters. * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update from masters, so that FileUtils.pm's update_file provide --force support. * bin/autoheader.in: Pass $force to update_file so that config.h.in is always recreated when --force.
Diffstat (limited to 'bin')
-rw-r--r--bin/autoheader.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/autoheader.in b/bin/autoheader.in
index 544afb63..b4ad709e 100644
--- a/bin/autoheader.in
+++ b/bin/autoheader.in
@@ -8,7 +8,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
# autoheader -- create `config.h.in' from `configure.ac'
# Copyright (C) 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004 Free Software Foundation, Inc.
+# 2003, 2004, 2005 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
@@ -280,7 +280,7 @@ $out->close;
if keys %symbol;
}
-update_file ("$tmp/config.hin", "$config_h_in");
+update_file ("$tmp/config.hin", "$config_h_in", $force);
### Setup "GNU" style for perl-mode and cperl-mode.
## Local Variables: