Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-19 | Allow the use of custom CFLAGS on the make command line | Stephen Gallagher | 1 | -0/+1 | |
Setting CFLAGS explicitly in configure.ac means that they would be overwritten when using e.g. make CFLAGS="-O0 -g" This replaces the explicit setting of CFLAGS with an AM_CONDITIONAL to have Makefile.am set these instead. Also fixes a missing #include that was coincidentally obscured because gcc's -O2 happened to be able to locate it. Setting -O0 revealed the problem. | |||||
2009-06-17 | Create gettext framework for SSSD daemon | Stephen Gallagher | 1 | -0/+8 | |