From: Jeff Hobbs Date: Tue, 25 Jan 2005 20:20:02 +0000 (+0000) Subject: * configure, configure.in (BUILD_vfs): correct from sample default X-Git-Tag: vfs-1-4~76 X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=215ffa3d7c1be41128e488eb136ba797b5cacd3c;p=tclvfs * configure, configure.in (BUILD_vfs): correct from sample default --- diff --git a/ChangeLog b/ChangeLog index 5835588..8430aa4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-01-25 Jeff Hobbs + + * configure, configure.in (BUILD_vfs): correct from sample default + 2005-01-20 Jean-Claude Wippler * library/mk4vfs.tcl: added return in periodicCommit diff --git a/configure b/configure index bd3cce1..f499af5 100755 --- a/configure +++ b/configure @@ -5814,7 +5814,7 @@ echo "${ECHO_T}Using srcdir found in tclConfig.sh: ${TCL_SRC_DIR}" >&6 if test "${TEA_PLATFORM}" = "windows" ; then cat >>confdefs.h <<\_ACEOF -#define BUILD_sample 1 +#define BUILD_vfs 1 _ACEOF CLEANFILES="pkgIndex.tcl *.lib *.dll *.exp *.ilk *.pdb vc*.pch" diff --git a/configure.in b/configure.in index da47567..a40f187 100644 --- a/configure.in +++ b/configure.in @@ -60,7 +60,7 @@ TEA_PRIVATE_TCL_HEADERS #-------------------------------------------------------------------- if test "${TEA_PLATFORM}" = "windows" ; then - AC_DEFINE(BUILD_sample) + AC_DEFINE(BUILD_vfs) CLEANFILES="pkgIndex.tcl *.lib *.dll *.exp *.ilk *.pdb vc*.pch" else CLEANFILES="pkgIndex.tcl"