summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2006-11-09Change the version for new CVS work.Wayne Davison1-1/+1
2006-11-07Preparing for release of 2.6.9v2.6.9Wayne Davison1-1/+1
2006-10-26Preparing for release of 2.6.9pre3v2.6.9pre3Wayne Davison1-1/+1
2006-10-14Preparing for release of 2.6.9pre2v2.6.9pre2Wayne Davison1-1/+1
2006-10-12Preparing for release of 2.6.9pre1v2.6.9pre1Wayne Davison1-1/+1
2006-07-10If makedev() takes 3 args, define MAKEDEV_TAKES_3_ARGS.Wayne Davison1-0/+25
2006-06-19Allow --with-nobody-group=GROUP (patch from Olivier Thauvin).Wayne Davison1-8/+16
2006-04-24Incremented the version to 2.6.9cvs.Wayne Davison1-1/+1
2006-04-22Preparing for release of 2.6.8v2.6.8Wayne Davison1-1/+1
2006-04-17Added two new checks: 1. Does link() hard-link symlinks (not theWayne Davison1-6/+43
2006-04-13Got rid of the unused REPLACE_INET_NTOA and REPLACE_INET_ATON checks.Wayne Davison1-29/+0
2006-04-12Preparing for release of 2.6.8pre1v2.6.8pre1Wayne Davison1-1/+1
2006-03-13Changing the version to 2.6.8cvs.Wayne Davison1-1/+1
2006-03-11Preparing for release of 2.6.7v2.6.7Wayne Davison1-1/+1
2006-03-02Preparing for release of 2.6.7pre3v2.6.7pre3Wayne Davison1-1/+1
2006-02-19Preparing for release of 2.6.7pre2v2.6.7pre2Wayne Davison1-1/+1
2006-02-09Preparing for release of 2.6.7pre1Wayne Davison1-1/+1
2006-02-06Solaris 9 and HP-UX 11.11 need us to look for libiconv_open,Wayne Davison1-1/+4
2006-02-06Check to see if we need to include the iconv library.Wayne Davison1-0/+1
2006-02-04Switched back to checking for iconv_open() due to HP-UX.Wayne Davison1-1/+1
2006-02-04- Changed the check for iconv_open() to just iconv().Wayne Davison1-18/+1
2006-02-02Added checks for sigaction() and sigprocmask().Wayne Davison1-1/+2
2006-01-15A few more items to check for, including libcharset.h, langinfo.h,Wayne Davison1-6/+12
2006-01-13Added --enable-iconv and cleaned up the other enable/disable options.Wayne Davison1-40/+38
2005-12-14Use AC_SEARCH_LIBS() instead of AC_CHECK_LIB() to figure out ifWayne Davison1-1/+1
2005-09-24Use AC_HELP_STRING() in the two AC_ARG_WITH() macros that used aWayne Davison1-2/+2
2005-09-21Check for limits.h.Wayne Davison1-1/+1
2005-09-21Tweaked the output that the mknod() tests generate.Wayne Davison1-2/+2
2005-07-28Changed the version to 2.6.7cvs.Wayne Davison1-1/+1
2005-07-28Regenerated.Wayne Davison1-1/+1
2005-07-27Check for the lchmod() and lutimes() functions.Wayne Davison1-3/+4
2005-07-07Preparing for release of 2.6.6pre1v2.6.6pre1Wayne Davison1-1/+1
2005-06-10Added a simple check to see if the /etc/group file has theWayne Davison1-3/+12
2005-06-09Updated version to 2.6.6cvs.Wayne Davison1-1/+1
2005-06-02Preparing for release of 2.6.5v2.6.5Wayne Davison1-1/+1
2005-05-27- Only define HAVE_REMSH if it is going to have a non-0 value.Wayne Davison1-16/+3
2005-05-19Preparing for release of 2.6.5pre2v2.6.5pre2Wayne Davison1-1/+1
2005-05-10Preparing for release of 2.6.5pre1v2.6.5pre1Wayne Davison1-1/+1
2005-04-06Added skipping of mkstemp() on HP-UX.Wayne Davison1-2/+12
2005-04-01- Changed version to 2.6.5cvs.Wayne Davison1-3/+14
2005-03-31Preparing for release of 2.6.4v2.6.4Wayne Davison1-1/+1
2005-03-29Preparing for release of 2.6.4pre4v2.6.4pre4Wayne Davison1-1/+1
2005-03-16Preparing for release of 2.6.4pre3v2.6.4pre3Wayne Davison1-1/+1
2005-03-01Preparing for release of 2.6.4pre2v2.6.4pre2Wayne Davison1-1/+1
2005-02-23Preparing for release of 2.6.4pre1v2.6.4pre1Wayne Davison1-1/+1
2005-02-21Added function check for vasprintf.Wayne Davison1-2/+2
2005-02-21- Added function tests for va_copy and __va_copy for snprintf.c code.Wayne Davison1-2/+2
2005-01-28Added a check for "struct stat64".Wayne Davison1-2/+23
2005-01-28Switched the checks for "long long" and "off64_t" to use theWayne Davison1-20/+4
2005-01-28- Made some of the tests work better when cross-compiling.Wayne Davison1-47/+37