]> granicus.if.org Git - postgresql/commit
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)
commitb10a71977778e33538a4fa41a3eac79eda0534ec
tree6e8b90dfddfa7484921b21b770cd377d8181b650
parent92eacaf52349d8274d5924ff11956377ba7e968f
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