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

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



Hi Christian!

On Sun, 08 Apr 2001, Christian Marillat wrote:
> 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.
[...]
>  $ 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])

Doesn't this mean that you have a gettext.m4 in the macros/ dir? Due to the
-I macros you fed to aclocal, it will NOT like the duplicate gettext.m4
definition in macros/

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh

Attachment: pgplizSiB6yqN.pgp
Description: PGP signature


Reply to: