Index: src/Makefile.am =================================================================== --- src/Makefile.am (revision 1027) +++ src/Makefile.am (working copy) @@ -178,7 +178,7 @@ nodist_search_src = # Common to all binaries: -common_ldadd = @BZLIB_LIBS@ $(LIBINTL) +common_ldadd = @BZLIB_LIBS@ $(LTLIBINTL) common_src = \ main/main.h \ Index: configure.ac =================================================================== --- configure.ac (revision 1027) +++ configure.ac (working copy) @@ -386,8 +386,7 @@ # Add the libintl support if needed. # It seems that libtool is unneeded for gettext. # Please file a bug if you cannot see the German translation on your system. -dnl AC_LIBTOOL_DLOPEN() -dnl AC_PROG_LIBTOOL() +LT_INIT() AM_GNU_GETTEXT_VERSION([0.17]) AM_GNU_GETTEXT([external])