Update of /cvsroot/wxlua/wxLua/build/autoconf
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19144/wxLua/build/autoconf
Modified Files:
acregen.sh wxcodecheck.m4
Log Message:
Some cleanup, print the wxStEdit lib name to help people find what's missing
Index: acregen.sh
===================================================================
RCS file: /cvsroot/wxlua/wxLua/build/autoconf/acregen.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** acregen.sh 27 Jul 2007 13:33:41 -0000 1.4
--- acregen.sh 27 Jul 2007 14:11:59 -0000 1.5
***************
*** 72,77 ****
current=$(pwd)
cd $path
! echo $path
!
! aclocal -I ./ && autoconf && mv configure ../..
cd $current
--- 72,75 ----
current=$(pwd)
cd $path
! aclocal -I . && autoconf && mv configure ../..
cd $current
Index: wxcodecheck.m4
===================================================================
RCS file: /cvsroot/wxlua/wxLua/build/autoconf/wxcodecheck.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** wxcodecheck.m4 26 Jul 2007 22:08:11 -0000 1.1
--- wxcodecheck.m4 27 Jul 2007 14:11:59 -0000 1.2
***************
*** 140,144 ****
dnl call our base macro adding the version check
! COMPCHECK_MSG="if $1 (version >= $5) is available"
AM_WXCODE_CHECKFOR_COMPONENT([$1], [$2], [$3],
[
--- 140,144 ----
dnl call our base macro adding the version check
! COMPCHECK_MSG="if $1 (version >= $5) ($wx_temp) is available"
AM_WXCODE_CHECKFOR_COMPONENT([$1], [$2], [$3],
[
|