CVS: moonbase/chat/xchat BUILD,1.6,1.7

csm at lunar-linux.org csm at lunar-linux.org
Fri Aug 1 03:56:02 GMT 2003


Update of /var/cvs/lunar/moonbase/chat/xchat
In directory dbguin.lunar-linux.org:/tmp/cvs-serv31899

Modified Files:
	BUILD 
Log Message:
updated build to make xchat work preoprly with the new Python


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/xchat/BUILD,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- BUILD	31 Jul 2003 12:06:31 -0000	1.6
+++ BUILD	1 Aug 2003 03:56:00 -0000	1.7
@@ -1,5 +1,12 @@
 (
-
+  if [[ "$(installed_version Python)" == "2.3" ]]; then
+  sedit 's/sys.path\[1/sys.path\[2/' configure.in
+  gettextize --copy --force --intl
+  libtoolize --force
+  aclocal  -I m4
+  autoconf
+  automake -a -c -f --foreign
+  fi                                              &&
   ./configure  --build=$BUILD            \
                --prefix=/usr             \
                --enable-ipv6             \
@@ -8,6 +15,5 @@
                --infodir=/usr/share/info \
                --mandir=/usr/share/man   \
                $OPTS                     &&
-
   default_make 
 ) > $C_FIFO 2>&1




More information about the Lunar-commits mailing list