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)
commit799abc80587bdbbd28147c038725783798a82378
treeb27e887ae84e02edfada7fac4ae62bff027fc13a
parent2e8a215583b928a43de455b8f2ffd687da690fbe
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