diff options
Diffstat (limited to 'fixvers')
-rwxr-xr-x | fixvers | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |