bug-gnulib
[Top][All Lists]
Advanced

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

Re: [Bug-gnulib] Docs for gnulib-tool --import


From: Gary V. Vaughan
Subject: Re: [Bug-gnulib] Docs for gnulib-tool --import
Date: Wed, 06 Oct 2004 15:57:46 +0100
User-agent: Mozilla Thunderbird 0.8 (X11/20040913)

Hi Simon,

Simon Josefsson wrote:
> address@hidden
> +...
> +AC_PROG_CC
> +gl_EARLY
> +...
> +# For gnulib.
> +gl_SOURCE_BASE(gl)
> +gl_M4_BASE(gl/m4)
> +gl_LIB(libgl)
> +gl_MODULES(getopt progname strdup dummy exit error getpass-gnu getaddrinfo)
> +gl_INIT
> +...
> address@hidden example

I think I would rather see less macros, like this:

AC_PROG_CC
gl_EARLY
...
gl_MODULES([getopt progname strdup dummy ...])
gl_INIT([gl], [gl/m4], [libgl])
...

where defaults are used if the arguments are missing instead of needing a
whole extra macro call.

Cheers,
        Gary.
-- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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