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

Re: Build-depends on archaic versions of software wrong!



>
[...]

HMH> Well, [new] gettext defines AM_WITH_NLS and AM_GNU_GETTEXT (they're in
HMH> /usr/share/aclocal/gettext.m4, btw -- not that it matters, aclocal finds
HMH> them well enough).

HMH> These macros must not be defined anywhere else. Please search all m4 files
HMH> you're feeding to aclocal (the ones in /usr/share/aclocal/) plus the ones in
HMH> your macros (subdir or .m4, I don't know. I say that because of the -I
HMH> macros) and any ones in acinclude.m4.  You'll probably need to either rename
HMH> or (if you're lucky and the gettext ones do all that you want done) remove
HMH> them.

This is only defined in gettext.m4 :

 $ rgrep AM_WITH_NLS /usr/share/aclocal/*
/usr/share/aclocal/gettext.m4:dnl Usage: AM_WITH_NLS([TOOLSYMBOL], [NEEDSYMBOL], [LIBDIR]).
/usr/share/aclocal/gettext.m4:AC_DEFUN([AM_WITH_NLS],
/usr/share/aclocal/gettext.m4:dnl Usage: Just like AM_WITH_NLS, which see.
/usr/share/aclocal/gettext.m4:   AM_WITH_NLS([$1],[$2],[$3])

marillat-~/src/debian/gnome-core-1.4.0.1/macros  
 $ grep AM_WITH_NLS *
gettext.m4:dnl Usage: AM_WITH_NLS([TOOLSYMBOL], [NEEDSYMBOL], [LIBDIR]).
gettext.m4:AC_DEFUN([AM_WITH_NLS],
gettext.m4:dnl Usage: Just like AM_WITH_NLS, which see.
gettext.m4:   AM_WITH_NLS([$1],[$2],[$3])

And nothing in acinclude.m4

I don't understand.

Christian



Reply to: