aboutsummaryrefslogtreecommitdiffstats
path: root/fixvers
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 13:22:00 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 13:22:00 +0300
commit6cc7d587a710606d3fe52222707739c7cc1b8651 (patch)
tree2b6360852d8f966bd83eeb6efd8af90f8e9b83f9 /fixvers
parente888f1834b88270590b7e04d64c03c75863e4565 (diff)
downloadegawk-6cc7d587a710606d3fe52222707739c7cc1b8651.tar.gz
egawk-6cc7d587a710606d3fe52222707739c7cc1b8651.tar.bz2
egawk-6cc7d587a710606d3fe52222707739c7cc1b8651.zip
Move to gawk-3.1.3.
Diffstat (limited to 'fixvers')
-rwxr-xr-xfixvers4
1 files changed, 2 insertions, 2 deletions
diff --git a/fixvers b/fixvers
index ff1c2c4e..928bd4a0 100755
--- a/fixvers
+++ b/fixvers
@@ -1,7 +1,7 @@
#! /bin/sh
# fixvers --- make sure version.c and patchlev.h reflect
-# the reality in configure.in
+# the reality in configure.ac
#
# Copyright (C) 2001, 2002 the Free Software Foundation, Inc.
#
@@ -22,7 +22,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-line=`grep '^AM_INIT_AUTOMAKE' configure.in`
+line=`grep '^AM_INIT_AUTOMAKE' configure.ac`
case $1 in
-v)