Index: config/mktar.sh =================================================================== diff -u -r77c096a7bfda22374422cc1bc2acbab6a2922d83 -r69cf721ea2eb81c0df8c2b4bfb831c367780a59b --- config/mktar.sh (.../mktar.sh) (revision 77c096a7bfda22374422cc1bc2acbab6a2922d83) +++ config/mktar.sh (.../mktar.sh) (revision 69cf721ea2eb81c0df8c2b4bfb831c367780a59b) @@ -9,6 +9,7 @@ tar zcvf ./$name.tar.gz \ `find ./$name -type f -o -type l| fgrep -v .git| fgrep -v .dSYM | fgrep -v .DS_Store| \ fgrep -v "~"| fgrep -v "#" | fgrep -v -- -orig | fgrep -v .junk | \ + fgrep -v "doc/example*.txt"| \ fgrep -v ".dylib"| \ fgrep -v "autom4te"| fgrep -v config. | fgrep -v callgrind.out. | fgrep -v .plist |\ fgrep -v .db | fgrep -v .gdb | fgrep -v .graffle` Index: configure =================================================================== diff -u -rf265d8b18ef1925998a3ab7169f8d642769e6212 -r69cf721ea2eb81c0df8c2b4bfb831c367780a59b --- configure (.../configure) (revision f265d8b18ef1925998a3ab7169f8d642769e6212) +++ configure (.../configure) (revision 69cf721ea2eb81c0df8c2b4bfb831c367780a59b) @@ -2395,8 +2395,6 @@ # other systems. #-------------------------------------------------------------------- -# do not modify the following lines manually, they are generated with -# the script changeXOTclVersion NSF_MAJOR_VERSION=2 NSF_MINOR_VERSION=0 @@ -5455,7 +5453,7 @@ # # FORCE_NO_STUBS is deactivated for now if ! test "$with_aol3" = "no"; then - echo "Pre-configuring AOL-Server (xotcl)" + echo "Pre-configuring AOL-Server (nsf)" AOL_DEFINES="-DAOL_SERVER -DUSE_TCL8X -I$with_aol3/include -I$TCL_SRC_DIR/generic" FORCE_NO_STUBS=1 else @@ -8201,7 +8199,7 @@ # Without the following two eval statements, NSF_SHARED_LIB_SUFFIX # in nsfConfig.sh has $PACKAGE_VERSION unresolved. When another -# app links against xotcl, the PACKAGE_VERSIONs are confused. +# app links against nsf, the PACKAGE_VERSIONs are confused. # # Without the first eval, we get # NSF_SHARED_LIB_SUFFIX=${PACKAGE_VERSION}\$\{DBGX\}${SHLIB_SUFFIX} @@ -8410,15 +8408,16 @@ # -# XOTcl specific configs +# Next Scripting specific configs # if test "${TEA_PLATFORM}" != "windows" ; then NSF_BUILD_LIB_SPEC="-L`pwd` -lnsf${PACKAGE_VERSION}" NSF_LIB_SPEC="-L${pkglibdir} -lnsf${PACKAGE_VERSION}" -# stub libs are not build for 8.0 +# If someone wants to build without stubs, as it was the case for +# earlier Tcl versions, we keep the following block as a reference. if test "${TCL_MAJOR_VERSION}" = "8" -a "${TCL_MINOR_VERSION}" = "0"; then NSF_BUILD_STUB_LIB_PATH="" NSF_STUB_LIB_PATH="" @@ -8457,7 +8456,7 @@ -# include dir of xotcl during build process (i.e., does not assume installed) +# include dirs for nsf during build process (i.e., does not assume installed) NSF_BUILD_INCLUDE_DIR="${NSF_SRC_DIR}/generic" NSF_BUILD_INCLUDE_SPEC="-I${NSF_BUILD_INCLUDE_DIR}" @@ -8479,9 +8478,9 @@ # target, defined in Makefile.in #-------------------------------------------------------------------- -CONFIG_CLEAN_FILES="Makefile nsfConfig.sh library/xotcl/xotclsh library/xotcl/xowish unix/xotcl.spec unix/pkgIndex.unix nxsh nxwish autom4te.cache/" +CONFIG_CLEAN_FILES="Makefile nsfConfig.sh library/xotcl/xotclsh library/xotcl/xowish unix/pkgIndex.unix nxsh nxwish autom4te.cache/" -ac_config_files="$ac_config_files Makefile nsfConfig.sh library/xotcl/xotclsh library/xotcl/xowish unix/xotcl.spec unix/pkgIndex.unix nxsh nxwish" +ac_config_files="$ac_config_files Makefile nsfConfig.sh library/xotcl/xotclsh library/xotcl/xowish unix/pkgIndex.unix nxsh nxwish" #-------------------------------------------------------------------- @@ -9218,7 +9217,6 @@ "nsfConfig.sh") CONFIG_FILES="$CONFIG_FILES nsfConfig.sh" ;; "library/xotcl/xotclsh") CONFIG_FILES="$CONFIG_FILES library/xotcl/xotclsh" ;; "library/xotcl/xowish") CONFIG_FILES="$CONFIG_FILES library/xotcl/xowish" ;; - "unix/xotcl.spec") CONFIG_FILES="$CONFIG_FILES unix/xotcl.spec" ;; "unix/pkgIndex.unix") CONFIG_FILES="$CONFIG_FILES unix/pkgIndex.unix" ;; "nxsh") CONFIG_FILES="$CONFIG_FILES nxsh" ;; "nxwish") CONFIG_FILES="$CONFIG_FILES nxwish" ;; Index: configure.in =================================================================== diff -u -rf265d8b18ef1925998a3ab7169f8d642769e6212 -r69cf721ea2eb81c0df8c2b4bfb831c367780a59b --- configure.in (.../configure.in) (revision f265d8b18ef1925998a3ab7169f8d642769e6212) +++ configure.in (.../configure.in) (revision 69cf721ea2eb81c0df8c2b4bfb831c367780a59b) @@ -70,8 +70,6 @@ # other systems. #-------------------------------------------------------------------- -# do not modify the following lines manually, they are generated with -# the script changeXOTclVersion NSF_MAJOR_VERSION=2 NSF_MINOR_VERSION=0 @@ -122,7 +120,7 @@ # # FORCE_NO_STUBS is deactivated for now if ! test "$with_aol3" = "no"; then - echo "Pre-configuring AOL-Server (xotcl)" + echo "Pre-configuring AOL-Server (nsf)" AOL_DEFINES="-DAOL_SERVER -DUSE_TCL8X -I$with_aol3/include -I$TCL_SRC_DIR/generic" FORCE_NO_STUBS=1 else @@ -268,7 +266,7 @@ # Without the following two eval statements, NSF_SHARED_LIB_SUFFIX # in nsfConfig.sh has $PACKAGE_VERSION unresolved. When another -# app links against xotcl, the PACKAGE_VERSIONs are confused. +# app links against nsf, the PACKAGE_VERSIONs are confused. # # Without the first eval, we get # NSF_SHARED_LIB_SUFFIX=${PACKAGE_VERSION}\$\{DBGX\}${SHLIB_SUFFIX} @@ -325,15 +323,16 @@ AC_SUBST(NSF_COMPATIBLE_TCLSH) # -# XOTcl specific configs +# Next Scripting specific configs # if test "${TEA_PLATFORM}" != "windows" ; then NSF_BUILD_LIB_SPEC="-L`pwd` -lnsf${PACKAGE_VERSION}" NSF_LIB_SPEC="-L${pkglibdir} -lnsf${PACKAGE_VERSION}" -# stub libs are not build for 8.0 +# If someone wants to build without stubs, as it was the case for +# earlier Tcl versions, we keep the following block as a reference. if test "${TCL_MAJOR_VERSION}" = "8" -a "${TCL_MINOR_VERSION}" = "0"; then NSF_BUILD_STUB_LIB_PATH="" NSF_STUB_LIB_PATH="" @@ -345,7 +344,7 @@ NSF_BUILD_STUB_LIB_SPEC="-L`pwd` -lnsfstub${PACKAGE_VERSION}" NSF_STUB_LIB_SPEC="-L${pkglibdir} -lnsfstub${PACKAGE_VERSION}" AC_DEFINE(COMPILE_NSF_STUBS) -fi +fi else @@ -371,7 +370,7 @@ AC_SUBST(NXSH) AC_SUBST(XOWISH) -# include dir of xotcl during build process (i.e., does not assume installed) +# include dirs for nsf during build process (i.e., does not assume installed) NSF_BUILD_INCLUDE_DIR="${NSF_SRC_DIR}/generic" NSF_BUILD_INCLUDE_SPEC="-I${NSF_BUILD_INCLUDE_DIR}" AC_SUBST(NSF_BUILD_INCLUDE_DIR) @@ -389,7 +388,7 @@ dnl Change the value of -this- macro if you want to add or remove dnl such files. -AC_DEFUN(CONFIG_OUTPUT_FILES, [[Makefile nsfConfig.sh library/xotcl/xotclsh library/xotcl/xowish unix/xotcl.spec unix/pkgIndex.unix nxsh nxwish]]) +AC_DEFUN(CONFIG_OUTPUT_FILES, [[Makefile nsfConfig.sh library/xotcl/xotclsh library/xotcl/xowish unix/pkgIndex.unix nxsh nxwish]]) #-------------------------------------------------------------------- # the value of this variable is set to the files which are to be