Re: [Zapping-misc] Re: Bugs and thanks!
Status: Alpha
Brought to you by:
mschimek
|
From: Michael H. S. <msc...@us...> - 2001-10-30 11:51:43
|
I wrote: > which are probably checks introduced in automake 1.5 and can be ignored, Correction: automake 1.5 requires --- zapping/configure.in Tue Oct 30 12:03:21 2001 +++ zapping/configure.in Tue Oct 30 12:04:07 2001 @@ -51,6 +51,7 @@ AC_ISC_POSIX AC_PROG_CC AM_PROG_CC_STDC +AM_PROG_AS AC_HEADER_STDC AC_CHECK_FUNCS(stpcpy) to compile (likewise in zapping/rte/configure.in and zapping/rte/mp1e/configure.in), but this macro isn't shipped with 1.4, will see if there's a work-around before I add to CVS. Michael |