diff options
author | jbj <devnull@localhost> | 2003-12-16 03:41:35 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-12-16 03:41:35 +0000 |
commit | 60207c0346637a32b792e371436eeb731665409e (patch) | |
tree | 2025b5b3b0b525c674913ea8a267e4fd8c6e466c /autogen.sh | |
parent | 8960e3895f7af91126465368dff8fbb36ab4e853 (diff) | |
download | rpm-60207c0346637a32b792e371436eeb731665409e.tar.gz |
- build with db-4.2.52 internal.
- refresh bsddb.
CVS patchset: 6973
CVS date: 2003/12/16 03:41:35
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh index 50331a7b2..88065ab96 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,13 +4,13 @@ export CFLAGS export LDFLAGS LTV="libtoolize (GNU libtool) 1.5" -ACV="autoconf (GNU Autoconf) 2.57" -AMV="automake (GNU automake) 1.7.9" +ACV="autoconf (GNU Autoconf) 2.59" +AMV="automake (GNU automake) 1.8" USAGE=" This script documents the versions of the tools I'm using to build rpm: libtool-1.5 - autoconf-2.57 - automake-1.7.9 + autoconf-2.59 + automake-1.8 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. |