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 14:36:55 +0000 +++ fetchmail-6.2.5/Makefile.in 2005-08-31 14:38:49 +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 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 14:36:55 +0000 +++ fetchmail-6.2.5/configure.in 2005-08-31 14:37:27 +0000 @@ -69,7 +69,7 @@ dnl i18n ALL_LINGUAS="ca cs da de el es fr gl ja pl pt_BR tr sk" -AM_GNU_GETTEXT +dnl AM_GNU_GETTEXT dnl end i18n # Under sysV68, socket and friends are provided by the C library.