]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/defs.in (Be Bourne compatible): Update from current
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 10 May 2006 21:14:36 +0000 (21:14 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 10 May 2006 21:14:36 +0000 (21:14 +0000)
Autoconf.

ChangeLog
tests/defs.in

index 95a59d8b447a28ebda3d9692819cd1e0e6b2e80d..6467a9227447631194c9b0412589a45735f448ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-05-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * tests/defs.in (Be Bourne compatible): Update from current
+       Autoconf.
+
        * configure.ac: Recommend perl-5.8.2.
        * tests/automake.test: Do not fail because of buggy Getopt::Long
        in perl < 5.8.2.
index cad60d961b316283f13bfe51e156366ed618abcc..df1c9f6de569e26a224ce4078753167ff8d3c84e 100644 (file)
@@ -1,8 +1,8 @@
 # -*- shell-script -*-
 # @configure_input@
 #
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
-# Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+# 2005, 2006  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #
 # Tom Tromey <tromey@cygnus.com>
 
 # Be Bourne compatible.
-# (Snippet copied from configure's initialization in Autoconf 2.57.)
+# (Snippet copied from configure's initialization in Autoconf 2.59c.)
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   emulate sh
   NULLCMD=:
   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
   # is contrary to our usage.  Disable this feature.
   alias -g '${1+"$@"}'='"$@"'
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
-  set -o posix
+else
+  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 fi
+BIN_SH=xpg4; export BIN_SH # for Tru64
+DUALCASE=1; export DUALCASE # for MKS sh
 
 # Ensure we are running from the right directory.
 test -f ./defs || {