Regression introduced in
cb27df430d86d5a16bc1f210d36e29400369dbc2.
* bin/autoconf.as: Revert leak of literal '' into assignment.
* tests/tools.at (autom4te preselections): Likewise.
Signed-off-by: Eric Blake <eblake@redhat.com>
2010-08-25 Eric Blake <eblake@redhat.com>
+ m4sh: revert incorrect mix of "${a='b'}"
+ * bin/autoconf.as: Revert leak of literal '' into assignment.
+ * tests/tools.at (autom4te preselections): Likewise.
+
m4sh: revert regression in AS_TMPDIR
* lib/m4sugar/m4sh.m4 (AS_TMPDIR): The previous patch trying to
rename $tmp to $as_tmp was wrong; config.status relies on it.
# restore font-lock: '
# Variables.
-: "${AUTOM4TE='@bindir@/@autom4te-name@'}"
+: ${AUTOM4TE='@bindir@/@autom4te-name@'}
autom4te_options=
outfile=
verbose=false
# -----------------------------
AT_SETUP([autom4te preselections])
-: "${sleep='sleep 1'}" # Command to force different time stamps.
+: ${sleep='sleep 1'} # Command to force different time stamps.
# If this test should run on FAT file systems and older w32,
# then setting $sleep correctly needs to be revisited.