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

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

gettextize 0.11 configure.in


From: Karl Berry
Subject: gettextize 0.11 configure.in
Date: Thu, 14 Feb 2002 10:20:44 -0500

I ran gettextize from gettext 0.11 on my texinfo sources and it nicely
warned that:
config.status: setting ALL_LINGUAS in configure.in is obsolete

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

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])

thanks,
karl



reply via email to

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