diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-07-12 06:44:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-07-12 06:44:08 +0000 |
commit | 363c0767a1451100d2b132392ab7ade91f2699c7 (patch) | |
tree | 1a6e78682debd9638fbf7e324643d6b2461b6373 | |
parent | 7809db568b03546750930200bc84a865fbe1991b (diff) | |
download | fetchmail-363c0767a1451100d2b132392ab7ade91f2699c7.tar.gz fetchmail-363c0767a1451100d2b132392ab7ade91f2699c7.tar.bz2 fetchmail-363c0767a1451100d2b132392ab7ade91f2699c7.zip |
Corrected the build breakage.
svn path=/trunk/; revision=3415
-rw-r--r-- | Makefile.in | 4 | ||||
-rw-r--r-- | NEWS | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 38525968..d1c82913 100644 --- a/Makefile.in +++ b/Makefile.in @@ -148,7 +148,7 @@ netrc: netrc.c xmalloc.o error.o $(CC) -DSTANDALONE -DHAVE_CONFIG_H -I. -g -o $@ $^ .c.o: - $(CC) $(defines) -c $(CPFLAGS) -I. -I$(srcdir) -I../intl -I$(top_srcdir)/intl $(CEFLAGS) $(CFLAGS) $< + $(CC) $(defines) -c $(CPFLAGS) -I. -I$(srcdir) -I$(top_builddir)/intl -I$(top_srcdir)/intl $(CEFLAGS) $(CFLAGS) $< # For some losing Unix makes. SHELL = /bin/sh @@ -186,7 +186,7 @@ uninstall: clean: -cd intl; $(MAKE) clean #work around braindamage in GNU gettext - -rm -f intl/libintl.h + -rm -f $(top_builddir)/libintl.h -cd po; $(MAKE) clean -rm -f fetchmail *.o core fetchmail.dvi \ rcfile_l.c rcfile_y.h rcfile_y.c \ @@ -2,6 +2,10 @@ (The `lines' figures total .c, .h, .l, and .y files under version control.) +* Corrected Rob Braun's remote-build change, it broke change the build + with NLS. + + fetchmail-5.8.13 (Tue Jul 10 17:00:50 EDT 2001), 21057 lines: * Correction for backslash-handling patch in rfc822.c. @@ -10,7 +14,7 @@ fetchmail-5.8.13 (Tue Jul 10 17:00:50 EDT 2001), 21057 lines: overwriting. * Discard Return-Path headers consisting of a single @. * Make fetchmailconf dump plugin and plugout options properly. -* Rob Brauns changes for building fetchmail outside its source directory +* Rob Braun's changes for building fetchmail outside its source directory There are 357 people on fetchmail-friends and 607 on fetchmail-announce. @@ -24,7 +28,7 @@ fetchmail-5.8.12 (Fri Jul 6 00:56:02 EDT 2001), 21052 lines: make it inactive. Exit only if all lookups fail. * Restore code to deal with SMTP error responses at RCPT TO time, but without issuing an RSET. This is intended to fix obscure bugs that - show up in recentb Postfix releases and sendmail configurations that + show up in recent Postfix releases and sendmail configurations that delay antispam checks on the MAIL FROM line until RCPT TO time. There are 353 people on fetchmail-friends and 608 on fetchmail-announce. |