New autotools files (Redhat 8)
diff --git a/version b/version
index 61a783f..161387a 100755
--- a/version
+++ b/version
@@ -2,9 +2,9 @@
 #
 # Little shell script to grab current version number from configure.in
 #
-# $Id: version,v 1.1 2002/12/16 13:33:52 jjako Exp $
+# $Id: version,v 1.2 2003/01/28 21:58:07 jjako Exp $
 
-VER=`grep AM_INIT_AUTOMAKE configure.in | awk -F'[(),]' '{print $3}'`
+VER=`grep AC_INIT configure.ac | awk -F'[(),]' '{print $3}'`
 if [ "$1" == "-VERSION" ]
 then
   echo $VER | awk -F'.' '{print $1}'