bug-gnulib
[Top][All Lists]
Advanced

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

Re: installable gnulib library


From: Bruce Korb
Subject: Re: installable gnulib library
Date: Sun, 10 Oct 2010 08:59:28 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100714 SUSE/3.0.6 Thunderbird/3.0.6

Hi Bruno,

Another point:

On 10/10/10 07:35, Bruno Haible wrote:
> I would suggest that you ... create a subdirectory in gnulib,
> called 'libposix', with files such as
>   configure.ac
>   Makefile.am
>   version.in.h
>   version.c
>   README
>   libposix.m4
>   bootstrap
> and then use "gnulib-tool --import"

Whether you use one file or multiple, it is still useful to
*not* construct the thing where your template sources live.
Since the AC_INIT macro clearly must be auto-edited, you
must construe these files to be templates and not the files
that autoreconf sees.  Therefore, it would still be
necessary to construct a separate build directory and sed
these template files into it.  I just used the script as the
template source instead of separate files.

Cheers - Bruce



reply via email to

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