aboutsummaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Appended .conf to duser config fileJoseph Hunkeler2011-09-291-1/+1
|
* Instead of detecting the host type, you may use --enable-compat instead.Joseph Hunkeler2011-09-161-14/+13
| | | | | Enabling compat will build and link against a static library containing string functions not found in older version of glibc.
* Modified configure scriptJoseph Hunkeler2011-08-161-2/+2
|
* Remove strcasestr() and strchrnul() checks from configure, using ↵Alan Brault2011-05-021-1/+1
| | | | libdusercompat.a instead
* Make strcasestr() and strchrnul() into separate compat filesAlan Brault2011-05-021-12/+18
| | | | | | Force everyone to use compat functions not just Solaris Remove libsysfs from buildconf Add libtool support (needed for libdusercompat.a)
* Add configure checks for strchrnul() and strcasestr() and config.h entriesAlan Brault2011-05-021-5/+8
| | | | Add __NLINUX__ and __NSOLARIS__ platform checks to configure and config.h entries
* Move CFG_PATH out of duser.h and put into configure via --with-config-pathAlan Brault2011-05-021-12/+15
|
* Add platform detection for Linux vs SolarisAlan Brault2011-05-021-3/+23
|
* More autotools migrationAlan Brault2011-05-021-2/+4
|
* Partial autotools conversion to help out JoeAlan Brault2011-05-021-0/+27