From: Francesco M. <fr...@us...> - 2008-01-14 22:28:24
|
Update of /cvsroot/wxlua/wxLua/build/autoconf In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6204/build/autoconf Modified Files: configure.ac Log Message: fix the wxlua.pc creation Index: configure.ac =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/autoconf/configure.ac,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** configure.ac 14 Jan 2008 21:35:09 -0000 1.60 --- configure.ac 14 Jan 2008 22:28:18 -0000 1.61 *************** *** 76,82 **** AC_BINDLIB_ENABLE([xrc], [wxXRC]) - # remove initial comma: - #wxbind_list_enabled=${wxbind_list_enabled:1} - AC_ARG_ENABLE([wxluadebug], [AC_HELP_STRING([--enable-wxluadebug], [Compiles the wxLua debug support (default is yes)])], --- 76,79 ---- *************** *** 641,645 **** dnl the set of the wxLua library names prefixed with -l ! WXLUA_LDFLAGS="$WXLUA_LDFLAGS -l$TMP" ]) --- 638,642 ---- dnl the set of the wxLua library names prefixed with -l ! WXLUA_LDFLAGS="$WXLUA_LDFLAGS -l$_TMP" ]) *************** *** 664,667 **** --- 661,669 ---- WXLUA_LDFLAGS="$WXLUA_LDFLAGS -llua5.1" + # remove initial space: + WXLUA_MODNAMES=${WXLUA_MODNAMES:1} + WXLUA_LIBNAMES=${WXLUA_LIBNAMES:1} + WXLUA_LDFLAGS=${WXLUA_LDFLAGS:1} + AC_SUBST([WXLUA_MODNAMES]) AC_SUBST([WXLUA_LIBNAMES]) |