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

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

Re: GNU gettext 0.12 `make distcheck' bug


From: Sergey Poznyakoff
Subject: Re: GNU gettext 0.12 `make distcheck' bug
Date: Thu, 22 May 2003 10:16:55 +0300

Hello,

I've just noticed that the VPATH issue was fixed in the repository
the day before. However, I guess it can be avoided by fixing rules at
lines 172-214 in intl/Makefile.in.

There is also another issue: the intl/relocatable.c
needs the definition of INSTALLPREFIX, which is not provided in the
Makefile.in.

Attached is the patch that fixes both issues. The patch is against
Makefile.in found in the 0.12 distribution.

Regards,
Sergey


--- /usr/src/gettext-0.12/gettext-runtime/intl/Makefile.in      Wed May 21 
12:31:42 2003
+++ intl/Makefile.in    Thu May 22 09:48:43 2003
@@ -52,7 +52,7 @@ YFLAGS = --name-prefix=__gettext
 
 DEFS = -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \
 -DLIBDIR=\"$(libdir)\" -DIN_LIBINTL \
--DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DNO_XMALLOC \
+-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" 
-DINSTALLPREFIX=\"$(prefix)\" -DNO_XMALLOC \
 -Dset_relocation_prefix=libintl_set_relocation_prefix \
 -Drelocate=libintl_relocate \
 -DDEPENDS_ON_LIBICONV=1 @DEFS@
@@ -168,49 +168,49 @@ LTV_AGE=3
        $(YACC) $(YFLAGS) --output $@ $<
        rm -f $*.h
 
-bindtextdom.lo: $(srcdir)/bindtextdom.c
+bindtextdom.$lo: $(srcdir)/bindtextdom.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/bindtextdom.c
-dcgettext.lo: $(srcdir)/dcgettext.c
+dcgettext.$lo: $(srcdir)/dcgettext.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dcgettext.c
-dgettext.lo: $(srcdir)/dgettext.c
+dgettext.$lo: $(srcdir)/dgettext.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dgettext.c
-gettext.lo: $(srcdir)/gettext.c
+gettext.$lo: $(srcdir)/gettext.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/gettext.c
-finddomain.lo: $(srcdir)/finddomain.c
+finddomain.$lo: $(srcdir)/finddomain.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/finddomain.c
-loadmsgcat.lo: $(srcdir)/loadmsgcat.c
+loadmsgcat.$lo: $(srcdir)/loadmsgcat.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/loadmsgcat.c
-localealias.lo: $(srcdir)/localealias.c
+localealias.$lo: $(srcdir)/localealias.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/localealias.c
-textdomain.lo: $(srcdir)/textdomain.c
+textdomain.$lo: $(srcdir)/textdomain.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/textdomain.c
-l10nflist.lo: $(srcdir)/l10nflist.c
+l10nflist.$lo: $(srcdir)/l10nflist.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/l10nflist.c
-explodename.lo: $(srcdir)/explodename.c
+explodename.$lo: $(srcdir)/explodename.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/explodename.c
-dcigettext.lo: $(srcdir)/dcigettext.c
+dcigettext.$lo: $(srcdir)/dcigettext.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dcigettext.c
-dcngettext.lo: $(srcdir)/dcngettext.c
+dcngettext.$lo: $(srcdir)/dcngettext.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dcngettext.c
-dngettext.lo: $(srcdir)/dngettext.c
+dngettext.$lo: $(srcdir)/dngettext.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dngettext.c
-ngettext.lo: $(srcdir)/ngettext.c
+ngettext.$lo: $(srcdir)/ngettext.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/ngettext.c
-plural.lo: $(srcdir)/plural.c
+plural.$lo: $(srcdir)/plural.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/plural.c
-plural-exp.lo: $(srcdir)/plural-exp.c
+plural-exp.$lo: $(srcdir)/plural-exp.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/plural-exp.c
-localcharset.lo: $(srcdir)/localcharset.c
+localcharset.$lo: $(srcdir)/localcharset.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/localcharset.c
-relocatable.lo: $(srcdir)/relocatable.c
+relocatable.$lo: $(srcdir)/relocatable.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/relocatable.c
-localename.lo: $(srcdir)/localename.c
+localename.$lo: $(srcdir)/localename.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/localename.c
-log.lo: $(srcdir)/log.c
+log.$lo: $(srcdir)/log.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/log.c
-osdep.lo: $(srcdir)/osdep.c
+osdep.$lo: $(srcdir)/osdep.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/osdep.c
-intl-compat.lo: $(srcdir)/intl-compat.c
+intl-compat.$lo: $(srcdir)/intl-compat.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/intl-compat.c
 
 ref-add.sed: $(srcdir)/ref-add.sin

reply via email to

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