[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_PROG_LIBTOOL vs AM_PROG_LIBTOOL
From: |
NightStrike |
Subject: |
Re: AC_PROG_LIBTOOL vs AM_PROG_LIBTOOL |
Date: |
Sun, 4 Nov 2007 13:47:29 -0500 |
On 11/4/07, Ralf Wildenhues <address@hidden> wrote:
> * NightStrike wrote on Sun, Nov 04, 2007 at 07:26:51PM CET:
> > Is there a difference between using AC_PROG_LIBTOOL and
> > AM_PROG_LIBTOOL? I see both defined in the manual as synonymous, but
> > I may not be looking at the right place in the manual.
>
> AM_PROG_LIBTOOL is an older name for AC_PROG_LIBTOOL.
> They are both aliases now. LT_INIT will be another one.
I see. I will use AC_PROG_LIBTOOL, then. Thanks!