From 39bae7bbf5616c894f1bc1c351b8359856db34c0 Mon Sep 17 00:00:00 2001 From: Valient Gough Date: Fri, 27 Nov 2009 08:04:38 +0000 Subject: [PATCH] fix setup docs in INSTALL. issue 47 git-svn-id: http://encfs.googlecode.com/svn/trunk@52 db9cf616-1c43-0410-9cb8-a902689de0d6 --- ChangeLog | 1 + INSTALL | 4 ++-- Makefile.dist | 5 +---- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index e4846db..245d748 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ Thu Nov 26 2009 Valient Gough 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 * use lutimes instead of utimes, so that symlinks can have time modified diff --git a/INSTALL b/INSTALL index 06d2fba..0718c0c 100644 --- a/INSTALL +++ b/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: diff --git a/Makefile.dist b/Makefile.dist index d160702..21faf23 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -1,8 +1,5 @@ default: all all: - aclocal - autoheader - automake - autoconf + autoreconf -if