diff options
author | jbj <devnull@localhost> | 2004-05-30 17:46:39 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-05-30 17:46:39 +0000 |
commit | 401cd94fb94d6a940f17f4740f322476d0addc8e (patch) | |
tree | 6d87af4cbf35542c037b2266b03938574cedb452 /autogen.sh | |
parent | 42386beb8b189a1376cfc4a6e7a69b180a538a12 (diff) | |
download | librpm-tizen-401cd94fb94d6a940f17f4740f322476d0addc8e.tar.gz librpm-tizen-401cd94fb94d6a940f17f4740f322476d0addc8e.tar.bz2 librpm-tizen-401cd94fb94d6a940f17f4740f322476d0addc8e.zip |
Make peace with latest autofoo.
CVS patchset: 7277
CVS date: 2004/05/30 17:46:39
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh index 9918b8e84..8e938bfe8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,14 +3,14 @@ export CFLAGS export LDFLAGS -LTV="libtoolize (GNU libtool) 1.5.4" +LTV="libtoolize (GNU libtool) 1.5.6" ACV="autoconf (GNU Autoconf) 2.59" -AMV="automake (GNU automake) 1.8.3" +AMV="automake (GNU automake) 1.8.4" USAGE=" This script documents the versions of the tools I'm using to build rpm: - libtool-1.5.4 + libtool-1.5.6 autoconf-2.59 - automake-1.8.3 + automake-1.8.4 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. |