]> granicus.if.org Git - postgresql/commit
No complaints heard about the main branch, so I'm committing this
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 5 Dec 1998 23:09:06 +0000 (23:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 5 Dec 1998 23:09:06 +0000 (23:09 +0000)
commita6aeaaba9257f1c3c0937039fe484e01781abcc9
tree205d6f67e17c29ad74c462c9e831268352b17509
parent48130c76e3c097b45ce216e888340334196f0c58
No complaints heard about the main branch, so I'm committing this
to REL6_4 as well...
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