From 070e84c45f874749b1c763edfaba3017234fbc41 Mon Sep 17 00:00:00 2001 From: Erik Reckase Date: Mon, 4 Oct 2010 11:13:51 +0000 Subject: 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 --- src/README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. -- cgit v1.2.3