Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] [OT] Anybody really understand the gnu autotools?
Date: Tue, 19 Jun 2012 20:43:42
Message-Id: jrqo4v$h1r$1@dough.gmane.org
1 I'm trying to build an xfce4 applet that's not in portage. For
2 reasons I don't understand there are some standard gnome headers
3 that don't get pulled in during the configure process, like orbit,
4 libbonobo and libbonoboui.
5
6 I edited the autoconf.in to check for those standard libraries,
7 and it did partly work. The generated makefiles now have correct
8 entries like LIBBONOBO_CFLAGS.
9
10 The problem is that those flags are never used during the compile
11 phase. So, anyone know how make that extra step happen?
12
13 Thanks.

Replies

Subject Author
Re: [gentoo-user] [OT] Anybody really understand the gnu autotools? Ezequiel Garcia <elezegarcia@×××××.com>
Re: [gentoo-user] [OT] Anybody really understand the gnu autotools? Michael Orlitzky <michael@××××××××.com>