diff -bru fetchmail-6.2.5.orig/Makefile.in fetchmail-6.2.5/Makefile.in --- fetchmail-6.2.5.orig/Makefile.in 2005-08-31 15:47:55 +0000 +++ fetchmail-6.2.5/Makefile.in 2005-08-31 15:51:01 +0000 @@ -41,13 +41,13 @@ # If your system needs extra libraries loaded in, define them here. # In particular, add -lresolv if you are running bind 4.9.5 -LOADLIBS = @LIBS@ @INTLLIBS@ @LEXLIB@ +LOADLIBS = @LIBS@ @LEXLIB@ # LOADLIBS = -lsocket3r -lunix3r # QNX # Extra sources/objects for library functions not provided on the host system. EXTRASRC = @EXTRASRC@ # EXTRASRC = $(srcdir)/strcasecmp.c $(srcdir)/alloca.c # QNX -EXTRAOBJ = @EXTRAOBJ@ @INTLOBJS@ +EXTRAOBJ = @EXTRAOBJ@ # EXTRAOBJ = strcasecmp.o alloca.o getopt.o getopt1.o DESTDIR = @@ -114,23 +114,14 @@ .SUFFIXES: .SUFFIXES: .o .c .h .y .l .ps .dvi .info .texi -all: fetchmail po +all: fetchmail # Some makes apparently use .PHONY as the default goal if it is before `all'. .PHONY: all -fetchmail: $(objs) @INTLDEPS@ +fetchmail: $(objs) $(CC) $(LDEFLAGS) $(LDFLAGS) $(objs) $(LOADLIBS) -o fetchmail -intl: -@INTLDEPS@: dummy - cd intl; $(MAKE) - -po: dummy - cd po; $(MAKE) - -dummy: - # Tester for address parsing rfc822: rfc822.c gcc -DMAIN -g rfc822.c -o rfc822 @@ -169,9 +160,6 @@ $(INSTALL_DATA) $(srcdir)/fetchmail.man $(DESTDIR)$(mandir)/fetchmail.$(manext) rm -f $(DESTDIR)$(mandir)/fetchmailconf.$(manext) cd $(DESTDIR)$(mandir) && ln -s fetchmail.$(manext) fetchmailconf.$(manext) - @echo "Installing language catalogs..." - -cd intl; $(MAKE) install - cd po; $(MAKE) install uninstall: rm -f $(DESTDIR)$(bindir)/fetchmail $(DESTDIR)$(bindir)/fetchmailconf diff -bru fetchmail-6.2.5.orig/configure.in fetchmail-6.2.5/configure.in --- fetchmail-6.2.5.orig/configure.in 2005-08-31 15:47:55 +0000 +++ fetchmail-6.2.5/configure.in 2005-08-31 15:51:26 +0000 @@ -67,11 +67,6 @@ LDFLAGS=`echo $LDFLAGS | sed "s/-s //"` fi -dnl i18n -ALL_LINGUAS="ca cs da de el es fr gl ja pl pt_BR tr sk" -AM_GNU_GETTEXT -dnl end i18n - # Under sysV68, socket and friends are provided by the C library. # -linet does not provide socket, but causes multiple definition # errors at link-time. It is thus better to only use the C library.