[sword-cvs] sword autogen.sh,1.7,1.8

sword at www.crosswire.org sword at www.crosswire.org
Tue May 18 05:34:45 MST 2004


Committed by: dglassey

Update of /cvs/core/sword
In directory www:/tmp/cvs-serv16639

Modified Files:
	autogen.sh 
Log Message:

fix for automake 1.6
automake 1.7 handles conditional compilation a bit more flexibly
you need define rather than add to variables in if statements then use them elsewhere


Index: autogen.sh
===================================================================
RCS file: /cvs/core/sword/autogen.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- autogen.sh	29 Jan 2004 17:35:00 -0000	1.7
+++ autogen.sh	18 May 2004 12:34:42 -0000	1.8
@@ -20,4 +20,4 @@
 	
 echo "*** Recreating the Makefile.in files"
 AUTOMAKE="$AUTODIR""automake"
-	$AUTOMAKE -ac --foreign;
+	$AUTOMAKE -a -c --foreign;



More information about the sword-cvs mailing list