diff options
author | jbj <devnull@localhost> | 2004-08-01 19:05:02 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-08-01 19:05:02 +0000 |
commit | 8462a31960e9cfd3274b83edd59f9cc3b74c40d2 (patch) | |
tree | 4abc3c83542d1d6ab0746e0029c530dd44749ca5 /autogen.sh | |
parent | b789f02618b62309b9cffc185e140ddf6fa20b54 (diff) | |
download | librpm-tizen-8462a31960e9cfd3274b83edd59f9cc3b74c40d2.tar.gz librpm-tizen-8462a31960e9cfd3274b83edd59f9cc3b74c40d2.tar.bz2 librpm-tizen-8462a31960e9cfd3274b83edd59f9cc3b74c40d2.zip |
Make peace with automake-1.9.
CVS patchset: 7371
CVS date: 2004/08/01 19:05:02
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 8e938bfe8..207b07d98 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,12 +5,12 @@ export LDFLAGS LTV="libtoolize (GNU libtool) 1.5.6" ACV="autoconf (GNU Autoconf) 2.59" -AMV="automake (GNU automake) 1.8.4" +AMV="automake (GNU automake) 1.9" USAGE=" This script documents the versions of the tools I'm using to build rpm: libtool-1.5.6 autoconf-2.59 - automake-1.8.4 + automake-1.9 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. |