diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-04-06 21:42:00 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-04-06 21:42:00 +0000 |
commit | cc7773d1d114ba7b8846a8c9c508f89cb6012700 (patch) | |
tree | 766975bb36cd88f0ffee995eb664ad5247c0368c /Makefile.in | |
parent | 3c9b31ad837bed8e9c556107f77b5ad96be1a4d1 (diff) | |
download | fetchmail-cc7773d1d114ba7b8846a8c9c508f89cb6012700.tar.gz fetchmail-cc7773d1d114ba7b8846a8c9c508f89cb6012700.tar.bz2 fetchmail-cc7773d1d114ba7b8846a8c9c508f89cb6012700.zip |
Better error logging.
svn path=/trunk/; revision=954
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 5a9094ee..0b47756b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,8 +3,7 @@ # If you're running QNX, we can't assume a working autoconf. # So just uncomment all the lines marked QNX. -VERS=3.9 -PL=1 +VERS=3.9.1 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -30,7 +29,7 @@ RANLIB = @RANLIB@ # See also `config.h'. DEFS = @DEFS@ # DEFS = -DQNX -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -DSTDC_HEADERS # QNX -defines = -DRELEASE_ID=\"$(VERS)\" -DPATCHLEVEL=\"$(PL)\" $(DEFS) +defines = -DRELEASE_ID=\"$(VERS)\" $(DEFS) # If your system needs extra libraries loaded in, define them here. LOADLIBS = @LIBS@ @LEXLIB@ |