From: John L. <jr...@us...> - 2006-06-12 03:50:41
|
Update of /cvsroot/wxlua/wxLua/modules/lua/etc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13456/wxLua/modules/lua/etc Modified Files: lua.pc Log Message: update lua to 5.1.1 update wxLua bindings to changes in wxWidgets CVS HEAD 2.7.0 Index: lua.pc =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/lua/etc/lua.pc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lua.pc 29 Mar 2006 05:48:10 -0000 1.1 --- lua.pc 12 Jun 2006 03:50:37 -0000 1.2 *************** *** 5,8 **** --- 5,10 ---- # grep '^V=' ../Makefile V= 5.1 + # grep '^R=' ../Makefile + R= 5.1.1 # grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/' *************** *** 15,18 **** --- 17,21 ---- INSTALL_CMOD= ${prefix}/lib/lua/${V} + # canonical vars exec_prefix=${prefix} libdir=${exec_prefix}/lib *************** *** 21,27 **** Name: Lua Description: An Extensible Extension Language ! Version: ${V} Requires: Libs: -L${libdir} -llua -lm Cflags: -I${includedir} --- 24,31 ---- Name: Lua Description: An Extensible Extension Language ! Version: ${R} Requires: Libs: -L${libdir} -llua -lm Cflags: -I${includedir} + # (end of lua.pc) |