Index: library/xotcl/library/store/XOTclGdbm/configure.in =================================================================== diff -u -r8eddf67371ec031084a6ef98fdec21e38dff85ff -r6b67a152a9c351a6669aec517b4e982adeafb641 --- library/xotcl/library/store/XOTclGdbm/configure.in (.../configure.in) (revision 8eddf67371ec031084a6ef98fdec21e38dff85ff) +++ library/xotcl/library/store/XOTclGdbm/configure.in (.../configure.in) (revision 6b67a152a9c351a6669aec517b4e982adeafb641) @@ -41,11 +41,11 @@ --without-gdbm disables build of Tcl Gdbm], [with_gdbm=$withval], [with_gdbm=no]) -AC_ARG_WITH(xotcl, - [ --with-xotcl=DIR_CONTAINING_XOTCLCONFIG_SH - absolute path to xotclConfig.sh, - --without-xotcl disables, but this is pointless], - [with_xotcl=$withval], [AC_MSG_ERROR([--with-xotcl is required])]) +AC_ARG_WITH(nsf, + [ --with-nsf=DIR_CONTAINING_NSFCONFIG_SH + absolute path to nsfConfig.sh, + --without-nsf disables, but this is pointless], + [with_nsf=$withval], [AC_MSG_ERROR([--with-nsf is required])]) #-------------------------------------------------------------------- # Load the tclConfig.sh file @@ -108,7 +108,7 @@ Could not locate gdbm.h on your machine to build XOTclGdbm. You can download a precompiled lib 'libgdbm' and the header file 'gdbm.h' from http://www.gnu.org/software/gdbm/ - and compile again. Alternatively, you can compile XOTcl without gdbm. + and compile again. Alternatively, you can compile nsf without gdbm. ]) fi @@ -122,15 +122,15 @@ #echo "Gdbm lib spec = '${GDBM_LIB_SPEC}'" #-------------------------------------------------------------------- -# Load the xotclConfig.sh file +# Load the nsfConfig.sh file #-------------------------------------------------------------------- -AC_MSG_NOTICE([Reading file ${with_xotcl}/xotclConfig.sh]) -source ${with_xotcl}/xotclConfig.sh +AC_MSG_NOTICE([Reading file ${with_nsf}/nsfConfig.sh]) +source ${with_nsf}/nsfConfig.sh TEA_ADD_SOURCES([xotclgdbm.c]) TEA_ADD_HEADERS([]) -TEA_ADD_INCLUDES([-I${with_xotcl}/generic ${NSF_BUILD_INCLUDE_SPEC} ${GDBM_INC_SPEC}]) +TEA_ADD_INCLUDES([-I${with_nsf}/generic ${NSF_BUILD_INCLUDE_SPEC} ${GDBM_INC_SPEC}]) TEA_ADD_LIBS([$NSF_BUILD_STUB_LIB_SPEC $NSF_BUILD_LIB_SPEC $GDBM_LIB_SPEC -lgdbm]) TEA_ADD_CFLAGS([]) TEA_ADD_STUB_SOURCES([])