Index: xotcl/configure =================================================================== diff -u -N -r638782f84b31e4ebfd00529381e280c70f9950bc -r464284f53643031115e4da0204025a733675ad60 --- xotcl/configure (.../configure) (revision 638782f84b31e4ebfd00529381e280c70f9950bc) +++ xotcl/configure (.../configure) (revision 464284f53643031115e4da0204025a733675ad60) @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for xotcl 1.3.0. +# Generated by GNU Autoconf 2.59 for xotcl 1.3.1. # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation @@ -267,8 +267,8 @@ # Identity of this package. PACKAGE_NAME='xotcl' PACKAGE_TARNAME='xotcl' -PACKAGE_VERSION='1.3.0' -PACKAGE_STRING='xotcl 1.3.0' +PACKAGE_VERSION='1.3.1' +PACKAGE_STRING='xotcl 1.3.1' PACKAGE_BUGREPORT='' # Factoring default headers for most tests. @@ -777,7 +777,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures xotcl 1.3.0 to adapt to many kinds of systems. +\`configure' configures xotcl 1.3.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -834,7 +834,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xotcl 1.3.0:";; + short | recursive ) echo "Configuration of xotcl 1.3.1:";; esac cat <<\_ACEOF @@ -977,7 +977,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -xotcl configure 1.3.0 +xotcl configure 1.3.1 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -991,7 +991,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by xotcl $as_me 1.3.0, which was +It was created by xotcl $as_me 1.3.1, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1533,10 +1533,13 @@ test_actiweb="test-actiweb" libdirs_actiweb="actiweb rdf registry store xml patterns" apps_actiweb="actiweb persistence" + mkdir -p library/store/XOTclSdbm subdirs="$subdirs library/store/XOTclSdbm/" if ! test "$with_gdbm" = no; then + mkdir -p library/store/XOTclGdbm subdirs="$subdirs library/store/XOTclGdbm/" fi + mkdir -p library/xml/TclExpat-1.1/ subdirs="$subdirs library/xml/TclExpat-1.1/" else test_actiweb="" @@ -1562,7 +1565,7 @@ # do not modify the following lines manually, they are generated with changeXOTclVersion XOTCL_MAJOR_VERSION=1 XOTCL_MINOR_VERSION=3 -XOTCL_RELEASE_LEVEL=.0 +XOTCL_RELEASE_LEVEL=.1 XOTCL_VERSION=${XOTCL_MAJOR_VERSION}.${XOTCL_MINOR_VERSION} NODOT_VERSION=${XOTCL_MAJOR_VERSION}${XOTCL_MINOR_VERSION} @@ -10231,7 +10234,7 @@ -XOTCL_SRC_DIR=`pwd` +XOTCL_SRC_DIR=$srcdir @@ -10260,8 +10263,6 @@ CONFIG_CLEAN_FILES="Makefile xotclConfig.sh apps/utils/xotclsh apps/utils/xowish unix/xotcl.spec unix/pkgIndex.unix autom4te.cache/" - - ac_config_files="$ac_config_files Makefile xotclConfig.sh apps/utils/xotclsh apps/utils/xowish unix/xotcl.spec unix/pkgIndex.unix" @@ -10668,7 +10669,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by xotcl $as_me 1.3.0, which was +This file was extended by xotcl $as_me 1.3.1, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -10723,7 +10724,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -xotcl config.status 1.3.0 +xotcl config.status 1.3.1 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -11305,8 +11306,16 @@ for subdir in ${subdirs} do - (cd $subdir; eval $SHELL configure ${ac_configure_args} --with-xotcl=${here}) + echo "======================= configure $subdir ======================" + if test x"${srcdir}" == x. ; then + confdir=. + else + confdir=${srcdir}/$subdir + fi + (cd $subdir; eval $SHELL ${confdir}/configure ${ac_configure_args} --with-xotcl=${here}) done + +