summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2016-03-30Support systems which do not have nl_langinfo()Theodore Ts'o
Add a configure check and skip use of nl_langinfo if it is not present. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Jan Kara <jack@suse.cz>
2016-01-19Don't link all binaries with ldap libraryJan Kara
The default action-if-found of AC_CHECK_LIB() is to append checked library to LIBS. Thus check for ldap library resulted in unwanted addition of -lldap to LIBS as [] is an empty string in M4 and the default action is used. Fix the problem by providing proper action-if-found which was currently just hidden behind the check. Also do similar cleanup for AC_CHECK_HEADER check although there it didn't have any undesired side-effect. Reported-by: Petr Písař <petrp@users.sf.net> Signed-off-by: Jan Kara <jack@suse.cz>
2016-01-05Set -fPIC and -pie as default params when buildingTomáš Chvátal
Signed-off-by: Tomáš Chvátal <tchvatal@suse.cz> Signed-off-by: Jan Kara <jack@suse.cz>
2016-01-04Do not accidentaly override commandline passed CFLAGS.Tomáš Chvátal
Signed-off-by: Tomáš Chvátal <tchvatal@suse.com> Signed-off-by: Jan Kara <jack@suse.cz>
2016-01-04Print explicitely disabled options properlyJan Kara
Currently we printed only an empty string when some build option was disabled explicitely via --disable-foo. Print 'no' in that case as well. Signed-off-by: Jan Kara <jack@suse.cz>
2016-01-04Fix whitespace in configure.acTomáš Chvátal
Signed-off-by: Tomáš Chvátal <tchvatal@suse.com> Signed-off-by: Jan Kara <jack@suse.cz>
2015-12-18Release quota-tools 4.03Jan Kara
Signed-off-by: Jan Kara <jack@suse.cz>
2015-12-18Make new build system use original versioning schemeJan Kara
New build system changed versioning scheme to x.y.z but quota-tools have traditionally used x.y where 'y' has two digits. There is no strong reason to change the original scheme so return to it. Signed-off-by: Jan Kara <jack@suse.cz>
2014-12-02Use just one define to determine if using ext2directTomáš Chvátal
Signed-off-by: Tomáš Chvátal <tchvatal@suse.cz> Signed-off-by: Jan Kara <jack@suse.cz>
2014-12-02Create new autotools buildsystemTomáš Chvátal
Reflect what was done before and try to mimic it Remove ChangeLog, now autogenerated for dist target Remove confusing gettext README and try to add new approach for translations [JK: Fixed build without RPC support] Signed-off-by: Tomáš Chvátal <tchvatal@suse.cz> Signed-off-by: Jan Kara <jack@suse.cz>