svn commit: samba-docs r217 - in trunk: .

jelmer at samba.org jelmer at samba.org
Wed Sep 8 15:25:31 GMT 2004


Author: jelmer
Date: 2004-09-08 15:25:28 +0000 (Wed, 08 Sep 2004)
New Revision: 217

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-docs&path=/trunk&rev=217&nolog=1

Log:
use $DIA instead of 'dia' 

Modified:
   trunk/configure.in


Changeset:
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2004-09-05 16:14:06 UTC (rev 216)
+++ trunk/configure.in	2004-09-08 15:25:28 UTC (rev 217)
@@ -43,7 +43,7 @@
 DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, ALL)
 
 # Check dia version number
-[ DIA_VERSION=`dia -v | egrep -o '([0-9]+)\.([0-9]+)'`]
+[ DIA_VERSION=`$DIA -v | egrep -o '([0-9]+)\.([0-9]+)'`]
 DIA_MAJ_VERSION=`echo $DIA_VERSION | cut -d . -f 1`
 DIA_MIN_VERSION=`echo $DIA_VERSION | cut -d . -f 2`
 



More information about the samba-cvs mailing list