antiright-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Antiright-devel] antiright configure


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright configure
Date: Sun, 31 Jul 2005 12:27:51 -0400

CVSROOT:        /cvsroot/antiright
Module name:    antiright
Branch:         
Changes by:     Jeffrey Bedard <address@hidden> 05/07/31 16:27:51

Modified files:
        .              : configure 

Log message:
        Increased version to 2.11.  Removed Xlt and yaclib detection code, as 
Xlt is no longer used and yaclib is included.  Removed define of HAVE_YACLIB.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/antiright/antiright/configure.diff?tr1=1.56&tr2=1.57&r1=text&r2=text

Patches:
Index: antiright/configure
diff -u antiright/configure:1.56 antiright/configure:1.57
--- antiright/configure:1.56    Sat Jul 23 17:10:09 2005
+++ antiright/configure Sun Jul 31 16:27:51 2005
@@ -24,7 +24,7 @@
 #
 ###############################################################################
 
-VERSION=2.10
+VERSION=2.11
 DEFS="$DEFS -DPACKAGE_STRING='\"AntiRight_$VERSION\"'"
 
 ICONDIR=/usr/X11R6/include/X11/bitmaps/antiright
@@ -84,17 +84,6 @@
 else
     DEFS="$DEFS -DHAVE_XMXPM"
 fi
-#if [ -f /usr/local/lib/libXlt.so ] || [ -f /usr/X11R6/lib/libXlt.so ]; then
-###    LIBS="$LIBS -lXlt"
-#    DEFS="$DEFS -DHAVE_XLT"
-#elif [ -f /usr/local/lib/libXlt.la ] || [ -f /usr/X11R6/lib/libXlt.la ]; then
-#    LIBS="$LIBS -static -lXlt -shared"
-#    DEFS="$DEFS -DHAVE_XLT"
-#fi
-#if [ -f /usr/local/lib/libyaclib.so ] || [ -f /usr/lib/libyaclib.so ]; then
-#    LIBS="$LIBS -lyaclib"
-DEFS="$DEFS -DHAVE_YACLIB"
-#fi
 
 LIBS="$LIBS -lXm -lXt -lX11 -lm"
 DEFS="$DEFS -D_GNU_SOURCE"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]