diff options
author | jbj <devnull@localhost> | 2002-10-23 00:09:06 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-10-23 00:09:06 +0000 |
commit | 30b650580233b357cc7e68e95accc9db4186e5b5 (patch) | |
tree | 605f882ef82cbd151b0224d5128a39581b9a67a2 /beecrypt | |
parent | df88f7add5379ecd0482a7ea5b21d0b776d59fac (diff) | |
download | rpm-30b650580233b357cc7e68e95accc9db4186e5b5.tar.gz rpm-30b650580233b357cc7e68e95accc9db4186e5b5.tar.bz2 rpm-30b650580233b357cc7e68e95accc9db4186e5b5.zip |
Upgrade to autoconf-2.54 and elfutils-0.51.
CVS patchset: 5802
CVS date: 2002/10/23 00:09:06
Diffstat (limited to 'beecrypt')
-rwxr-xr-x | beecrypt/autogen.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/beecrypt/autogen.sh b/beecrypt/autogen.sh index 21a7dd875..2551c8c4c 100755 --- a/beecrypt/autogen.sh +++ b/beecrypt/autogen.sh @@ -4,13 +4,13 @@ export CFLAGS export LDFLAGS LTV="libtoolize (GNU libtool) 1.4.2" -ACV="autoconf (GNU Autoconf) 2.53" +ACV="autoconf (GNU Autoconf) 2.54" 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.53 - automake-1.6.2 + autoconf-2.54 + 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 recent versions of libtool/autoconf/automake. |