summaryrefslogtreecommitdiff
path: root/config/libtool.m4
Commit message (Collapse)AuthorAgeFilesLines
* Use --with-docdir to choose installation location of documentation; putPeter Eisentraut2003-11-241-1/+1
| | | | | | | 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.
* Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut2002-03-291-3/+3
| | | | | | 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.
* Don't call AC_SUBST (in libtool.m4) before AC_INIT. The m4 diversions getPeter Eisentraut2000-10-241-4/+0
| | | | | messed up and we end up with the comments from included files in the output "configure".
* Add check for GNU or not GNU ld, needed to pick the right export_dynamicPeter Eisentraut2000-10-201-0/+123
flags for Solaris. The test itself is straight from libtool.