* it's undefined in ash 0.2.
* autoreconf.sh: Likewise.
* autoupdate.sh: Likewise.
* autoconf.sh: Likewise. Also eliminated command substitution
inside variable expansion - ash 0.2 coredumps on it.
+2000-09-25 Pavel Roskin <proski@gnu.org>
+
+ * autoheader.sh: Don't check status of variable assignments -
+ * it's undefined in ash 0.2.
+ * autoreconf.sh: Likewise.
+ * autoupdate.sh: Likewise.
+ * autoconf.sh: Likewise. Also eliminated command substitution
+ inside variable expansion - ash 0.2 coredumps on it.
+
2000-09-21 Pavel Roskin <proski@gnu.org>
* tests/atspecific.m4 (_AT_CHECK_AC_MACRO): Check stderr from
# Variables.
: ${autoconf_dir=${AC_MACRODIR=@datadir@}}
-: ${AC_ACLOCALDIR=`(aclocal --print-ac-dir) 2>/dev/null`}
+test -z "$AC_ACLOCALDIR" &&
+ AC_ACLOCALDIR=`(aclocal --print-ac-dir) 2>/dev/null`
: ${AWK=@AWK@}
debug=false
# Trace Autoconf's initialization?
test -n "$tmp" && test -d "$tmp"
} ||
{
- tmp=$TMPDIR/ac$$ && (umask 077 && mkdir $tmp)
+ tmp=$TMPDIR/ac$$
+ (umask 077 && mkdir $tmp)
} ||
{
echo "$me: cannot create a temporary directory in $TMPDIR" >&2
# Variables.
: ${autoconf_dir=${AC_MACRODIR=@datadir@}}
-: ${AC_ACLOCALDIR=`(aclocal --print-ac-dir) 2>/dev/null`}
+test -z "$AC_ACLOCALDIR" &&
+ AC_ACLOCALDIR=`(aclocal --print-ac-dir) 2>/dev/null`
: ${AWK=@AWK@}
debug=false
# Trace Autoconf's initialization?
test -n "$tmp" && test -d "$tmp"
} ||
{
- tmp=$TMPDIR/ac$$ && (umask 077 && mkdir $tmp)
+ tmp=$TMPDIR/ac$$
+ (umask 077 && mkdir $tmp)
} ||
{
echo "$me: cannot create a temporary directory in $TMPDIR" >&2
test -n "$tmp" && test -d "$tmp"
} ||
{
- tmp=$TMPDIR/ah$$ && (umask 077 && mkdir $tmp)
+ tmp=$TMPDIR/ah$$
+ (umask 077 && mkdir $tmp)
} ||
{
echo "$me: cannot create a temporary directory in $TMPDIR" >&2
test -n "$tmp" && test -d "$tmp"
} ||
{
- tmp=$TMPDIR/ah$$ && (umask 077 && mkdir $tmp)
+ tmp=$TMPDIR/ah$$
+ (umask 077 && mkdir $tmp)
} ||
{
echo "$me: cannot create a temporary directory in $TMPDIR" >&2
test -n "$tmp" && test -d "$tmp"
} ||
{
- tmp=$TMPDIR/ar$$ && (umask 077 && mkdir $tmp)
+ tmp=$TMPDIR/ar$$
+ (umask 077 && mkdir $tmp)
} ||
{
echo "$me: cannot create a temporary directory in $TMPDIR" >&2
test -n "$tmp" && test -d "$tmp"
} ||
{
- tmp=$TMPDIR/ar$$ && (umask 077 && mkdir $tmp)
+ tmp=$TMPDIR/ar$$
+ (umask 077 && mkdir $tmp)
} ||
{
echo "$me: cannot create a temporary directory in $TMPDIR" >&2
# Variables.
: ${autoconf_dir=${AC_MACRODIR=@datadir@}}
-: ${AC_ACLOCALDIR=`(aclocal --print-ac-dir) 2>/dev/null`}
+test -z "$AC_ACLOCALDIR" &&
+ AC_ACLOCALDIR=`(aclocal --print-ac-dir) 2>/dev/null`
: ${AWK=@AWK@}
debug=false
# Trace Autoconf's initialization?
test -n "$tmp" && test -d "$tmp"
} ||
{
- tmp=$TMPDIR/ac$$ && (umask 077 && mkdir $tmp)
+ tmp=$TMPDIR/ac$$
+ (umask 077 && mkdir $tmp)
} ||
{
echo "$me: cannot create a temporary directory in $TMPDIR" >&2
test -n "$tmp" && test -d "$tmp"
} ||
{
- tmp=$TMPDIR/ah$$ && (umask 077 && mkdir $tmp)
+ tmp=$TMPDIR/ah$$
+ (umask 077 && mkdir $tmp)
} ||
{
echo "$me: cannot create a temporary directory in $TMPDIR" >&2
test -n "$tmp" && test -d "$tmp"
} ||
{
- tmp=$TMPDIR/ar$$ && (umask 077 && mkdir $tmp)
+ tmp=$TMPDIR/ar$$
+ (umask 077 && mkdir $tmp)
} ||
{
echo "$me: cannot create a temporary directory in $TMPDIR" >&2