summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-12-01 18:03:22 +0000
committerjbj <devnull@localhost>2002-12-01 18:03:22 +0000
commit0efbbada0f3005d6f81a940ba7b06aef2703a50b (patch)
treef33fb296b65bcc95ae615e2950a08c8efdb2dcc3 /autogen.sh
parent5dfaaf855c2ee3164deacc7d720ec3c759bed8eb (diff)
downloadrpm-0efbbada0f3005d6f81a940ba7b06aef2703a50b.tar.gz
- link rpm libraries together, use shared helpers with external -lelf.
- move libfmagic to librpmio. - use libtool-1.4.3, autoconf-2.56. - add explicit -L/lib64 -L/usr/lib64 for libtool mode=relink on x86_64. CVS patchset: 5910 CVS date: 2002/12/01 18:03:22
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index 41a5a208e..3de7db2ce 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,13 +3,13 @@
export CFLAGS
export LDFLAGS
-LTV="libtoolize (GNU libtool) 1.4.2"
-ACV="autoconf (GNU Autoconf) 2.54"
+LTV="libtoolize (GNU libtool) 1.4.3"
+ACV="autoconf (GNU Autoconf) 2.56"
AMV="automake (GNU automake) 1.6.3"
USAGE="
This script documents the versions of the tools I'm using to build rpm:
- libtool-1.4.2
- autoconf-2.54
+ libtool-1.4.3
+ autoconf-2.56
automake-1.6.3
Simply edit this script to change the libtool/autoconf/automake versions
checked if you need to, as rpm should build (and has built) with all