summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-01-22 14:28:08 +0000
committerjbj <devnull@localhost>2004-01-22 14:28:08 +0000
commitb8988af3c5664e539768f94e72718b64dc9da703 (patch)
tree25f086916cbd8f6cf38aabcf894c5ad250104af4 /autogen.sh
parent5c2cdc17638b20ce25aa97deb40396a920c31f99 (diff)
downloadrpm-b8988af3c5664e539768f94e72718b64dc9da703.tar.gz
rpm-b8988af3c5664e539768f94e72718b64dc9da703.tar.bz2
rpm-b8988af3c5664e539768f94e72718b64dc9da703.zip
Build with gcc-2.95.3 and python-2.2, remove incompat CFLAGS and casts.
CVS patchset: 7082 CVS date: 2004/01/22 14:28:08
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 88065ab96..669e3f53f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,12 +5,12 @@ export LDFLAGS
LTV="libtoolize (GNU libtool) 1.5"
ACV="autoconf (GNU Autoconf) 2.59"
-AMV="automake (GNU automake) 1.8"
+AMV="automake (GNU automake) 1.8.2"
USAGE="
This script documents the versions of the tools I'm using to build rpm:
libtool-1.5
autoconf-2.59
- automake-1.8
+ automake-1.8.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.