bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: gettextize 0.11 configure.in


From: Bruno Haible
Subject: Re: gettextize 0.11 configure.in
Date: Thu, 14 Feb 2002 23:44:33 +0100 (CET)

Karl Berry writes:

> Just one minor point, my source file was actually configure.ac, not
> configure.in.

This one is too hairy to fix. Hope you don't mind.

> On a similar note, the manual (node configure.in) mentions putting a bunch of
> commands in configure.in or .ac:
>           PACKAGE=gettext
>           VERSION=0.11
>           AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
>           AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
>           AC_SUBST(PACKAGE)
>           AC_SUBST(VERSION)
> 
> But with automake, as far as I know, this is not necessary, and becomes
> simply:
> AM_INIT_AUTOMAKE([gettext], [0.11])

You're right. Thanks for the suggestion. It will be documented.

Bruno



reply via email to

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