Commit Graph

33 Commits

Author SHA1 Message Date
Jakob Unterwurzacher
bc4f38fcca configure.ac: Error out if pkg-config is missing
With pkg-config missing, a broken configure was generated, that failed
with a confusing error:

	./configure: line 19272: syntax error near unexpected token `OPENSSL,'
	./configure: line 19272: `    PKG_CHECK_MODULES(OPENSSL, openssl >= 0.9.7,'

Now, it errors out in the autoconf stage with:

	configure.ac:23: error: possibly undefined macro: PKG_CHECK_MODULES
	      If this token and others are legitimate, please use m4_pattern_allow.
	      See the Autoconf documentation.
2015-01-13 22:32:46 +01:00
Hubert
153825e441 *change the way the configure check presence of library FUSE : previous
one search twice (one for adding the path of the library to LDFLAGS and
the other for eventually checking that the library is actually added)
for the same symbol (fuse_new) that resuls in the configure script
caching the first result of the test (which is 'false' because the
library where not still added) and reuseing it in the second test. A
solution is to use two different symbols for theses two tests).
2015-01-07 13:55:20 +01:00
Felix Janda
8034da6a59 Use sys/xattr.h instead of attr/xattr.h by default 2014-11-01 08:22:10 +01:00
Valient Gough
01d409b2d7 add config macro to check for c++11 support 2014-10-26 11:02:13 -07:00
Valient Gough
14b228d185 rework fuse version check 2014-10-26 10:50:10 -07:00
Valient Gough
19aba9fa77 reduce boost dependencies
enables c++11 mode on GCC
also fix soft links to root paths in reverse mode
2014-10-26 10:23:10 -07:00
Valient Gough
1593e4a981 allow use of earlier gettext version
git-svn-id: http://encfs.googlecode.com/svn/branches/1.x@133 db9cf616-1c43-0410-9cb8-a902689de0d6
2013-11-17 06:48:07 +00:00
Valient Gough
218124c359 add check for std::shared_ptr
git-svn-id: http://encfs.googlecode.com/svn/branches/1.x@131 db9cf616-1c43-0410-9cb8-a902689de0d6
2013-11-17 06:32:27 +00:00
Valient Gough
3373886fdf 1.x: update gettext, replace autosprintf with boost::format
git-svn-id: http://encfs.googlecode.com/svn/branches/1.x@129 db9cf616-1c43-0410-9cb8-a902689de0d6
2013-11-13 06:45:46 +00:00
Valient Gough
07b35f2b49 1.x: update autoconf, allow building with NLS disabled
git-svn-id: http://encfs.googlecode.com/svn/branches/1.x@128 db9cf616-1c43-0410-9cb8-a902689de0d6
2013-11-13 05:31:57 +00:00
Valient Gough
eccdf3c9e6 bump version to 1.7.5, revert unmount change
git-svn-id: http://encfs.googlecode.com/svn/trunk@74 db9cf616-1c43-0410-9cb8-a902689de0d6
2011-12-29 22:26:28 +00:00
Valient Gough
9fa5deb196 rework fuse detection to allow OSX to work out of the box using OSXFuse
git-svn-id: http://encfs.googlecode.com/svn/trunk@73 db9cf616-1c43-0410-9cb8-a902689de0d6
2011-12-28 23:37:34 +00:00
Valient Gough
f6e3639c98 bump to 1.7.4
git-svn-id: http://encfs.googlecode.com/svn/trunk@67 db9cf616-1c43-0410-9cb8-a902689de0d6
2010-11-18 02:53:45 +00:00
Valient Gough
63ed59cf11 bump version to 1.7.3
git-svn-id: http://encfs.googlecode.com/svn/trunk@65 db9cf616-1c43-0410-9cb8-a902689de0d6
2010-11-04 03:49:31 +00:00
Valient Gough
8a404c052f update changelog, version numbers
git-svn-id: http://encfs.googlecode.com/svn/trunk@63 db9cf616-1c43-0410-9cb8-a902689de0d6
2010-09-06 04:38:57 +00:00
Valient Gough
4bb4049d9e add FSConfig.h to automake distribution list. Bump version to 1.7.1.
git-svn-id: http://encfs.googlecode.com/svn/trunk@60 db9cf616-1c43-0410-9cb8-a902689de0d6
2010-08-30 16:08:02 +00:00
Valient Gough
17071239d8 Cleanup option passing to make it simpler to pass options around.
Add new initialization vector setup mode for new filesystems.


