Commit in slic on MAIN
VERSION+1-11.23 -> 1.24
aclocal.m4+7-91.19 -> 1.20
configure+17-211.35 -> 1.36
configure.ac+2-21.29 -> 1.30
+27-33
4 modified files
fix version file writing bug; update for v1r12p2

slic
VERSION 1.23 -> 1.24
diff -u -r1.23 -r1.24
--- VERSION	30 Nov 2005 01:09:06 -0000	1.23
+++ VERSION	9 Dec 2005 22:30:11 -0000	1.24
@@ -1 +1 @@
-SLIC v1r12p1_3
+SLIC v1r12p2

slic
aclocal.m4 1.19 -> 1.20
diff -u -r1.19 -r1.20
--- aclocal.m4	6 Dec 2005 00:54:17 -0000	1.19
+++ aclocal.m4	9 Dec 2005 22:30:11 -0000	1.20
@@ -1,4 +1,4 @@
-dnl $Header: /cvs/lcd/slic/aclocal.m4,v 1.19 2005/12/06 00:54:17 jeremy Exp $
+dnl $Header: /cvs/lcd/slic/aclocal.m4,v 1.20 2005/12/09 22:30:11 jeremy Exp $
 
 dnl
 dnl m4 configuration macros for SLIC and friends 
@@ -247,16 +247,14 @@
 
 AC_MSG_CHECKING(whether to rewrite VERSION file)
 
-AC_ARG_ENABLE([version-file],
-	AC_HELP_STRING([--enable-version-file=<yes|no>], [Rewrite the VERSION file.] ),
-	[rewrite_ver=$enable_version],
-	[rewrite_ver=no])
+AC_ARG_ENABLE([version],
+	AC_HELP_STRING([--enable-version=<yes|no>], [Rewrite the VERSION file.] ),
+	,
+	)
 
-AC_MSG_RESULT($rewrite_ver)
+AC_MSG_RESULT($enable_version)
 
-#echo "rewrite_ver=${rewrite_ver}"
-
-if test "${rewrite_ver}" = "yes"; then
+if test "${enable_version}" = "yes"; then
   rm VERSION &> /dev/null
   echo "${PACKAGE_NAME} ${PACKAGE_VERSION}" > VERSION
 fi

slic
configure 1.35 -> 1.36
diff -u -r1.35 -r1.36
--- configure	6 Dec 2005 00:54:17 -0000	1.35
+++ configure	9 Dec 2005 22:30:11 -0000	1.36
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for SLIC v1r12p1_3.
+# Generated by GNU Autoconf 2.57 for SLIC v1r12p2.
 #
 # Report bugs to <[log in to unmask]>.
 #
@@ -268,8 +268,8 @@
 # Identity of this package.
 PACKAGE_NAME='SLIC'
 PACKAGE_TARNAME='slic'
-PACKAGE_VERSION='v1r12p1_3'
-PACKAGE_STRING='SLIC v1r12p1_3'
+PACKAGE_VERSION='v1r12p2'
+PACKAGE_STRING='SLIC v1r12p2'
 [log in to unmask]
 
 ac_unique_file="slic.cc"
@@ -747,7 +747,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures SLIC v1r12p1_3 to adapt to many kinds of systems.
+\`configure' configures SLIC v1r12p2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -804,7 +804,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of SLIC v1r12p1_3:";;
+     short | recursive ) echo "Configuration of SLIC v1r12p2:";;
    esac
   cat <<\_ACEOF
 
@@ -820,7 +820,7 @@
 
   --enable-compile-verbose
                           Use verbose compiler settings
-  --enable-version-file=<yes|no>
+  --enable-version=<yes|no>
                           Rewrite the VERSION file.
 
 Optional Packages:
@@ -912,7 +912,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-SLIC configure v1r12p1_3
+SLIC configure v1r12p2
 generated by GNU Autoconf 2.57
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -927,7 +927,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by SLIC $as_me v1r12p1_3, which was
+It was created by SLIC $as_me v1r12p2, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   $ $0 $@
@@ -3100,20 +3100,16 @@
 echo "$as_me:$LINENO: checking whether to rewrite VERSION file" >&5
 echo $ECHO_N "checking whether to rewrite VERSION file... $ECHO_C" >&6
 
-# Check whether --enable-version-file or --disable-version-file was given.
-if test "${enable_version_file+set}" = set; then
-  enableval="$enable_version_file"
-  rewrite_ver=$enable_version
-else
-  rewrite_ver=no
-fi;
+# Check whether --enable-version or --disable-version was given.
+if test "${enable_version+set}" = set; then
+  enableval="$enable_version"
 
-echo "$as_me:$LINENO: result: $rewrite_ver" >&5
-echo "${ECHO_T}$rewrite_ver" >&6
+fi;
 
-#echo "rewrite_ver=${rewrite_ver}"
+echo "$as_me:$LINENO: result: $enable_version" >&5
+echo "${ECHO_T}$enable_version" >&6
 
-if test "${rewrite_ver}" = "yes"; then
+if test "${enable_version}" = "yes"; then
   rm VERSION &> /dev/null
   echo "${PACKAGE_NAME} ${PACKAGE_VERSION}" > VERSION
 fi
@@ -3549,7 +3545,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by SLIC $as_me v1r12p1_3, which was
+This file was extended by SLIC $as_me v1r12p2, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3604,7 +3600,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-SLIC config.status v1r12p1_3
+SLIC config.status v1r12p2
 configured by $0, generated by GNU Autoconf 2.57,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 

slic
configure.ac 1.29 -> 1.30
diff -u -r1.29 -r1.30
--- configure.ac	5 Dec 2005 21:12:19 -0000	1.29
+++ configure.ac	9 Dec 2005 22:30:11 -0000	1.30
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/slic/configure.ac,v 1.29 2005/12/05 21:12:19 jeremy Exp $
+# $Header: /cvs/lcd/slic/configure.ac,v 1.30 2005/12/09 22:30:11 jeremy Exp $
 #
 # Process this file with autoconf to produce a configure script for SLIC.
 #
@@ -18,7 +18,7 @@
 AC_PREREQ(2.57)
 
 AC_INIT(SLIC,
-	v1r12p1_3,
+	v1r12p2,
 	[log in to unmask])
 
 AC_CONFIG_SRCDIR([slic.cc])
CVSspam 0.2.8