replace with `='.
+2000-11-20 Pavel Roskin <proski@gnu.org>
+
+ * acgeneral.m4 (_AC_RUN_IFELSE): `==' in test is not portable,
+ replace with `='.
+
2000-11-17 Akim Demaille <akim@epita.fr>
* acgeneral.m4 (_AC_INIT_DEFAULTS): Also include `PATH' and
AC_TRY_EVAL(ac_link) &&
(./conftest$ac_exeext) >&AS_MESSAGE_LOG_FD 2>&1;
ac_status=$?
-AS_IFELSE([test $ac_status == 0],
+AS_IFELSE([test $ac_status = 0],
[$2],
[echo "$as_me: program exited with status $ac_status" >&AS_MESSAGE_LOG_FD
echo "$as_me: failed program was:" >&AS_MESSAGE_LOG_FD
AC_TRY_EVAL(ac_link) &&
(./conftest$ac_exeext) >&AS_MESSAGE_LOG_FD 2>&1;
ac_status=$?
-AS_IFELSE([test $ac_status == 0],
+AS_IFELSE([test $ac_status = 0],
[$2],
[echo "$as_me: program exited with status $ac_status" >&AS_MESSAGE_LOG_FD
echo "$as_me: failed program was:" >&AS_MESSAGE_LOG_FD