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: Tue, 11 Nov 2008 04:19:09 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 08/11/11 04:19:09

Modified files:
        .              : configure 

Log message:
        Further consolidate configure script functionality.  Remove unused 
settings.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/configure?cvsroot=antiright&r1=1.119&r2=1.120

Patches:
Index: configure
===================================================================
RCS file: /sources/antiright/antiright/configure,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -b -r1.119 -r1.120
--- configure   10 Nov 2008 22:04:36 -0000      1.119
+++ configure   11 Nov 2008 04:19:09 -0000      1.120
@@ -26,12 +26,6 @@
 
 VERSION=3.7a
 
-USE_DISTCC=NO
-USE_CCACHE=NO
-USE_BOEHMGC=NO
-# Must be enabled.  
-USE_GTK=YES
-
 TRUE=0
 FALSE=1
 
@@ -157,7 +151,7 @@
 XSHELL_BUILD='cd xshell && $(MAKE)'
 OSNAME="$(uname | cut -d_ -f1)"
 #if [ "$OSNAME" = "MINGW32" ] || [ "$OSNAME" = "CYGWIN" ]; then
-echo $OSNAME
+echo Building for $OSNAME.
 if [ "$OSNAME" = "CYGWIN" ]; then
        DEFS="$DEFS -DCYGWIN"
 elif [ "$OSNAME" = "MINGW32" ]; then
@@ -179,6 +173,7 @@
 INSTALL=/usr/bin/install
 
 echo Prefix is $PREFIX
+echo Creating config.mk
 echo "VERSION=$VERSION" >> config.mk
 echo "PREFIX=$PREFIX" >> config.mk
 echo "INCLUDE=$INCLUDE" >> config.mk




reply via email to

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