summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2006-12-11 16:04:13 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2006-12-11 16:04:13 +0000
commit2467a21a6766f226fd8827bfe83ce1615435aba4 (patch)
treefa371ed7a25b8e5275d0e6904714e38c4b7e4acd /INSTALL
parentc35eea12ab32a487912c526f3262d516349adac9 (diff)
downloadlibgphoto2-2467a21a6766f226fd8827bfe83ce1615435aba4.tar.gz
Require external libltdl (do not ship own copy), ditch autogen.sh.
Use autoreconf now. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9569 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 7 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 69e365dd5..85c809ee2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -25,11 +25,10 @@ If you have obtained your copy of gphoto2 packaged from a .tar.gz or
.tar.bz2 tarball, SKIP THIS STEP.
If you have obtained libgphoto2 from SVN, then you will have to
-prepare for step 1 (the configuration of the sources).
+prepare for step 1 (the configuration of the sources) by running
+the autoreconf program.
-For that preparation, we supply you with a script named
-'autogen.sh'. It calls several tools in a certain sequence. For
-autogen.sh to work, you require the following tools
+For autoreconf to succeed, you require the following tools:
automake
autoconf
@@ -40,6 +39,10 @@ in versions compatible with each other and with libgphoto2. Most
combinations on current GNU/Linux systems work, whereas BSD systems
tend to have some compatibility problems.
+We recommend you call autoreconf like this
+
+ $ autoreconf --install --symlink
+
=============================
Step 1: Configure the sources