From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from gallifrey.ext.pengutronix.de ([2001:6f8:1178:4:5054:ff:fe8d:eefb] helo=localhost) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1SG5m3-0006hO-8U for ptxdist@pengutronix.de; Fri, 06 Apr 2012 11:48:07 +0200 From: Juergen Beisert Date: Fri, 6 Apr 2012 11:47:40 +0200 References: <201204041007.30577.jbe@pengutronix.de> In-Reply-To: <201204041007.30577.jbe@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <201204061147.41049.jbe@pengutronix.de> Subject: Re: [ptxdist] [PATCH] libmediastreamer: a multimedia streaming engine for linphone Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Hi Michael, Juergen Beisert wrote: > [...] > diff --git a/rules/libmediastreamer.in b/rules/libmediastreamer.in > new file mode 100644 > index 0000000..3aa990a > --- /dev/null > +++ b/rules/libmediastreamer.in > @@ -0,0 +1,56 @@ > +## SECTION=system_libraries > + > +menuconfig LIBMEDIASTREAMER > + tristate > + prompt "libmediastreamer " > + select LIBORTP > + select SPEEX if LIBMEDIASTREAMER_SPEEX > + select ALSA_LIB if LIBMEDIASTREAMER_ALSA > + select LIBC_PTHREAD > + select LIBC_M > + select LIBC_RT > + select LIBC_DL > + select GCCLIBS_GCC_S > + select GCCLIBS_CXX > +# this only to re-generate the configure.ac > + select HOST_GETTEXT > + select HOST_INTLTOOL > + help > + Multimedia streaming engine for linphone In the meantime I changed the dependencies to: > +# this only to re-generate the configure.ac > + select HOST_GETTEXT if BUILDTIME > + select HOST_INTLTOOL if BUILDTIME But it seems it does not work as intended or at least not how I understand it. Because the "extract" stage with the running autoreconf fails due to a missing 'AM_GNU_GETTEXT' which only is present when the 'HOST_GETTEXT' dependency is correctly handled. Am I wrong with the "if BUILDTIME" dependency for the host tools? When I remove the "if BUILDTIME" the host's gettext package is built first and the build continues successfuly. jbe -- Pengutronix e.K. | Juergen Beisert | Linux Solutions for Science and Industry | http://www.pengutronix.de/ | -- ptxdist mailing list ptxdist@pengutronix.de