On Thu, 19 Sep 2002, Alexandre Duret-Lutz wrote: > >>> "Bill" == Bill Moseley <[EMAIL PROTECTED]> writes: > > [...] > > Bill> I installed gettext, and the macros m4 were installed in > Bill> /usr/local/share/aclocal. aclocal is looking in > Bill> /usr/share/aclocal. > > You should configure both packages using the same --prefix. > Choose either /usr or /usr/local, but don't mix both.
~/build > grep '^prefix' autoconf-2.54/Makefile prefix = /usr/local ~/build > grep '^prefix' gettext-0.11.5/Makefile prefix = /usr/local -- Bill Moseley [EMAIL PROTECTED]