Update of /cvsroot/mahogany/M
In directory sc8-pr-cvs1:/tmp/cvs-serv16213
Modified Files:
configure.in makeopts.in
Log Message:
use wx-config --rezflags instead of detecting Rez ourselves
Index: configure.in
===================================================================
RCS file: /cvsroot/mahogany/M/configure.in,v
retrieving revision 1.287
retrieving revision 1.288
diff -b -u -2 -r1.287 -r1.288
--- configure.in 18 Aug 2003 14:58:10 -0000 1.287
+++ configure.in 19 Aug 2003 00:05:12 -0000 1.288
@@ -414,6 +414,8 @@
if test "$USE_MAC" = 1; then
- AC_PATH_PROG(REZ, Rez, true, [$PATH:/Developer/Tools])
AC_PATH_PROG(SETFILE, SetFile, true, [$PATH:/Developer/Tools])
+
+ REZFLAGS=`$WX_CONFIG_WITH_ARGS --rezflags`
+ AC_SUBNST(REZFLAGS)
fi
Index: makeopts.in
===================================================================
RCS file: /cvsroot/mahogany/M/makeopts.in,v
retrieving revision 1.105
retrieving revision 1.106
diff -b -u -2 -r1.105 -r1.106
--- makeopts.in 30 Jul 2003 13:20:48 -0000 1.105
+++ makeopts.in 19 Aug 2003 00:05:12 -0000 1.106
@@ -94,5 +94,5 @@
M4 := @M4@
-REZ := @REZ@
+REZFLAGS:= @REZFLAGS@
SETFILE := @SETFILE@
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates