mirror of
https://github.com/vgough/encfs.git
synced 2025-02-17 18:20:55 +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.
|
commands. Based on patch by Nikratio. Closes issue 33.
|
||||||
* don't enable valgrind support unless explicitly requested.
|
* don't enable valgrind support unless explicitly requested.
|
||||||
Fix for issue 35.
|
Fix for issue 35.
|
||||||
|
* fix INSTALL instructions. issue 47
|
||||||
|
|
||||||
Sun Nov 22 2009 Valient Gough <vgough@pobox.com>
|
Sun Nov 22 2009 Valient Gough <vgough@pobox.com>
|
||||||
* use lutimes instead of utimes, so that symlinks can have time modified
|
* 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
|
The configure script is automatically generated, but is part of most EncFS
|
||||||
distributions. If you have a distribution that does not contain the configure
|
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
|
script, then you can generate it by running "autoreconf -if" or by running
|
||||||
running "make -f Makefile.dist".
|
"make -f Makefile.dist".
|
||||||
|
|
||||||
To build encfs, run:
|
To build encfs, run:
|
||||||
|
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
default: all
|
default: all
|
||||||
|
|
||||||
all:
|
all:
|
||||||
aclocal
|
autoreconf -if
|
||||||
autoheader
|
|
||||||
automake
|
|
||||||
autoconf
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user