summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Add --disable-setreuid flagTodd C. Miller2002-01-221-0/+9
* o BSDi also has a bogus setreuid()Todd C. Miller2002-01-181-2/+15
* version 1.6.5Todd C. Miller2002-01-161-2/+2
* Add --disable-root-mailer option to run the mailer as the user and not root.Todd C. Miller2002-01-161-2/+17
* Add a configure option to turn off use of POSIX saved IDsTodd C. Miller2002-01-151-0/+15
* add --with-efence optionTodd C. Miller2002-01-151-0/+13
* Use -O not -O2 for m88k-motorola-sysv* since motorola gcc-derivedTodd C. Miller2002-01-071-0/+6
* Add info for autoheader.Todd C. Miller2002-01-021-86/+142
* allow user to always override mansectsu and mansectformTodd C. Miller2002-01-011-28/+28
* o Call AC_PROG_CC_STDC to find out how to run the compiler in ANSI modeTodd C. Miller2001-12-311-51/+2
* avoid the -g flag unless --with-devel was specifiedTodd C. Miller2001-12-191-0/+7
* use AC_SYS_POSIX_TERMIOS instead of rolling our ownTodd C. Miller2001-12-151-2/+6
* Fix check for sigaction_tTodd C. Miller2001-12-151-1/+1
* Add check for sigaction_t -- IRIX already defines this so don't redefine it.Todd C. Miller2001-12-141-0/+2
* Remove redundant checks for string.h, strings.h and unistd.hTodd C. Miller2001-12-141-1/+1
* o Don't define STDC_HEADERS unconditionally for IRIXTodd C. Miller2001-12-141-4/+1
* Add checks for volatile and sig_atomic_tTodd C. Miller2001-12-141-0/+3
* _PATH_SENDMAIL -> _PATH_SUDO_SENDMAIL so --without-sendmail works onTodd C. Miller2001-12-141-1/+1
* Add check for skeyaccess(3)Todd C. Miller2001-12-121-0/+1
* Add check for isblank and a replacement macro if it doesn't exist.Todd C. Miller2001-12-121-0/+1
* Kill POSIX_SIGNALS define and old signal support now that we emulate POSIX onesTodd C. Miller2001-12-081-2/+2
* sco now is identified by config.guess as *-sco-*Todd C. Miller2001-10-051-1/+1
* Check for getspnam() in -lgen if not in -lc for UnixWare.Todd C. Miller2001-10-051-1/+1
* remove some backslash quotes that are unneededTodd C. Miller2001-07-171-8/+8
* o Tweaks to make this work with autoconf-2.50Todd C. Miller2001-07-171-29/+24
* force NeXT to use flock since lockf is brokenTodd C. Miller2001-04-041-0/+5
* fix typo in last commitTodd C. Miller2000-12-301-1/+1
* Add check + emulation for setegid (like seteuid).Todd C. Miller2000-12-301-1/+1
* New Defaults options:Todd C. Miller2000-12-301-1/+15
* For NCR, add -lc89 to LIBS, not SUDO_LIBS and cache the existenceTodd C. Miller2000-11-021-1/+1
* Check for strcasecmp(3) in -lc89 for NCR UnixTodd C. Miller2000-11-021-1/+6
* Add check for _innetgr(3) since NCR systems have that instead ofTodd C. Miller2000-11-011-2/+2
* --with-bsdauth assumes --with-logincapTodd C. Miller2000-10-301-1/+3
* Add support for BSD authentication.Todd C. Miller2000-10-261-18/+18
* Have to hard code default values in help since the defaultsTodd C. Miller2000-09-071-11/+11
* Substitute values from configure into man pages.Todd C. Miller2000-08-131-128/+246
* Fix --with-badpri help lineTodd C. Miller2000-04-191-1/+1
* Don't bother checking for the path to vi if user specified --with-editorTodd C. Miller2000-04-021-3/+5
* OSF/1 puts file formats in section 4, not 5.Todd C. Miller2000-03-241-0/+2
* If there is no inet_addr but there *is* an __inet_addr that's ok sinceTodd C. Miller2000-03-241-2/+2
* Don't use shlicc for BSD/OS 4.xTodd C. Miller2000-03-241-9/+8
* *.man lives in cwd, *.cat lives in $(srcdir), add a @mansrcdir@Todd C. Miller2000-03-241-0/+3
* Add FreeBSD login.conf support (untested on BSD/OS) based on a patch fromTodd C. Miller2000-03-231-2/+43
* FreeBSD login class (login.conf) support.Todd C. Miller2000-03-071-0/+28
* crank versino to 1.6.3Todd C. Miller2000-02-161-1/+1
* Fix thinko, some && should have been || in the last commitTodd C. Miller2000-02-131-4/+4
* Don't initialized Makefile variables to be NULL since the user mayTodd C. Miller2000-02-131-18/+15
* typoTodd C. Miller2000-02-041-1/+1
* Make pam work on HP-UX 11.0;jaearick@colby.eduTodd C. Miller2000-01-271-7/+7
* Fix sudoers locking in visudo. We now lock the sudoers file itself, notTodd C. Miller2000-01-191-1/+1