Use standard AC_PROG_INSTALL macro to search for install program,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a10b38f255c477a7b84ed0e58d7ea80e46a928f8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1998-12-13T20:03:07Z
Releases: 7.1.1
Use standard AC_PROG_INSTALL macro to search for install program,
instead of our own halfway-there code.  Add AC_STRUCT_TIMEZONE call
to check whether tm_zone exists in struct tm.  Revise reading of template
file so that templates can define any variables they feel like (and,
indeed, can execute arbitrary shell code) rather than being constrained
to a fixed set of variable names.

Files

PathChange+/−
src/configure modified +459 −375
src/configure.in modified +22 −29
src/include/config.h.in modified +8 −1