diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-03-04 20:33:47 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-03-04 20:33:47 +0000 |
commit | 4c6fd6bccb00ae321cf3dca40156306ee225c584 (patch) | |
tree | 0a3342bb84e8c2a79ae22a562721569efc011323 /Makefile.in | |
parent | 606ef849ef0e6bf3118721006784e0090b786ca9 (diff) | |
download | fetchmail-4c6fd6bccb00ae321cf3dca40156306ee225c584.tar.gz fetchmail-4c6fd6bccb00ae321cf3dca40156306ee225c584.tar.bz2 fetchmail-4c6fd6bccb00ae321cf3dca40156306ee225c584.zip |
Version bump and NLS fix.
svn path=/trunk/; revision=3192
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 00f4f52d..7f33689d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.7.1 +VERSION = 5.7.2 SUBDIRS = @POSUB@ @@ -15,7 +15,7 @@ VPATH = @srcdir@ CC = @CC@ # CC = cc # QNX -CFLAGS = @CFLAGS@ -I$(top_srcdir)/intl +CFLAGS = @CFLAGS@ # CFLAGS = -g2 -5 # QNX LDFLAGS = @LDFLAGS@ # LDFLAGS = -g2 -5 -N64k # QNX @@ -193,6 +193,7 @@ clean: distclean: clean @POMAKE@ distclean + rm -f po/*.gmo -rm -f Makefile config.h TAGS tags -rm -f config.cache config.status config.log stamp-config |