aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-03-24 17:57:22 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-03-24 17:57:22 +0000
commitd24d33989870127522d511ac03e440c11562f403 (patch)
treeccc89add8a76caa88525dc6cb16b12cdd31a94a7 /Makefile.in
parent87835075d4f5d1adf0e253861ae2bc3b15dfeae4 (diff)
downloadfetchmail-d24d33989870127522d511ac03e440c11562f403.tar.gz
fetchmail-d24d33989870127522d511ac03e440c11562f403.tar.bz2
fetchmail-d24d33989870127522d511ac03e440c11562f403.zip
More configuration fixes.
svn path=/trunk/; revision=3274
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index ecf168e8..3385ae48 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -4,7 +4,7 @@
# So just uncomment all the lines marked QNX.
PACKAGE = fetchmail
-VERSION = 5.7.6
+VERSION = 5.7.7
# Ultrix 2.2 make doesn't expand the value of VPATH.
srcdir = @srcdir@
@@ -271,7 +271,7 @@ docs = $(srcdir)/COPYING $(srcdir)/FEATURES $(srcdir)/fetchmail-features.html \
config = $(srcdir)/Makefile.in $(srcdir)/configure.in $(srcdir)/configure \
$(srcdir)/config.guess $(srcdir)/config.h.in $(srcdir)/config.sub \
$(srcdir)/acconfig.h $(srcdir)/aclocal.m4
-scripts = $(srcdir)/install.sh $(srcdir)/mkinstalldirs \
+scripts = $(srcdir)/install.sh $(srcdir)/missing.sh $(srcdir)/mkinstalldirs \
$(srcdir)/specgen.sh $(srcdir)/lsmgen.sh $(srcdir)/fetchmailconf
all = $(docs) $(config) $(srcs) $(parser) $(headers) $(extra) $(scripts) \
$(srcdir)/rh-config/* $(srcdir)/contrib/*[A-Za-uw-z] \