Print

Print


Commit in slic on MAIN
aclocal.m4+5-31.20 -> 1.21


slic
aclocal.m4 1.20 -> 1.21
diff -u -r1.20 -r1.21
--- aclocal.m4	9 Dec 2005 22:30:11 -0000	1.20
+++ aclocal.m4	24 Jan 2006 18:39:10 -0000	1.21
@@ -1,4 +1,4 @@
-dnl $Header: /cvs/lcd/slic/aclocal.m4,v 1.20 2005/12/09 22:30:11 jeremy Exp $
+dnl $Header: /cvs/lcd/slic/aclocal.m4,v 1.21 2006/01/24 18:39:10 jeremy Exp $
 
 dnl
 dnl m4 configuration macros for SLIC and friends 
@@ -252,13 +252,15 @@
 	,
 	)
 
-AC_MSG_RESULT($enable_version)
-
 if test "${enable_version}" = "yes"; then
   rm VERSION &> /dev/null
   echo "${PACKAGE_NAME} ${PACKAGE_VERSION}" > VERSION
+else
+  enable_version="no"
 fi
 
+AC_MSG_RESULT($enable_version)
+
 ])
 
 dnl /\/\/\ Xerces /\/\/\
CVSspam 0.2.8