user name space clashes.
Reported by Bruno Haible.
+2003-05-16 Akim Demaille <akim@epita.fr>
+
+ * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
+ user name space clashes.
+ Reported by Bruno Haible.
+
2003-05-16 Akim Demaille <akim@epita.fr>
* bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
# AS_UNSET depends upon $as_unset: compute it.
m4_defun([_AS_UNSET_PREPARE],
[# Support unset when possible.
-if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
+if (as_foo=foo; unset as_foo) >/dev/null 2>&1; then
as_unset=unset
else
as_unset=false