[Xquartz-changes] [652] trunk/compile-xserver.sh

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 28 22:48:07 PDT 2012


Revision: 652
          http://trac.macosforge.org/projects/xquartz/changeset/652
Author:   jeremyhu at freedesktop.org
Date:     2012-08-28 22:48:07 -0700 (Tue, 28 Aug 2012)
Log Message:
-----------
Don't forget to autoreconf

Modified Paths:
--------------
    trunk/compile-xserver.sh

Modified: trunk/compile-xserver.sh
===================================================================
--- trunk/compile-xserver.sh	2012-08-29 05:47:27 UTC (rev 651)
+++ trunk/compile-xserver.sh	2012-08-29 05:48:07 UTC (rev 652)
@@ -87,7 +87,7 @@
 }
 
 docomp() {
-	#PATH=/opt/local/bin:${PATH} autoreconf -fvi || die
+	PATH=/opt/local/bin:${PATH} autoreconf -fvi || die
 	${SCAN_BUILD} ./configure --prefix=${PREFIX} ${CONFOPT} --disable-dependency-tracking --enable-maintainer-mode --enable-xcsecurity --enable-record --disable-xevie "${@}" || die "Could not configure xserver"
 	${MAKE} clean || die "Unable to make clean"
 	${SCAN_BUILD} ${MAKE} ${MAKE_OPTS} || die "Could not make xserver"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20120828/aaf625e0/attachment.html>


More information about the Xquartz-changes mailing list