From: John L. <jr...@us...> - 2008-01-13 19:51:14
|
Update of /cvsroot/wxlua/wxLua/build/autoconf In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26904/build/autoconf Modified Files: aclocal.m4 configure.ac Log Message: Output even more debugging info about wx-config's output Index: aclocal.m4 =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/autoconf/aclocal.m4,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** aclocal.m4 12 Jan 2008 09:58:46 -0000 1.51 --- aclocal.m4 13 Jan 2008 19:51:04 -0000 1.52 *************** *** 1,6 **** ! # generated automatically by aclocal 1.9.6 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, ! # 2005 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, --- 1,6 ---- ! # generated automatically by aclocal 1.10 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, ! # 2005, 2006 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, Index: configure.ac =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/autoconf/configure.ac,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** configure.ac 12 Jan 2008 09:58:46 -0000 1.52 --- configure.ac 13 Jan 2008 19:51:04 -0000 1.53 *************** *** 1053,1057 **** echo " " ! echo " - wxWidgets library information summary: " echo " wx-config --release : '`$WX_CONFIG_NAME $WXCONFIG_FLAGS --release`'" echo " wx-config --version-full : '`$WX_CONFIG_NAME $WXCONFIG_FLAGS --version-full`'" --- 1053,1060 ---- echo " " ! echo " - wxWidgets wx-config information summary: " ! echo " wx-config : '$WX_CONFIG_NAME'" ! echo " wx-config flags : '$WXCONFIG_FLAGS'" ! echo " wx-config with args : '$WX_CONFIG_WITH_ARGS'" echo " wx-config --release : '`$WX_CONFIG_NAME $WXCONFIG_FLAGS --release`'" echo " wx-config --version-full : '`$WX_CONFIG_NAME $WXCONFIG_FLAGS --version-full`'" |