Peter Eisentraut
d0c1bbdcc6
Rename AC_PROG_LD* macros to PGAC_PROG_LD*. This avoids clashes with the
...
macros provided by the real libtool, when other packages borrow some macros
from PostgreSQL, as in the case of the ODBC driver.
2004-07-17 18:53:56 +00:00
Peter Eisentraut
b3d72d3ec5
Use --with-docdir to choose installation location of documentation; put
...
back --infodir, which several automatic build environments expect to exist.
Add --without-docdir to prevent installation of documentation, which is
helpful for things like RPM that have their own method of installing
documentation.
2003-11-24 14:52:58 +00:00
Peter Eisentraut
7c1ff35410
Upgrade to Autoconf version 2.53. Replaced many custom macro
...
calls with new or now-built-in versions. Make sure that all
calls to AC_DEFINE have a third argument, for possible use of
autoheader in the future.
2002-03-29 17:32:55 +00:00
Peter Eisentraut
3daa17173b
Don't call AC_SUBST (in libtool.m4) before AC_INIT. The m4 diversions get
...
messed up and we end up with the comments from included files in the output
"configure".
2000-10-24 17:41:50 +00:00
Peter Eisentraut
12e7558c76
Add check for GNU or not GNU ld, needed to pick the right export_dynamic
...
flags for Solaris. The test itself is straight from libtool.
2000-10-20 23:57:34 +00:00