Reported by David Mazieres <dm@amsterdam.lcs.mit.edu>
1999-04-30 Alexandre Oliva <oliva@dcc.unicamp.br>
+ * libtool.m4: Use ifelse instead of if.
+ Reported by David Mazieres <dm@amsterdam.lcs.mit.edu>
+
* configure.in: Bumped to 1.3.0a, just in case.
1999-04-29 Alexandre Oliva <oliva@dcc.unicamp.br>
AC_DEFUN(AM_PROG_LD, [indir([AC_PROG_LD])])dnl
AC_DEFUN(AM_PROG_NM, [indir([AC_PROG_NM])])dnl
-dnl This is just to quiet aclocal about the macro not being used
-if(a,b,[AC_DISABLE_FAST_INSTALL])dnl
+dnl This is just to silence aclocal about the macro not being used
+ifelse([AC_DISABLE_FAST_INSTALL])dnl