aboutsummaryrefslogtreecommitdiff
path: root/readdir/README.svn
diff options
context:
space:
mode:
Diffstat (limited to 'readdir/README.svn')
-rw-r--r--readdir/README.svn8
1 files changed, 4 insertions, 4 deletions
diff --git a/readdir/README.svn b/readdir/README.svn
index 2fc9816..9dc58f9 100644
--- a/readdir/README.svn
+++ b/readdir/README.svn
@@ -1,18 +1,18 @@
To build from subversion sources, do the following:
./svn-prepare.sh
- ./autogen.sh
./configure
make
make install
-You will need recent versions of GNU automake and
-autoconf in order to build from the SVN tree.
-
The './svn-prepare.sh' script requires some shared code
in the directory ../common (relative to the package root
directory).
+If you make changes to any autotools files (e.g. Makefile.am,
+configure.ac), you will need to re-run automake, autoconf, etc.
+This can be accomplished by running the wrapper script ./autogen.sh.
+
The README.txt file in the distribution is auto-generated
from perl ".pod" format by the "pod2text" included in most
Perl distributions.