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

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

duplicated macro 'AM_LANGINFO_CODESET' etc


From: Rapp, Perry
Subject: duplicated macro 'AM_LANGINFO_CODESET' etc
Date: Sun, 10 Mar 2002 02:06:38 -0500

I've just managed to get a working gettext-0.11 on a system,
and on a system with glibc-2.2 also, so I'm now in the 21st century
I think :)

However, I'm still experiencing this problem:

    bash-2.05$ aclocal -I m4
    aclocal: m4/codeset.m4: 11: duplicated macro `AM_LANGINFO_CODESET'
    aclocal: m4/gettext.m4: 57: duplicated macro `AM_GNU_GETTEXT'
    aclocal: m4/gettext.m4: 276: duplicated macro `AM_PO_SUBDIRS'
    aclocal: m4/gettext.m4: 450: duplicated macro `AM_INTL_SUBDIR'
    aclocal: m4/gettext.m4: 510: duplicated macro `AM_MKINSTALLDIRS'
    aclocal: m4/glibc21.m4: 12: duplicated macro `jm_GLIBC21'
    aclocal: m4/iconv.m4: 11: duplicated macro `AM_ICONV_LINK'
    aclocal: m4/iconv.m4: 70: duplicated macro `AM_ICONV'

[etc]

A quick sanity check (in my lifelines directory)

    bash-2.05$ grep AM_LANGINFO_CODESET *

(no hits, so, again still in my lifelines directory)

    bash-2.05$ grep AM_LANGINFO_CODESET */*.m4
    m4/codeset.m4:AC_DEFUN([AM_LANGINFO_CODESET],
    m4/gettext.m4:  AM_LANGINFO_CODESET

(as expected, I think, and then this test)

    bash-2.05$ grep AM_LANGINFO_CODESET /usr/share/aclocal/*.m4
    /usr/share/aclocal/codeset.m4:AC_DEFUN([AM_LANGINFO_CODESET],
    /usr/share/aclocal/gettext.m4:  AM_LANGINFO_CODESET

(also as expected, I think)

Any suggestions or pointers ?

Thanks,

Cordially,

Perry



PS:
I just located a gettext-0.11 rpm file & installed it on a linux box,
and ran gettextize -c -f --intl on my package (upgrading from 0.10.40).
Now my m4/iconv.m4 says gettext-0.11 at the top, but I noticed that my
m4/codeset.m4 says gettext-0.10.40. (Of course this might indicate that 
codeset.m4 didn't change, but I mention it in case you make a point of
updating all the numbers, and this was just an oversight).




reply via email to

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