summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Reckase <e.reckase@gmail.com>2010-10-04 11:13:51 +0000
committerScott Draves <spot@draves.org>2015-02-15 12:20:13 -0500
commit070e84c45f874749b1c763edfaba3017234fbc41 (patch)
treedb97c132cb533a4c9f88def50453cf4e1b4020f9
parent1f04d47e5568ce0cde927ed428f94e420a3d330f (diff)
downloadpucket-070e84c45f874749b1c763edfaba3017234fbc41.tar.gz
pucket-070e84c45f874749b1c763edfaba3017234fbc41.tar.bz2
pucket-070e84c45f874749b1c763edfaba3017234fbc41.zip
added some instructions for re-configuring the build if there are problems with automake
git-svn-id: https://flam3.googlecode.com/svn/trunk@22 77852712-ef1d-11de-8684-7d64432d61a3
-rw-r--r--src/README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/README.txt b/src/README.txt
index 3cc2b70..32e16ce 100644
--- a/src/README.txt
+++ b/src/README.txt
@@ -26,6 +26,16 @@ As usual, to configure, build, and install:
make
sudo make install
+If this has problems, you may need to re-generate some configuration
+files. Do the following steps:
+
+ libtoolize
+ aclocal
+ automake
+ autoconf
+
+and then try to configure and install as above.
+
This package depends on development packages for libz, libpng,
libjpeg, and libxml2.