bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AU_ALIAS vs. AU_DEFUN


From: Akim Demaille
Subject: AU_ALIAS vs. AU_DEFUN
Date: Wed, 22 Dec 2004 22:33:49 +0100

I found this in libtool.m4:

AU_DEFUN([AC_PROG_LIBTOOL], [LT_INIT])
AU_DEFUN([AM_PROG_LIBTOOL], [LT_INIT])

It isn't right.  AU_DEFUN is the same as AC_DEFUN.  So obviously
any argument is lost (but maybe they didn't have arguments?).

You probably mean AU_ALIAS, which is basically the same as

AU_DEFUN([AC_PROG_LIBTOOL], [LT_INIT($@)])





reply via email to

[Prev in Thread] Current Thread [Next in Thread]