Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Appended .conf to duser config file | Joseph Hunkeler | 2011-09-29 | 1 | -1/+1 |
| | |||||
* | Instead of detecting the host type, you may use --enable-compat instead. | Joseph Hunkeler | 2011-09-16 | 1 | -38/+52 |
| | | | | | Enabling compat will build and link against a static library containing string functions not found in older version of glibc. | ||||
* | Modified configure script | Joseph Hunkeler | 2011-08-16 | 1 | -59/+26 |
| | |||||
* | Remove strcasestr() and strchrnul() checks from configure, using ↵ | Alan Brault | 2011-05-02 | 1 | -24/+14 |
| | | | | libdusercompat.a instead | ||||
* | Make strcasestr() and strchrnul() into separate compat files | Alan Brault | 2011-05-02 | 1 | -156/+8039 |
| | | | | | | 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 entries | Alan Brault | 2011-05-02 | 1 | -4/+27 |
| | | | | 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-path | Alan Brault | 2011-05-02 | 1 | -18/+98 |
| | |||||
* | Add platform detection for Linux vs Solaris | Alan Brault | 2011-05-02 | 1 | -26/+190 |
| | |||||
* | More autotools migration | Alan Brault | 2011-05-02 | 1 | -2/+228 |
| | |||||
* | Partial autotools conversion to help out Joe | Alan Brault | 2011-05-02 | 1 | -0/+6176 |