summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* Relevant BUGIDs: 485454Andrew G. Morgan2001-11-26
| | | | | | | | | | Purpose of commit: revive feature Commit summary: --------------- malloc et al. debugging was not supported by the new autoconf setup, this commit rectifies that. It also adds a couple of header file inclusions that seem to be needed with recent glibc headers.
* Relevant BUGIDs: 476986Andrew G. Morgan2001-11-13
| | | | | | | | | Purpose of commit: new feature, cleanup Commit summary: --------------- patch from Nalin to support '+hostname' as equivalent to 'hostname'. fixed compiler warning by working out when to include header file.
* Relevant BUGIDs: 476940Andrew G. Morgan2001-11-11
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- use autoconf to configure where the documentation should go.
* Relevant BUGIDs: 435764Andrew G. Morgan2001-11-09
| | | | | | | | Purpose of commit: compatibility Commit summary: --------------- recognize db3 now. (Bug reported by laf0rge.)
* Relevant BUGIDs: 440107Andrew G. Morgan2001-09-19
| | | | | | | | | Purpose of commit: keep configure in synch Commit summary: --------------- Vorlon updated configure.in, but didn't check in configure to match it. I'm doing it so I can test and then commit another patch.
* Relevant BUGIDs: 422563Andrew G. Morgan2001-06-25
| | | | | | | | Purpose of commit: new feature Commit summary: --------------- more support for Irix native compiler.
* Relevant BUGIDs: 416229Andrew G. Morgan2001-05-08
| | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- A little closer to supporting AIX. These changes are not all of the suggested changes in the bug report that I will close as a result of this checkin, but they are all the changes that I feel happy making right now. I've avoided some of the more gratutitous changes, hoping that the submitter will reevaluate what they need in the light of what I have committed here.
* Relevant BUGIDs: 415412Andrew G. Morgan2001-04-15
| | | | | | | | Purpose of commit: support Commit summary: --------------- Some solaris support for gcc options that appear to work.
* Relevant BUGIDs: 414669Andrew G. Morgan2001-04-08
| | | | | | | | | | Purpose of commit: bugfix + 0.76 begins Commit summary: --------------- Bumped the version number. Fixed a lack of SONAME definitions that were causing the libraries not to be installed correctly.
* Relevant BUGIDs: 407282Andrew G. Morgan2001-03-19
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- FreeBSD supporting change to the autoconf stuff.
* Relevant BUGIDs: 131549Andrew G. Morgan2001-02-10
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Needed to link lastlog module with -lutil (on some systems).
* Relevant BUGIDs: 131783Andrew G. Morgan2001-02-10
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- static library and debugging library support fixed - post autoconf stuff.
* Relevant BUGIDs: 130130Andrew G. Morgan2001-02-05
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- needed quotes around a possibly blank shell variable.
* Relevant BUGIDs: 129644Andrew G. Morgan2001-01-22
| | | | | | | | | Purpose of commit: start next release Commit summary: --------------- I've bumped the version number, and added some Makefile code for helping me make documentation releases.
* Relevant BUGIDs: 128298Andrew G. Morgan2001-01-10
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Nothing in the sources requires C++. So, there is no need to have autoconf require it.
* Relevant BUGIDs: 124930Andrew G. Morgan2000-12-12
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- upper -> lowercase substitution for OS fixed in configure.in.
* Relevant BUGIDs: 124923Andrew G. Morgan2000-12-07
| | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove the -Wtraditional flag from the GCC options. It causes strange and annoying spam. Also reordered the progs verses argument parsing stuff to avoid a warning from autoconf (back to one strange warning again).
* Relevant BUGIDs: 124397Jan Rekorajski2000-12-04
| | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- * _pam_aconf.h.in, configure.in - added PAM_PATH_MAILDIR set via --with-mailspool=dir option (default is _PAM_MAILDIR if defined in paths.h otherwise /var/spool/mail
* Relevant BUGIDs: 124136Andrew G. Morgan2000-12-03
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Makefile dependencies pam_userdb did not compile on a Red Hat 5.2 system. It does now.
* Relevant BUGIDs: task 15788, bugs 108297, 117476, 117474Andrew G. Morgan2000-11-19
| | | | | | | | | | | | | | Purpose of commit: autoconf support for Linux-PAM Commit summary: --------------- This is a merge of the autoconf support that was developed against a 0-72 branch. [Note, because CVS has some issues, this is actually only 95% of the actual commit. The other files were actually committed when the preparation branch Linux-PAM-0-73pre-autoconf was updated. Hopefully, this will complete the merge.]
* Relevant BUGIDs: task 15788, bugs 108297, 117476, 117474Andrew G. Morgan2000-11-19
Purpose of commit: merge in the autoconf stuff Commit summary: --------------- this is a merge of the 0-72 autoconf branch to something more up to date. This commit will be followed by merging this Linux-PAM-0-73pre-autoconf branch to the main trunk.