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:
Valient Gough 2009-11-27 08:04:38 +00:00
parent e80ab9c3d5
commit 39bae7bbf5
3 changed files with 4 additions and 6 deletions

View File

@ -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

View File

@ -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:

View File

@ -1,8 +1,5 @@
default: all default: all
all: all:
aclocal autoreconf -if
autoheader
automake
autoconf