diff options
author | jbj <devnull@localhost> | 2002-12-24 02:41:45 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-12-24 02:41:45 +0000 |
commit | 415b3e6ff241d1c7120ee12ddb28bb1ad25c2e0d (patch) | |
tree | e6d9a0d18ad034fabcf7bf435443795c363bfe21 /file | |
parent | e3c423226eb5dcf13d3ae5ffb5abb11900f061fb (diff) | |
download | rpm-415b3e6ff241d1c7120ee12ddb28bb1ad25c2e0d.tar.gz rpm-415b3e6ff241d1c7120ee12ddb28bb1ad25c2e0d.tar.bz2 rpm-415b3e6ff241d1c7120ee12ddb28bb1ad25c2e0d.zip |
fix: ia64 segfault on build.
CVS patchset: 5961
CVS date: 2002/12/24 02:41:45
Diffstat (limited to 'file')
-rwxr-xr-x | file/autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/file/autogen.sh b/file/autogen.sh index ddf3a2883..0a7254f1d 100755 --- a/file/autogen.sh +++ b/file/autogen.sh @@ -4,12 +4,12 @@ export CFLAGS export LDFLAGS LTV="libtoolize (GNU libtool) 1.4.3" -ACV="autoconf (GNU Autoconf) 2.56" +ACV="autoconf (GNU Autoconf) 2.57" 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.3 - autoconf-2.56 + autoconf-2.57 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 |