autoconf
[Top][All Lists]
Advanced

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

Problems with AM_GNU_GETTEXT_VERSION


From: Michael Bauschert
Subject: Problems with AM_GNU_GETTEXT_VERSION
Date: Fri, 18 Jan 2008 17:57:43 +0100

Hi List,

I have problems to use the AM_GNU_GETTEXT_VERSION for a build on a fedora
rawhide system:

i have defined AM_GNU_GETTEXT_VERSION([0.14]) in the file configure.ac:

# gettext
AM_ICONV
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.14])

if i do a  make -f Makefile.cvs

i get the following message:

libtoolize -c --automake --force
autopoint --force
 or newer.version               is older. Please upgrade to gettext-[0.14]
file requires the infrastructure from gettext-[0.14]
autopoint: *** Stop.
make: *** [make] Error 1


I have installed gettext 0.16.1 on the system:

gettext --version
gettext (GNU gettext-runtime) 0.16.1
Copyright (C) 1995-1997, 2000-2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Ulrich Drepper.

and additionally devel and libs:
address@hidden cmpi-dhcp]# rpm -qa | grep gettext
gettext-devel-0.16.1-12.fc8
gettext-0.16.1-12.fc8
gettext-libs-0.16.1-12.fc8

If i change the macro AM_GNU_GETTEXT_VERSION([0.14]) in configure.ac to
0.16 or 0.16.1 i get the same error (but instead of 0.14 i receive a 0.16
or a
0.16.1

Can anybody help me to solve this issue?

Regards

      Michael





reply via email to

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