Date: Fri, 24 May 2013 18:20:42 +0100 From: Chris Rees <utisoft@gmail.com> To: "O. Hartmann" <ohartman@zedat.fu-berlin.de> Cc: FreeBSD Mailing List <freebsd-ports@freebsd.org> Subject: Re: error: possibly undefined macro: AC_MSG_WARN Message-ID: <CADLo838paQn1X752dN=iVed5ov58uiT06zWveiK10tDjU5JvXg@mail.gmail.com> In-Reply-To: <1369415825.33742.87.camel@thor.walstatt.dyndns.org> References: <1369415825.33742.87.camel@thor.walstatt.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 24 May 2013 18:17, "O. Hartmann" <ohartman@zedat.fu-berlin.de> wrote: > > I work on a port tha comes with a configure.ac file which contains a m4 > macro AC_MSG_WARN. > > I have set this in the port's toplevel Makefile to ensure the correct > build of the software: > > USES= pkgconfig > USE_AUTOTOOLS= aclocal libtoolize libltdl autoheader autoconf > automake > > There is a well known issue with this error message regarding pkg-config > and libtool (look at https://github.com/Pulse-Eight/libcec/issues/15). > > Since my configured toplevel makefile indicates the usage of both, > libtool and pkg-config, the still persistent error suggests that this > couldn't be all. > > The port's sources has compiled well previous to the introduction of > those AC_MSG_WARN([...]) macros and they are the only add-ons to the > configure.ac. > > How can this be fixed? Providing the files would help :) Can't you just patch those lines out? Chris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADLo838paQn1X752dN=iVed5ov58uiT06zWveiK10tDjU5JvXg>