git-svn-id: http://encfs.googlecode.com/svn/trunk@59 db9cf616-1c43-0410-9cb8-a902689de0d6
2010-08-30 06:32:05 +00:00
Valient Gough
e80ab9c3d5 fix for issue 35, don't use valgrind unless explicitly requested
git-svn-id: http://encfs.googlecode.com/svn/trunk@51 db9cf616-1c43-0410-9cb8-a902689de0d6
2009-11-27 07:52:05 +00:00
Valient Gough
a3d9440256 automate build on Darwin, fix error from gcc 4.4
git-svn-id: http://encfs.googlecode.com/svn/trunk@46 db9cf616-1c43-0410-9cb8-a902689de0d6
2009-11-23 05:24:05 +00:00
Valient Gough
b5cecb2b71 bump version to 1.5.1
improve configure check for rlog to use RLOG_LIBS if set and pkg-check fails


git-svn-id: http://encfs.googlecode.com/svn/trunk@45 db9cf616-1c43-0410-9cb8-a902689de0d6
2008-12-28 05:56:20 +00:00
Valient Gough
acb584ba46 add BOOST_SYSTEM check
git-svn-id: http://encfs.googlecode.com/svn/trunk@39 db9cf616-1c43-0410-9cb8-a902689de0d6
2008-08-23 14:11:24 +00:00
Valient Gough
ab90e2d91f Automatic upgrade to PBKDF2 when changing password of a V6 filesystem.
Increase desired KDF duration to 3 seconds in paranoia mode.
Bump to version 1.5.


git-svn-id: http://encfs.googlecode.com/svn/trunk@37 db9cf616-1c43-0410-9cb8-a902689de0d6
2008-08-17 07:26:52 +00:00
Valient Gough
ebd17ec8da bump version to 1.4.3
git-svn-id: http://encfs.googlecode.com/svn/trunk@34 db9cf616-1c43-0410-9cb8-a902689de0d6
2008-08-06 06:12:26 +00:00
Valient Gough
1efb3ad2fa update autoconf and gettext scripts
git-svn-id: http://encfs.googlecode.com/svn/trunk@28 db9cf616-1c43-0410-9cb8-a902689de0d6
2008-05-23 07:02:17 +00:00
Valient Gough
a54fd2c92c change boost requirement to 1.34+, to eliminate fs::native usage requirement
git-svn-id: http://encfs.googlecode.com/svn/trunk@22 db9cf616-1c43-0410-9cb8-a902689de0d6
2008-05-05 03:50:22 +00:00
Valient Gough
2123f3580f add boost filesystem lib check
git-svn-id: http://encfs.googlecode.com/svn/trunk@18 db9cf616-1c43-0410-9cb8-a902689de0d6
2008-04-16 03:09:30 +00:00
Valient Gough
6d081f5c99 switch to V6 XML config format using boost serialization
git-svn-id: http://encfs.googlecode.com/svn/trunk@16 db9cf616-1c43-0410-9cb8-a902689de0d6
2008-04-13 20:35:57 +00:00
Valient Gough
21c7a022d8 bump version to 1.4.2, change encfs sub version number
git-svn-id: http://encfs.googlecode.com/svn/trunk@15 db9cf616-1c43-0410-9cb8-a902689de0d6
2008-04-11 08:37:36 +00:00
Valient Gough
931dcdd2af check for additional arguments to xattr functions
git-svn-id: http://encfs.googlecode.com/svn/trunk@12 db9cf616-1c43-0410-9cb8-a902689de0d6
2008-04-11 08:36:32 +00:00
Valient Gough
e8e2a6a610 remove ulockmgr support, since it isn't needed
git-svn-id: http://encfs.googlecode.com/svn/trunk@11 db9cf616-1c43-0410-9cb8-a902689de0d6
2008-03-23 05:04:23 +00:00
Valient Gough
b6224fa0eb bump version to 1.4.1.1
git-svn-id: http://encfs.googlecode.com/svn/trunk@7 db9cf616-1c43-0410-9cb8-a902689de0d6
2008-01-16 07:32:06 +00:00
Valient Gough
3bca27862e Fix symbolic link length reporting (allows git to work with symbolic links)
Fix password handling in --stdinpass option


git-svn-id: http://encfs.googlecode.com/svn/trunk@4 db9cf616-1c43-0410-9cb8-a902689de0d6
2008-01-12 23:13:49 +00:00
Valient Gough
4fc836f032 Import version 1.4.0
git-svn-id: http://encfs.googlecode.com/svn/trunk@2 db9cf616-1c43-0410-9cb8-a902689de0d6
2008-01-07 08:09:04 +00:00