* 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. Cheers, Ralf
