mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-23 15:19:27 +08:00
* libtool.m4: Use ifelse instead of if.
Reported by David Mazieres <dm@amsterdam.lcs.mit.edu>
This commit is contained in:
parent
b13fac8cdf
commit
ab6818a9cd
@ -1,5 +1,12 @@
|
||||
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>
|
||||
|
||||
1999-04-29 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
GNU Libtool 1.3 was released.
|
||||
|
||||
* NEWS: Summarize news from 1.2 to 1.3.
|
||||
|
||||
* ltmain.in: Save exit status of link_command before removing
|
||||
|
4
libtool.m4
vendored
4
libtool.m4
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user