]> 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:03:07 +0000 (20:03 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 13 Dec 1998 20:03:07 +0000 (20:03 +0000)
commita10b38f255c477a7b84ed0e58d7ea80e46a928f8
treeabe81f1b2cd2fc052278f7a4774d03abf3fba5dd
parent26a23e33db0f6b7a49f95fd4b422ec06fb776880
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