summaryrefslogtreecommitdiff
path: root/file/autogen.sh
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-03-23 00:36:13 +0000
committerjbj <devnull@localhost>2003-03-23 00:36:13 +0000
commit803528c258d2c14b820a9b2fb5bf2eba9a486133 (patch)
tree15707e0cfd3a02959e73f0c358062f81cc5a6258 /file/autogen.sh
parent96cd0c2e288fa8ca561ad814265bc2138a80ddaa (diff)
downloadlibrpm-tizen-803528c258d2c14b820a9b2fb5bf2eba9a486133.tar.gz
librpm-tizen-803528c258d2c14b820a9b2fb5bf2eba9a486133.tar.bz2
librpm-tizen-803528c258d2c14b820a9b2fb5bf2eba9a486133.zip
Make peace with automake-1.7.3.
Recheck thread safety markes with fsm synchronous threads. CVS patchset: 6714 CVS date: 2003/03/23 00:36:13
Diffstat (limited to 'file/autogen.sh')
-rwxr-xr-xfile/autogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/file/autogen.sh b/file/autogen.sh
index 0a7254f1d..b35834fc9 100755
--- a/file/autogen.sh
+++ b/file/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.6.3"
+AMV="automake (GNU automake) 1.7.3"
USAGE="
This script documents the versions of the tools I'm using to build rpm:
libtool-1.4.3
autoconf-2.57
- automake-1.6.3
+ automake-1.7.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
recent versions of libtool/autoconf/automake.