diff options
author | jbj <devnull@localhost> | 2004-01-22 14:28:08 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-01-22 14:28:08 +0000 |
commit | b8988af3c5664e539768f94e72718b64dc9da703 (patch) | |
tree | 25f086916cbd8f6cf38aabcf894c5ad250104af4 /autogen.sh | |
parent | 5c2cdc17638b20ce25aa97deb40396a920c31f99 (diff) | |
download | rpm-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-x | autogen.sh | 4 |
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. |