aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorLines
2020-05-13Released 1.14.7.Martin Pärtel-1/+1
2020-05-10Released 1.14.6.Martin Pärtel-1/+1
2020-04-13Released 1.14.5.Martin Pärtel-1/+1
2020-03-22Released 1.14.4.Martin Pärtel-1/+1
2020-01-08Released 1.14.3.Martin Pärtel-1/+1
2020-01-08Added -fno-common to CFLAGS.Martin Pärtel-1/+1
2019-12-21Released 1.14.2.Martin Pärtel-1/+1
2019-06-26Released 1.14.1.Martin Pärtel-1/+1
2019-04-29Released 1.14.0.Martin Pärtel-1/+1
2019-03-31Released 1.13.11.Martin Pärtel-1/+1
2018-10-09Released 1.13.10.Martin Pärtel-1/+1
2017-11-30Released 1.13.9.Martin Pärtel-1/+1
2017-10-26Released 1.13.8.Martin Pärtel-1/+1
2017-04-19Released 1.13.7.Martin Pärtel-1/+1
2017-01-29Released 1.13.6.Martin Pärtel-1/+1
2016-10-30Remove ./configure's --enable-debug.Martin Pärtel-2/+0
It no longer does anything after #42.
2016-10-29Released 1.13.5.Martin Pärtel-1/+1
2016-10-29Removed extra debug/optimization CFLAGS.Martin Pärtel-9/+2
Fixes #42.
2016-10-15Released 1.13.4.Martin Pärtel-1/+1
2016-10-15(fix indents in configure.ac)Martin Pärtel-24/+24
2016-10-02Released 1.13.3.Martin Pärtel-1/+1
2016-10-02Require at least FUSE 2.8, and 2.9 for lock forwarding.Martin Pärtel-1/+3
Fixes #40.
2016-09-25Released 1.13.2.Martin Pärtel-1/+1
2016-02-17Released 1.13.1.Martin Pärtel-1/+1
2015-11-15Use automake's old serial test runner to avoid test output redirection.Martin Pärtel-1/+1
Fixes #26.
2015-09-26Released 1.13.0.Martin Pärtel-1/+1
2015-09-09Released 1.12.7.Martin Pärtel-1/+1
2014-06-30Released 1.12.6.Martin Pärtel-1/+1
2014-06-11Released 1.12.5.Martin Pärtel-1/+1
2014-06-05Released 1.12.4.Martin Pärtel-1/+1
2014-06-03Fix --ctime-from-mtime accuracy.Martin Pärtel-0/+14
Use struct stat's st_mtim instead of st_mtime when available. Fixes #16
2014-05-10Use lutimes() when utimensat() unavailable (#6).Martin Pärtel-1/+2
2014-05-09Remove fuse utimens dependency for OSXLee Hanxue-0/+2
2013-10-02Migrate to AC_CONFIG_HEADERSSebastian Pipping-1/+1
2013-09-23Released 1.12.3.Martin Pärtel-1/+1
2013-09-23Implement fuse_utimens instead of fuse_utime.Martin Pärtel-2/+2
Fixes utime'ing symlinks. Seems to also fix an attribute caching problem.
2013-07-22Released 1.12.2.Martin Pärtel-1/+1
2013-05-08Released 1.12.1.Martin Pärtel-1/+1
2013-05-07Add -pthread to LDFLAGSMartin Pärtel-0/+2
fuse's pkg-config no longer includes it.
2013-03-01Released 1.12.Martin Pärtel-1/+1
2012-09-15Released 1.11.Martin Pärtel-1/+1
2012-09-14Implemented my_dirname and added unit tests for it.Martin Pärtel-1/+2
2012-07-15Released 1.10.7Martin Pärtel-1/+1
2012-07-03Released 1.10.5Martin Pärtel-1/+1
2012-07-03build: better placement of variablesJan Engelhardt-1/+1
automake options are best set in configure.ac, so they apply not just to the directory, but the whole project. Also move fuse_CFLAGS into AM_CPPFLAGS, because it actually consists of preprocessor directives. (pkgconfig misnamed CFLAGS.)
2012-07-03build: do not change CFLAGSJan Engelhardt-3/+6
CFLAGS must not be touched: it is a user variable. Your previous way of doing it meant that `export CFLAGS="-O1"; ./configure;` never had any effect.
2012-06-18Released 1.10.4Martin Pärtel-1/+1
2012-05-18Released 1.10.3.Martin Pärtel-1/+1
2012-05-18Added --enable-debug-output, now --enable-debug only adds debug symbols.Martin Pärtel-2/+7
2012-05-17MALLOC_CHECK_ is an ennvar, not a compiler defn.Martin Pärtel-1/+1