@@ -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.10 ] )
10+ AC_INIT ( [ smallbasic] , [ 0.11.11 ] )
1111AC_CONFIG_SRCDIR ( [ configure.ac] )
1212
1313AC_CANONICAL_TARGET
@@ -511,7 +511,7 @@ function buildTizen() {
511511}
512512
513513function buildAndroid() {
514- TARGET="Building common library for Android."
514+ TARGET="Building for Android."
515515
516516 defaultConditionals
517517
@@ -528,7 +528,7 @@ function buildAndroid() {
528528 AC_DEFINE ( IMPL_LOG_WRITE , 1 , [ Driver implements lwrite()] )
529529 AC_DEFINE ( USE_TERM_IO , 0 , [ Does not use terminal-io functions.] )
530530
531- BUILD_SUBDIRS="src/platform/android/common "
531+ BUILD_SUBDIRS="src/platform/android"
532532 AC_SUBST ( BUILD_SUBDIRS )
533533}
534534
@@ -654,7 +654,7 @@ src/platform/mingw/Makefile
654654src/platform/unix/Makefile
655655src/platform/mosync/common/Makefile
656656src/platform/tizen/common/Makefile
657- src/platform/android/common/ Makefile
657+ src/platform/android/Makefile
658658] )
659659AC_OUTPUT
660660
0 commit comments