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

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

aclocal reports errors when building gawk 3.1.0


From: Peter J. Farley III
Subject: aclocal reports errors when building gawk 3.1.0
Date: Wed, 08 Aug 2001 00:52:58 -0400

aclocal reports these errors when building gawk 3.1.0 on DJGPP/MS-DOS with GNU Gettext 0.10.37, GNU automake-1.4-p4, and GNU m4 1.4 also installed:

J:\gnu\gawk-3.1.0>sh aclocal -I m4
aclocal: m4/gettext.m4: 13: duplicated macro `AM_WITH_NLS'
aclocal: m4/gettext.m4: 204: duplicated macro `AM_GNU_GETTEXT'
aclocal: m4/lcmessage.m4: 13: duplicated macro `AM_LC_MESSAGES'
aclocal: m4/progtest.m4: 13: duplicated macro `AM_PATH_PROG_WITH_TEST'

It looks to me like Gettext installed some of the same *.m4 files as are distributed in gawk 3.1.0/m4, and this seems to cause the duplication. The files gettext.m4, lcmessage.m4 and progtest.m4 macro files seem to be duplicated in both places.

The "-I m4" argument to aclocal is used here because that is the argument used by the Makefile created by configuring gawk-3.1.0.

What's the right way to solve this problem?

---------------------------------------------------------
Peter J. Farley III (address@hidden)




reply via email to

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