summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordevzero2000 <devzero2000>2012-02-10 13:49:29 +0000
committerdevzero2000 <devzero2000>2012-02-10 13:49:29 +0000
commit4220cc4f137f9cf9e8557c8e31f7c82a459b7556 (patch)
tree27f360d7eeb213a10836676cecfcfd466db53b16
parent68cdadeead9875a1d5423d1172c12925ab4b0bda (diff)
downloadlibpopt-4220cc4f137f9cf9e8557c8e31f7c82a459b7556.tar.gz
blah: wrong branching : fix conflict
-rw-r--r--README-prereq20
-rwxr-xr-xautogen.sh2
2 files changed, 12 insertions, 10 deletions
diff --git a/README-prereq b/README-prereq
index 25f42b3..2a1b21f 100644
--- a/README-prereq
+++ b/README-prereq
@@ -1,12 +1,14 @@
-This gives some notes on the minimum version for the tools required
-for development.
-I.E. the tools checked for by the autogen.sh bootstrap script for the
-GNU Build System and include:
+This gives some notes on obtaining the tools required for development.
+I.E. the tools checked for by the bootstrap script and include:
-- Autoconf <http://www.gnu.org/software/autoconf/> (version 2.63 or newer)
-- Automake <http://www.gnu.org/software/automake/> (version 1.11.1 or newer)
-- Gettext <http://www.gnu.org/software/gettext/> (version 0.17 or newer)
-- libtool <http://www.gnu.org/software/libtool/> (version 1.5.22 or newer)
+- Autoconf <http://www.gnu.org/software/autoconf/> - version 2.63 or higher
+- Automake <http://www.gnu.org/software/automake/> - version 1.11.1 or higher
+- Gettext <http://www.gnu.org/software/gettext/> - version 0.17 or higher
+- libtool <http://www.gnu.org/software/libtool/> - version 1.5.22 or higher.
+ It is preferred to use the libtool 2.2.x family.
-For libtool it is strongly recommended to use the 2.2.x branch, however.
+Note please try to install/build official packages for your system.
+If these programs are not available use the following instructions
+to build them and install the results into a directory that you will
+then use when building this package.
diff --git a/autogen.sh b/autogen.sh
index 4267b66..276fa7c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id: autogen.sh,v 1.23 2011/11/25 11:54:27 devzero2000 Exp $
+# $Id: autogen.sh,v 1.24 2012/02/10 13:49:29 devzero2000 Exp $
# autogen.sh: autogen.sh script for popt projects
#
# Copyright (c) 2010-2011 Elia Pinto <devzero2000@rpm5.org>