On Tue, Jan 24, 2012 at 20:43, Nikos Mavrogiannopoulos <n...@gnutls.org> wrote:
> On 01/24/2012 04:47 PM, Bruce Korb wrote:
>
>> Hi Simon,
>>
>> I won't be able to peek at this for a couple of days, but it *sounds* like
>> "libopts" may be missing in the SUBDIRS entry for the src/Makefile.am file.
>> I believe the NTP folks (Harlan) have done something like this.
>> http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ntp-dev-4.2.7p251.tar.gz
>> The sources are under Bit Keeper, so other than logging into ntp.org,
>> I don't know how to get them.
>> So if you haven't figured it out in a couple of days, I will then have time
>> to take a peek.
>
>
> Hi,
>  I checked the libopts.m4 and it seems to create the libopts/Makefile in
> a conditional. If I remove the AC_CONFIG_FILES outside it seems to work.

You might find that causes your bundled libopts to be built even when
the installed libopts is found acceptable.  Here's what NTP does (in
sntp/Makefile.am, as our libopts is in sntp/libopts):

if NEED_LIBOPTS
SUBDIRS += libopts
endif

DIST_SUBDIRS += libopts

So if configure determines the already-installed libopts is
acceptable, make never descends into sntp/libopts, but the libopts
directory is still distributed thanks to DIST_SUBDIRS unconditionally
including libopts.

Cheers,
Dave Hart

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Autogen-users mailing list
Autogen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/autogen-users

Reply via email to