[sword-svn] r1781 - in trunk: . src/mgr

dglassey at crosswire.org dglassey at crosswire.org
Sat Apr 23 14:03:42 MST 2005


Author: dglassey
Date: 2005-04-23 14:03:41 -0700 (Sat, 23 Apr 2005)
New Revision: 1781

Modified:
   trunk/configure.ac
   trunk/src/mgr/Makefile.am
Log:
MacOSX build fix - dunno why ftplib worked on anything else!
1.5.8 in case this rc is good



Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-04-18 10:49:12 UTC (rev 1780)
+++ trunk/configure.ac	2005-04-23 21:03:41 UTC (rev 1781)
@@ -5,7 +5,7 @@
 # Version change: Change line 8 only !
 # Change it immediately after a release
 
-AC_INIT(sword, 1.5.7.100, sword-bugs at crosswire.org)
+AC_INIT(sword, 1.5.8, sword-bugs at crosswire.org)
 AC_CONFIG_SRCDIR(sword.bmp)
 AC_PREREQ(2.52)
 AC_REVISION($Revision: 1.45 $)

Modified: trunk/src/mgr/Makefile.am
===================================================================
--- trunk/src/mgr/Makefile.am	2005-04-18 10:49:12 UTC (rev 1780)
+++ trunk/src/mgr/Makefile.am	2005-04-23 21:03:41 UTC (rev 1781)
@@ -7,6 +7,7 @@
 endif
 
 AM_CPPFLAGS += $(globdef)
+AM_CPPFLAGS += -D_FTPLIB_NO_COMPAT
 
 if WITHCURL
 FTP_SOURCES = $(mgrdir)/curlftpt.cpp



More information about the sword-cvs mailing list