From: John L. <jr...@us...> - 2007-07-27 13:33:45
|
Update of /cvsroot/wxlua/wxLua/build/autoconf In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv3851/wxLua/build/autoconf Modified Files: aclocal.m4 acregen.sh Added Files: wxwin.m4 Log Message: Added wxwin.m4, use local copy using aclocal -I ./ Edit by hand BAKEFILE_BAKEFILE_M4_VERSION="0.2.2" from 0.2.0 in configure Index: acregen.sh =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/autoconf/acregen.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** acregen.sh 8 Dec 2006 13:19:57 -0000 1.3 --- acregen.sh 27 Jul 2007 13:33:41 -0000 1.4 *************** *** 72,75 **** current=$(pwd) cd $path ! aclocal && autoconf && mv configure ../.. cd $current --- 72,77 ---- current=$(pwd) cd $path ! echo $path ! ! aclocal -I ./ && autoconf && mv configure ../.. cd $current Index: aclocal.m4 =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/autoconf/aclocal.m4,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** aclocal.m4 16 Jul 2007 20:29:51 -0000 1.46 --- aclocal.m4 27 Jul 2007 13:33:41 -0000 1.47 *************** *** 1565,1566 **** --- 1565,1567 ---- ]) + m4_include([wxwin.m4]) --- NEW FILE: wxwin.m4 --- dnl --------------------------------------------------------------------------- dnl Author: wxWidgets development team, dnl Francesco Montorsi, dnl Bob McCown (Mac-testing) dnl Creation date: 24/11/2001 dnl RCS-ID: $Id: wxwin.m4,v 1.1 2007/07/27 13:33:41 jrl1 Exp $ dnl --------------------------------------------------------------------------- dnl =========================================================================== dnl Table of Contents of this macro dnl ------------------------------------- dnl dnl SECTION A: wxWidgets main macros dnl - WX_CONFIG_OPTIONS dnl - WX_CONFIG_CHECK dnl - WXRC_CHECK dnl - WX_STANDARD_OPTIONS dnl - WX_CONVERT_STANDARD_OPTIONS_TO_WXCONFIG_FLAGS dnl - WX_DETECT_STANDARD_OPTION_VALUES [...1011 lines suppressed...] [ WX_STANDARD_OPTIONS_SUMMARY_MSG echo echo " Now, just run make." echo " ----------------------------------------------------------------" echo ]) dnl --------------------------------------------------------------------------- dnl Deprecated macro wrappers dnl --------------------------------------------------------------------------- AC_DEFUN([AM_OPTIONS_WXCONFIG], [WX_CONFIG_OPTIONS]) AC_DEFUN([AM_PATH_WXCONFIG], [ WX_CONFIG_CHECK([$1],[$2],[$3],[$4],[$5]) ]) |