Use autoconf to determine whether system has POSIX signals,
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Nov 1998 05:30:25 +0000 (05:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Nov 1998 05:30:25 +0000 (05:30 +0000)
commitc1acf7a2cc10c4cdfd4d504fe00cc1c7500d5145
treeb99340665b759b16ff6b05129f1eed97cb07c636
parent7de0092e7ae9bc145ccd58bcf385de718c2cf8e1
Use autoconf to determine whether system has POSIX signals,
instead of relying on port's os.h to tell us.  (Needed for HPUX
where system major version is not enough info.)
configure unsets USE_TK if X libraries not found.
doc/Makefile uses gzcat or zcat as found by autoconf.
17 files changed:
doc/Makefile
src/Makefile.global.in
src/configure
src/configure.in
src/include/config.h.in
src/include/port/aix.h
src/include/port/alpha.h
src/include/port/dgux.h
src/include/port/hpux.h
src/include/port/irix5.h
src/include/port/linux.h
src/include/port/solaris_i386.h
src/include/port/solaris_sparc.h
src/include/port/svr4.h
src/include/port/univel.h
src/include/port/unixware.h
src/makefiles/Makefile.hpux