Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 305737 | Differences between
and this patch

Collapse All | Expand All

(-)src/Makefile.am (-1 / +1 lines)
Lines 178-184 Link Here
178
nodist_search_src =
178
nodist_search_src =
179
179
180
# Common to all binaries:
180
# Common to all binaries:
181
common_ldadd = @BZLIB_LIBS@ $(LIBINTL)
181
common_ldadd = @BZLIB_LIBS@ $(LTLIBINTL)
182
182
183
common_src = \
183
common_src = \
184
main/main.h \
184
main/main.h \
(-)configure.ac (-2 / +1 lines)
Lines 386-393 Link Here
386
# Add the libintl support if needed.
386
# Add the libintl support if needed.
387
# It seems that libtool is unneeded for gettext.
387
# It seems that libtool is unneeded for gettext.
388
# Please file a bug if you cannot see the German translation on your system.
388
# Please file a bug if you cannot see the German translation on your system.
389
dnl AC_LIBTOOL_DLOPEN()
389
LT_INIT()
390
dnl AC_PROG_LIBTOOL()
391
AM_GNU_GETTEXT_VERSION([0.17])
390
AM_GNU_GETTEXT_VERSION([0.17])
392
AM_GNU_GETTEXT([external])
391
AM_GNU_GETTEXT([external])
393
392

Return to bug 305737