mirror of
https://github.com/vgough/encfs.git
synced 2024-11-24 17:03:13 +01:00
fix setup docs in INSTALL. issue 47
git-svn-id: http://encfs.googlecode.com/svn/trunk@52 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
parent
e80ab9c3d5
commit
39bae7bbf5
@ -4,6 +4,7 @@ Thu Nov 26 2009 Valient Gough <vgough@pobox.com>
|
||||
commands. Based on patch by Nikratio. Closes issue 33.
|
||||
* don't enable valgrind support unless explicitly requested.
|
||||
Fix for issue 35.
|
||||
* fix INSTALL instructions. issue 47
|
||||
|
||||
Sun Nov 22 2009 Valient Gough <vgough@pobox.com>
|
||||
* use lutimes instead of utimes, so that symlinks can have time modified
|
||||
|
4
INSTALL
4
INSTALL
@ -4,8 +4,8 @@ Encfs uses the GNU autoconf / automake toolchain to create makefiles.
|
||||
|
||||
The configure script is automatically generated, but is part of most EncFS
|
||||
distributions. If you have a distribution that does not contain the configure
|
||||
script, then you can generate it by either running the "makeconf.sh" script, or
|
||||
running "make -f Makefile.dist".
|
||||
script, then you can generate it by running "autoreconf -if" or by running
|
||||
"make -f Makefile.dist".
|
||||
|
||||
To build encfs, run:
|
||||
|
||||
|
@ -1,8 +1,5 @@
|
||||
default: all
|
||||
|
||||
all:
|
||||
aclocal
|
||||
autoheader
|
||||
automake
|
||||
autoconf
|
||||
autoreconf -if
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user