]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4: Use ifelse instead of if.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Fri, 30 Apr 1999 20:21:15 +0000 (20:21 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 30 Apr 1999 20:21:15 +0000 (20:21 +0000)
Reported by David Mazieres <dm@amsterdam.lcs.mit.edu>

ChangeLog
libtool.m4

index db7571141a4ee4905f54258adc5f5bba33218fcb..ea82d27f350906a15038e9bd787a2f3f8ead5536 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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>
index 76a1d52f74c99cac498636fbf0575525b63ecf71..cec5c03c0b20b0e2df6afd37004160ab5d34ccb2 100644 (file)
@@ -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