summaryrefslogtreecommitdiff
path: root/bin/autoupdate.in
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-03-03 21:40:46 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-03-03 21:40:46 +0000
commit837c0ccc76aac5bffc2faff207740b635c29648a (patch)
treee42179ce34d6525c131de2b5dd4e27d32b073975 /bin/autoupdate.in
parente651bde6a02f70aec431ff03e9fc1f8fc52611c9 (diff)
downloadautoconf-837c0ccc76aac5bffc2faff207740b635c29648a.tar.gz
Don't use $< in makefiles where POSIX doesn't allow it;
add @configure_input@ in a couple of other places.
Diffstat (limited to 'bin/autoupdate.in')
-rw-r--r--bin/autoupdate.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/autoupdate.in b/bin/autoupdate.in
index 065c339b..a8fa09d7 100644
--- a/bin/autoupdate.in
+++ b/bin/autoupdate.in
@@ -1,5 +1,7 @@
#! @PERL@ -w
# -*- perl -*-
+# @configure_input@
+
# autoupdate - modernize an Autoconf file.
# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004
# Free Software Foundation, Inc.