Commit in lcdd on MAIN
VERSION+1-11.12 -> 1.13
aclocal.m4+7-91.7 -> 1.8
configure+17-211.14 -> 1.15
configure.ac+2-21.11 -> 1.12
+27-33
4 modified files
update for lcdd v1r8p4

lcdd
VERSION 1.12 -> 1.13
diff -u -r1.12 -r1.13
--- VERSION	30 Nov 2005 06:05:04 -0000	1.12
+++ VERSION	9 Dec 2005 22:39:11 -0000	1.13
@@ -1 +1 @@
-LCDD v1r8p3
+LCDD v1r8p4

lcdd
aclocal.m4 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- aclocal.m4	6 Sep 2005 17:59:16 -0000	1.7
+++ aclocal.m4	9 Dec 2005 22:39:11 -0000	1.8
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/lcdd/aclocal.m4,v 1.7 2005/09/06 17:59:16 jeremy Exp $
+# $Header: /cvs/lcd/lcdd/aclocal.m4,v 1.8 2005/12/09 22:39:11 jeremy Exp $
 #
 # local m4 macros for SLIC autoconf
 #
@@ -106,16 +106,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_file],
-	[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

lcdd
configure 1.14 -> 1.15
diff -u -r1.14 -r1.15
--- configure	30 Nov 2005 06:05:04 -0000	1.14
+++ configure	9 Dec 2005 22:39:11 -0000	1.15
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for LCDD v1r8p3.
+# Generated by GNU Autoconf 2.57 for LCDD v1r8p4.
 #
 # Report bugs to <[log in to unmask]>.
 #
@@ -268,8 +268,8 @@
 # Identity of this package.
 PACKAGE_NAME='LCDD'
 PACKAGE_TARNAME='lcdd'
-PACKAGE_VERSION='v1r8p3'
-PACKAGE_STRING='LCDD v1r8p3'
+PACKAGE_VERSION='v1r8p4'
+PACKAGE_STRING='LCDD v1r8p4'
 [log in to unmask]
 
 ac_unique_file="src/volumeExtendedSubscriber.cc"
@@ -746,7 +746,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 LCDD v1r8p3 to adapt to many kinds of systems.
+\`configure' configures LCDD v1r8p4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -803,14 +803,14 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of LCDD v1r8p3:";;
+     short | recursive ) echo "Configuration of LCDD v1r8p4:";;
    esac
   cat <<\_ACEOF
 
 Optional Features:
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
-  --enable-version-file=<yes|no>
+  --enable-version=<yes|no>
                           Rewrite the VERSION file.
 
 Optional Packages:
@@ -904,7 +904,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-LCDD configure v1r8p3
+LCDD configure v1r8p4
 generated by GNU Autoconf 2.57
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -919,7 +919,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by LCDD $as_me v1r8p3, which was
+It was created by LCDD $as_me v1r8p4, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   $ $0 $@
@@ -2828,20 +2828,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_file
-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
@@ -3251,7 +3247,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by LCDD $as_me v1r8p3, which was
+This file was extended by LCDD $as_me v1r8p4, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3306,7 +3302,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-LCDD config.status v1r8p3
+LCDD config.status v1r8p4
 configured by $0, generated by GNU Autoconf 2.57,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 

lcdd
configure.ac 1.11 -> 1.12
diff -u -r1.11 -r1.12
--- configure.ac	30 Nov 2005 06:05:04 -0000	1.11
+++ configure.ac	9 Dec 2005 22:39:12 -0000	1.12
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/lcdd/configure.ac,v 1.11 2005/11/30 06:05:04 jeremy Exp $
+# $Header: /cvs/lcd/lcdd/configure.ac,v 1.12 2005/12/09 22:39:12 jeremy Exp $
 #
 # Process this file with autoconf to produce a configure script for LCDD.
 #
@@ -16,7 +16,7 @@
 
 # package info
 AC_PREREQ(2.57)
-AC_INIT(LCDD,v1r8p3, [log in to unmask])
+AC_INIT(LCDD,v1r8p4, [log in to unmask])
 AC_CONFIG_SRCDIR([src/volumeExtendedSubscriber.cc])
 
 # Checks for programs.
CVSspam 0.2.8