From 84b8e5a860510686bcabe38b5e105594ada8c480 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Fri, 30 Apr 1999 20:21:15 +0000 Subject: [PATCH] * libtool.m4: Use ifelse instead of if. Reported by David Mazieres --- ChangeLog | 3 +++ libtool.m4 | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index db7571141..ea82d27f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-04-30 Alexandre Oliva + * libtool.m4: Use ifelse instead of if. + Reported by David Mazieres + * configure.in: Bumped to 1.3.0a, just in case. 1999-04-29 Alexandre Oliva diff --git a/libtool.m4 b/libtool.m4 index 76a1d52f7..cec5c03c0 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -420,5 +420,5 @@ AC_DEFUN(AM_DISABLE_STATIC, [indir([AC_DISABLE_STATIC], $@)])dnl 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 -- 2.47.3