Print

Print


Commit in lcdd on MAIN
VERSION+1-11.7 -> 1.8
configure+41-91.9 -> 1.10
+42-10
2 modified files


lcdd
VERSION 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- VERSION	4 Aug 2005 01:57:47 -0000	1.7
+++ VERSION	6 Sep 2005 18:01:15 -0000	1.8
@@ -1 +1 @@
-LCDD v1r7p5
+LCDD v1r7p6

lcdd
configure 1.9 -> 1.10
diff -u -r1.9 -r1.10
--- configure	4 Aug 2005 01:57:47 -0000	1.9
+++ configure	6 Sep 2005 18:01:15 -0000	1.10
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for LCDD v1r7p5.
+# Generated by GNU Autoconf 2.57 for LCDD v1r7p6.
 #
 # Report bugs to <[log in to unmask]>.
 #
@@ -268,8 +268,8 @@
 # Identity of this package.
 PACKAGE_NAME='LCDD'
 PACKAGE_TARNAME='lcdd'
-PACKAGE_VERSION='v1r7p5'
-PACKAGE_STRING='LCDD v1r7p5'
+PACKAGE_VERSION='v1r7p6'
+PACKAGE_STRING='LCDD v1r7p6'
 [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 v1r7p5 to adapt to many kinds of systems.
+\`configure' configures LCDD v1r7p6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -803,10 +803,16 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of LCDD v1r7p5:";;
+     short | recursive ) echo "Configuration of LCDD v1r7p6:";;
    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>
+                          Rewrite the VERSION file.
+
 Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
@@ -898,7 +904,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-LCDD configure v1r7p5
+LCDD configure v1r7p6
 generated by GNU Autoconf 2.57
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -913,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 v1r7p5, which was
+It was created by LCDD $as_me v1r7p6, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   $ $0 $@
@@ -2816,6 +2822,32 @@
 
 
 
+# Set VERSION file
+
+
+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;
+
+echo "$as_me:$LINENO: result: $rewrite_ver" >&5
+echo "${ECHO_T}$rewrite_ver" >&6
+
+#echo "rewrite_ver=${rewrite_ver}"
+
+if test "${rewrite_ver}" = "yes"; then
+  rm VERSION &> /dev/null
+  echo "${PACKAGE_NAME} ${PACKAGE_VERSION}" > VERSION
+fi
+
+
+
 # substitute DEFS and CXXFLAGS
 
 
@@ -3219,7 +3251,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by LCDD $as_me v1r7p5, which was
+This file was extended by LCDD $as_me v1r7p6, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3274,7 +3306,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-LCDD config.status v1r7p5
+LCDD config.status v1r7p6
 configured by $0, generated by GNU Autoconf 2.57,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
CVSspam 0.2.8