Update of /cvsroot/wxlua/wxLua
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25620
Modified Files:
configure
Log Message:
small AP fixes
Index: configure
===================================================================
RCS file: /cvsroot/wxlua/wxLua/configure,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** configure 22 Dec 2006 20:45:04 -0000 1.46
--- configure 24 Dec 2006 13:30:55 -0000 1.47
***************
*** 7151,7157 ****
# check for the wxStEdit component...
! if [ "$USE_WXLUAEDITAPP" = "1" ]; then
! minversion="1.2.0"
--- 7151,7159 ----
# check for the wxStEdit component...
! # NOTE: autopackage HACK: do an "export NO_WXLUAEDIT_CHECK=1" symbol
! # to get rid of this check which fails for some reason when building the AP
! if [ "$USE_WXLUAEDITAPP" = "1" && -z "$NO_WXLUAEDIT_CHECK" ]; then
! minversion="1.2.4"
***************
*** 7172,7176 ****
-
major=`echo $minversion | sed 's/\([0-9]\).\([0-9]\).\([0-9]\)/\1/'`
minor=`echo $minversion | sed 's/\([0-9]\).\([0-9]\).\([0-9]\)/\2/'`
--- 7174,7177 ----
***************
*** 7296,7305 ****
! if test $ac_cv_prog_stedit_set = "1"; then
! # add to the library to link to the wxStEdit lib
! #WX_LIBS="-lstedit $WX_LIBS"
! WX_LIBS="$wxstedit_lib $WX_LIBS"
!
! else
if test $WX_VERSION -gt 26 ; then
--- 7297,7301 ----
! if test $ac_cv_prog_stedit_set = "0"; then
if test $WX_VERSION -gt 26 ; then
***************
*** 10010,10014 ****
fi
! ac_config_files="$ac_config_files Makefile modules/Makefile apps/Makefile build/autoconf/wxlua.pc"
--- 10006,10010 ----
fi
! ac_config_files="$ac_config_files Makefile modules/Makefile apps/Makefile build/autoconf/wxlua.pc distrib/autopackage/default.apspec"
***************
*** 10590,10593 ****
--- 10586,10590 ----
"apps/Makefile") CONFIG_FILES="$CONFIG_FILES apps/Makefile" ;;
"build/autoconf/wxlua.pc") CONFIG_FILES="$CONFIG_FILES build/autoconf/wxlua.pc" ;;
+ "distrib/autopackage/default.apspec") CONFIG_FILES="$CONFIG_FILES distrib/autopackage/default.apspec" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
|