diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-07-29 02:39:02 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-07-29 02:39:02 +0000 |
commit | 27b8761eb3c0c8c35b03a1cd9790fb2db2aa8669 (patch) | |
tree | 667d56c0f94cd3d1bb5de272d8b193287563f374 /Makefile.in | |
parent | 12a50ad4e50a90218d8e7db396ee96ab2e44a134 (diff) | |
download | fetchmail-27b8761eb3c0c8c35b03a1cd9790fb2db2aa8669.tar.gz fetchmail-27b8761eb3c0c8c35b03a1cd9790fb2db2aa8669.tar.bz2 fetchmail-27b8761eb3c0c8c35b03a1cd9790fb2db2aa8669.zip |
Configuration fix?
svn path=/trunk/; revision=1193
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index f712dc65..4312416c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,7 +3,7 @@ # If you're running QNX, we can't assume a working autoconf. # So just uncomment all the lines marked QNX. -VERS=4.0.3 +VERS=4.0.4 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -166,7 +166,7 @@ configure: configure.in autoconf $(ACFLAGS) config.h.in: acconfig.h configure.in - autoheader $(ACFLAGS) + autoheader $(ACFLAGS); touch config.h.in # This tells versions [3.59,3.63) of GNU make not to export all variables. .NOEXPORT: |