From: John L. <jr...@us...> - 2008-01-11 22:20:52
|
Update of /cvsroot/wxlua/wxLua/build/autoconf In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14047/wxLua/build/autoconf Modified Files: configure.ac Log Message: Update install.html Fix accidental paste so configure was broken Move wxLUA_USEBINDING_XXX to wxbinddefs.h from wxluasetup.h so we don't have to specify the include for wxluasetup and since wxLUA_USEBINDING_XXX is used only for the WXLUA_DECLARE/IMPLEMENT/_BIND_XXX Index: configure.ac =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/autoconf/configure.ac,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** configure.ac 11 Jan 2008 17:22:37 -0000 1.49 --- configure.ac 11 Jan 2008 22:20:47 -0000 1.50 *************** *** 819,824 **** dnl --------------------------------------------------------------------------- ! # recreate the wx-config --libs after determining whacvs -z3 -d:ext:jr...@wx...:/cvsroot/wxlua diff wxLua ! t libs we've found WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs $WXLIB_NAMES` --- 819,823 ---- dnl --------------------------------------------------------------------------- ! # recreate the wx-config --libs after determining what libs we've found WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs $WXLIB_NAMES` |