* configure.in: Long overdue bump to version 1.4.2.
authorAndreas Kupries <andreas_kupries@users.sourceforge.net>
Wed, 12 Dec 2012 21:24:46 +0000 (21:24 +0000)
committerAndreas Kupries <andreas_kupries@users.sourceforge.net>
Wed, 12 Dec 2012 21:24:46 +0000 (21:24 +0000)
* configure: (1.4.1 was in 2009-02-07). Regenerated.
  Please bump the patchlevel for any future bug fixes,
  of the relevant sub-package(s).

ChangeLog
configure
configure.in

index 16a9473378d9431f3268f2b9af22e128c46d23b1..713b7551facd564d0c58008ce9c4ef17103254f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-12-12  Andreas Kupries <andreask@activestate.com>
+
+       * configure.in: Long overdue bump to version 1.4.2.
+       * configure: (1.4.1 was in 2009-02-07). Regenerated.
+         Please bump the patchlevel for any future bug fixes,
+         of the relevant sub-package(s).
+
 2012-07-12  Wojciech Kocjan <zoro2@users.sourceforge.net>
 
        * zipvfs.tcl: Fix for Tcl 8.6 not properly streaming large files with
index 48285f3f0139f567c62323448aea51a77337f06f..d37404d23c0cbedd07b27abd6236321339f3f98c 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for vfs 1.4.1.
+# Generated by GNU Autoconf 2.59 for vfs 1.4.2.
 #
 # Copyright (C) 2003 Free Software Foundation, Inc.
 # This configure script is free software; the Free Software Foundation
@@ -267,8 +267,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='vfs'
 PACKAGE_TARNAME='vfs'
-PACKAGE_VERSION='1.4.1'
-PACKAGE_STRING='vfs 1.4.1'
+PACKAGE_VERSION='1.4.2'
+PACKAGE_STRING='vfs 1.4.2'
 PACKAGE_BUGREPORT=''
 
 # Factoring default headers for most tests.
@@ -777,7 +777,7 @@ if test "$ac_init_help" = "long"; then
   # 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 vfs 1.4.1 to adapt to many kinds of systems.
+\`configure' configures vfs 1.4.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -834,7 +834,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of vfs 1.4.1:";;
+     short | recursive ) echo "Configuration of vfs 1.4.2:";;
    esac
   cat <<\_ACEOF
 
@@ -966,7 +966,7 @@ fi
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-vfs configure 1.4.1
+vfs configure 1.4.2
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -980,7 +980,7 @@ cat >&5 <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by vfs $as_me 1.4.1, which was
+It was created by vfs $as_me 1.4.2, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -7911,7 +7911,7 @@ fi
                SHLIB_LD_LIBS='${LIBS}'
                DL_OBJS="tclLoadShl.o"
                DL_LIBS="-ldld"
-               LDFLAGS="$LDFLAGS -Wl,-E"
+               LDFLAGS="$LDFLAGS -E"
                CC_SEARCH_FLAGS='-Wl,+s,+b,${LIB_RUNTIME_DIR}:.'
                LD_SEARCH_FLAGS='+s +b ${LIB_RUNTIME_DIR}:.'
                LD_LIBRARY_PATH_VAR="SHLIB_PATH"
@@ -7958,7 +7958,14 @@ else
 
                    do64bit_ok=yes
                    CFLAGS="$CFLAGS +DD64"
-                   LDFLAGS_ARCH="+DD64"
+                   if test "`uname -m`" = ia64; then
+  :
+else
+
+                       LDFLAGS_ARCH="+DD64"
+
+fi
+
 
 fi
 
@@ -10703,7 +10710,7 @@ _ASBOX
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by vfs $as_me 1.4.1, which was
+This file was extended by vfs $as_me 1.4.2, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -10758,7 +10765,7 @@ _ACEOF
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-vfs config.status 1.4.1
+vfs config.status 1.4.2
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
index e4b8276a5a1bcb1bdae854a2f390dfe6bdf1f54c..0144be2a60980b44edd75ad64d05343b775ce8a6 100644 (file)
@@ -13,7 +13,7 @@ dnl   to configure the system for the local environment.
 #    http://www.tcl.tk/           Tcl Developer Exchange
 #--------------------------------------------------------------------
 
-AC_INIT([vfs], [1.4.1])
+AC_INIT([vfs], [1.4.2])
 
 #--------------------------------------------------------------------
 # Call TEA_INIT as the first TEA_ macro to set up initial vars.