@@ -7,7 +7,7 @@ dnl This program is distributed under the terms of the GPL v2.0
77dnl Download the GNU Public License (GPL) from www.gnu.org
88dnl
99
10- AC_INIT ( [ smallbasic] , [ 0.11.8 ] )
10+ AC_INIT ( [ smallbasic] , [ 0.11.11 ] )
1111AC_CONFIG_SRCDIR ( [ configure.ac] )
1212
1313AC_CANONICAL_TARGET
@@ -123,14 +123,6 @@ function checkPCRE() {
123123 fi
124124}
125125
126- function checkSearch() {
127- have_saerch="maybe"
128- AC_CHECK_HEADER ( search.h , [ have_search="yes"] , [ have_search="no"] )
129- if test x$have_search = xyes ; then
130- AC_DEFINE ( HAVE_SEARCH_H , 1 , [ Found GNU search.h] )
131- fi
132- }
133-
134126function defaultConditionals() {
135127 AM_CONDITIONAL(WITH_HILDON, false)
136128 AM_CONDITIONAL(WITH_CYGWIN_CONSOLE, false)
@@ -511,7 +503,7 @@ function buildTizen() {
511503}
512504
513505function buildAndroid() {
514- TARGET="Building common library for Android."
506+ TARGET="Building for Android."
515507
516508 defaultConditionals
517509
@@ -528,7 +520,7 @@ function buildAndroid() {
528520 AC_DEFINE ( IMPL_LOG_WRITE , 1 , [ Driver implements lwrite()] )
529521 AC_DEFINE ( USE_TERM_IO , 0 , [ Does not use terminal-io functions.] )
530522
531- BUILD_SUBDIRS="src/platform/android/common "
523+ BUILD_SUBDIRS="src/platform/android"
532524 AC_SUBST ( BUILD_SUBDIRS )
533525}
534526
633625 buildConsole
634626fi
635627
636- checkSearch
637628checkPCRE
638629checkDebugMode
639630checkForWindows
@@ -654,7 +645,7 @@ src/platform/mingw/Makefile
654645src/platform/unix/Makefile
655646src/platform/mosync/common/Makefile
656647src/platform/tizen/common/Makefile
657- src/platform/android/common/ Makefile
648+ src/platform/android/Makefile
658649] )
659650AC_OUTPUT
660651
0 commit comments