Index: configure
===================================================================
--- configure	(revision 47a8d178de8d1c55043270cb9cc2b5a0ee3600ea)
+++ configure	(revision 32b018eb28cdf22cb8857d44fc875ca9a69d6b29)
@@ -1,5 +1,5 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for cfa-cc 1.0.0.
+# Generated by GNU Autoconf 2.68 for cfa-cc 1.0.0.0.
 #
 # Report bugs to <cforall@plg.uwaterloo.ca>.
@@ -561,6 +561,6 @@
 PACKAGE_NAME='cfa-cc'
 PACKAGE_TARNAME='cfa-cc'
-PACKAGE_VERSION='1.0.0'
-PACKAGE_STRING='cfa-cc 1.0.0'
+PACKAGE_VERSION='1.0.0.0'
+PACKAGE_STRING='cfa-cc 1.0.0.0'
 PACKAGE_BUGREPORT='cforall@plg.uwaterloo.ca'
 PACKAGE_URL=''
@@ -646,5 +646,4 @@
 CFA_BACKEND_CC
 BACKEND_CC
-CONFIG_STATUS_DEPENDENCIES
 MAINT
 MAINTAINER_MODE_FALSE
@@ -1279,5 +1278,5 @@
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures cfa-cc 1.0.0 to adapt to many kinds of systems.
+\`configure' configures cfa-cc 1.0.0.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1345,5 +1344,5 @@
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of cfa-cc 1.0.0:";;
+     short | recursive ) echo "Configuration of cfa-cc 1.0.0.0:";;
    esac
   cat <<\_ACEOF
@@ -1449,5 +1448,5 @@
 if $ac_init_version; then
   cat <<\_ACEOF
-cfa-cc configure 1.0.0
+cfa-cc configure 1.0.0.0
 generated by GNU Autoconf 2.68
 
@@ -2037,5 +2036,5 @@
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by cfa-cc $as_me 1.0.0, which was
+It was created by cfa-cc $as_me 1.0.0.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
@@ -2901,5 +2900,5 @@
 # Define the identity of the package.
  PACKAGE='cfa-cc'
- VERSION='1.0.0'
+ VERSION='1.0.0.0'
 
 
@@ -2965,15 +2964,11 @@
 			# may require auto* software to be installed
 
-ver_major=`cat version | sed -r 's/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/\1/'`
-ver_minor=`cat version | sed -r 's/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/\2/'`
-ver_patch=`cat version | sed -r 's/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/\3/'`
-ver_build=`cat version | sed -r 's/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/\4/'`
-ver_short="\"${ver_major}\""
-ver__long="\"${ver_major}.${ver_minor}\""
-ver__norm="\"${ver_major}.${ver_minor}.${ver_patch}\""
-ver__full="\"${ver_major}.${ver_minor}.${ver_patch}.${ver_build}\""
-
-CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/version'
-
+echo ${PACKAGE_VERSION} > version
+ver_major=`echo ${PACKAGE_VERSION} | sed -r 's/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/\1/'`
+ver_minor=`echo ${PACKAGE_VERSION} | sed -r 's/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/\2/'`
+ver_patch=`echo ${PACKAGE_VERSION} | sed -r 's/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/\3/'`
+ver_build=`echo ${PACKAGE_VERSION} | sed -r 's/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/\4/'`
+
+# AC_SUBST([CONFIG_STATUS_DEPENDENCIES], ['$(top_srcdir)/version'])
 
 cat >>confdefs.h <<_ACEOF
@@ -2998,20 +2993,20 @@
 
 cat >>confdefs.h <<_ACEOF
-#define CFA_VERSION_SHORT ${ver_short}
+#define CFA_VERSION_SHORT "${ver_major}"
 _ACEOF
 
 
 cat >>confdefs.h <<_ACEOF
-#define CFA_VERSION ${ver__long}
+#define CFA_VERSION "${ver_major}.${ver_minor}"
 _ACEOF
 
 
 cat >>confdefs.h <<_ACEOF
-#define CFA_VERSION_LONG ${ver__norm}
+#define CFA_VERSION_LONG "${ver_major}.${ver_minor}.${ver_patch}"
 _ACEOF
 
 
 cat >>confdefs.h <<_ACEOF
-#define CFA_VERSION_FULL ${ver__full}
+#define CFA_VERSION_FULL "${ver_major}.${ver_minor}.${ver_patch}.${ver_build}"
 _ACEOF
 
@@ -6404,5 +6399,5 @@
 # values after options handling.
 ac_log="
-This file was extended by cfa-cc $as_me 1.0.0, which was
+This file was extended by cfa-cc $as_me 1.0.0.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
@@ -6470,5 +6465,5 @@
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-cfa-cc config.status 1.0.0
+cfa-cc config.status 1.0.0.0
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
