bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sharutils configuration


From: Bruce Korb
Subject: Re: sharutils configuration
Date: Fri, 19 Feb 2010 13:07:01 -0800
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Bruno Haible wrote:
> Bruce Korb wrote:
>>> ${glib} --import ${gnulib_libs}
>>>
>>> ( echo
>>>   echo '## begin sharutils stuff'
>>>   echo
>>>   echo "EXTRA_DIST += ${extra_libs}"
>>> ) >> lib/Makefile.am
>> yielding this as the end of lib/Makefile.am:
>>
>>> ## begin sharutils stuff
>>>
>>> EXTRA_DIST +=  \
>>>     basename.h  exit.h      gen-uio     liballoca.h md5.c \
>>>     md5.h       stpcpy.h    system.h    whoami.c    xstrdup.c
> 
> An alternative to this is to pass to gnulib-tool the option
> --makefile-name=Makefile.gnulib, and have Makefile.am written by
> hand that looks roughly like this:
> 
>    include Makefile.gnulib
>    EXTRA_DIST +=  \
>       basename.h  exit.h      gen-uio     liballoca.h md5.c \
>       md5.h       stpcpy.h    system.h    whoami.c    xstrdup.c

Except Makefile.in doesn't get configured without more magic.
Oh, well.  Thanks.  My extra sources are now down to:

## begin sharutils extras

EXTRA_DIST += \
    basename.h  liballoca.h md5.c       md5.h       system.h    whoami.c


Thank you for your help (both of you!!)  Regards, Bruce

(P.S. I re-activated the unlocked io while I was messing around...:)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]