summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-06-30 22:47:32 +0000
committerjbj <devnull@localhost>2002-06-30 22:47:32 +0000
commit8c4991e9d533de552b957ea445d65f6834205f29 (patch)
tree159a3aaa6575611308382acbadba3a55d9856bd5 /autogen.sh
parent10e3aaa69f3d7f74958e3dd0d0b471b296a1bb23 (diff)
downloadlibrpm-tizen-8c4991e9d533de552b957ea445d65f6834205f29.tar.gz
librpm-tizen-8c4991e9d533de552b957ea445d65f6834205f29.tar.bz2
librpm-tizen-8c4991e9d533de552b957ea445d65f6834205f29.zip
- warn only once for each NOKEY/UNTRUSTED key id.
- factor common options into table, add rpmcliInit() and rpmcliFini(). - add preliminary rpmgraph(8) and rpmcache(8) executables to rpm-devel. CVS patchset: 5535 CVS date: 2002/06/30 22:47:32
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index a4aa0e0cf..2e4b61df6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,12 +5,12 @@ export LDFLAGS
LTV="libtoolize (GNU libtool) 1.4.2"
ACV="autoconf (GNU Autoconf) 2.53"
-AMV="automake (GNU automake) 1.6.1"
+AMV="automake (GNU automake) 1.6.2"
USAGE="
This script documents the versions of the tools I'm using to build rpm:
libtool-1.4.2
autoconf-2.53
- automake-1.6.1
+ automake-1.6.2
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
recent versions of libtool/autoconf/automake.