summaryrefslogtreecommitdiffstats
path: root/m4/icu.m4
Commit message (Collapse)AuthorAgeFilesLines
* Bug 480787 - Autoconf parameter --with and --withoutroot2010-03-231-9/+16
| | | | | | | | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=480787 Resolves: bug 480787 Bug Description: Autoconf parameter --with and --without Fix Description: The configure script has been modified such that the --with-XXX and --without-XXX switches will work as --with-XXX=yes and --with-XXX=no, respectively. If the package is required and none of the switches are specified, it will default to "yes". The code that detects LDAPSDK and OpenLDAP conflicts has been updated. The help messages have been cleaned up. Reviewed by: rmeggins (and pushed by)
* Resolves: #233215Noriko Hosoi2007-03-301-1/+1
| | | | | | | Summary: verify-db.pl still assumes the db dir is always in the instance dir (Comment #10) Description: To set db_bindir, if db.pc exists, check if bindir variable is defined in the file or not. If it's defined, set it to db_bindir. If not, set the default path /usr/bin to db_bindir.
* Related: 210736Nathan Kinder2006-10-171-0/+99
Phase one of implementing new GNU Automake/Autoconf build system.