[sword-cvs] sword/utilities Makefile.am,1.29,1.30

sword at www.crosswire.org sword at www.crosswire.org
Tue May 18 12:20:20 MST 2004


Committed by: dglassey

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

Modified Files:
	Makefile.am 
Log Message:

allow installmgr to use external libcurl, external ftplib or internal ftplib
ftplib support appears to work but still needs testing
remove redundant target platform part of configure


Index: Makefile.am
===================================================================
RCS file: /cvs/core/sword/utilities/Makefile.am,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Makefile.am	7 May 2004 17:49:45 -0000	1.29
+++ Makefile.am	18 May 2004 19:20:18 -0000	1.30
@@ -14,18 +14,18 @@
 bin_PROGRAMS = mod2imp mod2osis osis2mod vs2osisref mod2vpl \
 	mkfastmod vpl2mod imp2vs installmgr
 
-if INSTALLMGR
-IMGRPROG =
-else
-IMGRPROG = 
-endif
+#if INSTALLMGR
+#IMGRPROG =
+#else
+#IMGRPROG = 
+#endif
 
 
-if ICU
-ICUPROG = 
-else
-ICUPROG =
-endif
+#if ICU
+#ICUPROG = 
+#else
+#ICUPROG =
+#endif
 
 if ZLIB
 if BUILDNEWVKEY
@@ -39,8 +39,9 @@
 
 
 
-noinst_PROGRAMS += $(ICUPROG)
-bin_PROGRAMS += $(ZLIBPROG) $(IMGRPROG)
+#noinst_PROGRAMS += $(ICUPROG)
+bin_PROGRAMS += $(ZLIBPROG) 
+#$(IMGRPROG)
 
 if ICU
 endif



More information about the sword-cvs mailing list