Reported by Nicolas Joly.
+2001-03-19 Akim Demaille <akim@epita.fr>
+
+ * tests/atgeneral.m4 (AT_INIT): Fix the at_diff test.
+ Reported by Nicolas Joly.
+
2001-03-19 Akim Demaille <akim@epita.fr>
* acgeneral.m4 (_AC_PREPROC_IFELSE): Redirect stdout out of the
fi
# Use `diff -u' when possible.
-if diff $at_devnull $at_devnull >/dev/null 2>&1; then
+if diff -u $at_devnull $at_devnull >/dev/null 2>&1; then
at_diff='diff -u'
else
at_diff=diff
fi
# Use `diff -u' when possible.
-if diff $at_devnull $at_devnull >/dev/null 2>&1; then
+if diff -u $at_devnull $at_devnull >/dev/null 2>&1; then
at_diff='diff -u'
else
at_diff=diff