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

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

[bug] gettext 0.14.1 : intl/Makefile.in has broken dependency


From: Dalibor Topic
Subject: [bug] gettext 0.14.1 : intl/Makefile.in has broken dependency
Date: Sun, 01 Feb 2004 23:57:41 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312

Hi Bruno, hi all,

I've got a bug report for kaffe's current CVS breaking on parisc-hpux due to what seems to be a small glitch in the intl/Makefile.in file, created by gettextize.

For kaffe, I've changed the line

$(OBJECTS): ../config.h libgnuintl.h

to

$(OBJECTS): $(top_builddir)/config/config.h libgnuintl.h

since in our configure.in we have

AC_CONFIG_HEADERS([config/config.h include/kaffe/jtypes.h])

so that config.h resides in a subdirectory. Autotools seem to define a variable CONFIG_HEADER that may be useful instead of the hardcoded (and in our case wrong) path.

cheers,
dalibor topic





reply via email to

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