bug-gnulib
[Top][All Lists]
Advanced

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

use of autoreconf requires AM_GNU_GETTEXT_VERSION


From: Bruno Haible
Subject: use of autoreconf requires AM_GNU_GETTEXT_VERSION
Date: Tue, 10 Jan 2006 14:26:59 +0100
User-agent: KMail/1.5.4

Hi,

The use of autoreconf, introduced on 2004-09-18, causes
    ./gnulib-tool --create-testdir --dir=/dev/shm/testdir gettext
to fail:
autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION

I'm committing this fix.


2006-01-07  Bruno Haible  <address@hidden>

        * modules/gettext (configure.ac): Add an invocation of
        AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.

*** modules/gettext.bak 2005-09-15 22:36:09.000000000 +0200
--- modules/gettext     2006-01-07 19:29:53.000000000 +0100
***************
*** 36,41 ****
--- 36,42 ----
  
  configure.ac:
  AM_GNU_GETTEXT([external])
+ AM_GNU_GETTEXT_VERSION([0.14.5])
  
  Makefile.am:
  






reply via email to

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