summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-06-02 21:12:27 +0000
committerjbj <devnull@localhost>2003-06-02 21:12:27 +0000
commitc06cf329eb1f4c6bc6c83f85846a078d2788382a (patch)
tree3c4ea4454fdcfcc3183260ca96714bdbd070ff5d /autogen.sh
parent90a64fd85f2677a26a42fe7f76c1dd6e5503d960 (diff)
downloadlibrpm-tizen-c06cf329eb1f4c6bc6c83f85846a078d2788382a.tar.gz
librpm-tizen-c06cf329eb1f4c6bc6c83f85846a078d2788382a.tar.bz2
librpm-tizen-c06cf329eb1f4c6bc6c83f85846a078d2788382a.zip
Use automake-1.7.5.
CVS patchset: 6886 CVS date: 2003/06/02 21:12:27
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 cbdc9861b..fc61b5196 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,12 +5,12 @@ export LDFLAGS
LTV="libtoolize (GNU libtool) 1.4.3"
ACV="autoconf (GNU Autoconf) 2.57"
-AMV="automake (GNU automake) 1.7.3"
+AMV="automake (GNU automake) 1.7.5"
USAGE="
This script documents the versions of the tools I'm using to build rpm:
libtool-1.4.3
autoconf-2.57
- automake-1.7.3
+ automake-1.7.5
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.