This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
CVS automake, -Wwarnings, and AM_PROG_LIBTOOL
- From: Harlan Stenn <Harlan dot Stenn at pfcs dot com>
- To: automake at gnu dot org
- Date: Fri, 20 Sep 2002 23:20:24 -0400
- Subject: CVS automake, -Wwarnings, and AM_PROG_LIBTOOL
If I enable warnings with CVS automake and run autoreconf, AM_PROG_LIBTOOL
generates a warning:
configure.in:64: warning: The macro `AC_FD_CC' is obsolete.
You should run autoupdate.
Line 64 is AM_PROG_LIBTOOL.
Or am I missing something?
H