]> granicus.if.org Git - postgresql/commit
Use standard AC_PROG_INSTALL macro to search for install program,
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 13 Dec 1998 20:08:24 +0000 (20:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 13 Dec 1998 20:08:24 +0000 (20:08 +0000)
commitbaaf65983ac959c08a2db0bcf05b796a4eb3383c
tree959d2698efbe62fb348c4356fdec542ad7a5bba2
parentc47e8313664e16a808cd9a5f400548fa86f19a47
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.
src/configure
src/configure.in
src/include/config.h.in