diff options
author | jbj <devnull@localhost> | 2002-06-30 22:47:32 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-06-30 22:47:32 +0000 |
commit | 8c4991e9d533de552b957ea445d65f6834205f29 (patch) | |
tree | 159a3aaa6575611308382acbadba3a55d9856bd5 /beecrypt | |
parent | 10e3aaa69f3d7f74958e3dd0d0b471b296a1bb23 (diff) | |
download | rpm-8c4991e9d533de552b957ea445d65f6834205f29.tar.gz rpm-8c4991e9d533de552b957ea445d65f6834205f29.tar.bz2 rpm-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 'beecrypt')
-rwxr-xr-x | beecrypt/autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/beecrypt/autogen.sh b/beecrypt/autogen.sh index b179240fb..1dd9c294b 100755 --- a/beecrypt/autogen.sh +++ b/beecrypt/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. |