diff options
author | jbj <devnull@localhost> | 2004-11-11 01:04:07 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-11-11 01:04:07 +0000 |
commit | 7008350f3ef19fe3ce5737cf84b9600481ba851c (patch) | |
tree | be5039ea1071967f08ca764cfa99ccd97d0c12fa /autogen.sh | |
parent | 103a5c0e4860837984060eeb2c3d6f366993d03d (diff) | |
download | librpm-tizen-7008350f3ef19fe3ce5737cf84b9600481ba851c.tar.gz librpm-tizen-7008350f3ef19fe3ce5737cf84b9600481ba851c.tar.bz2 librpm-tizen-7008350f3ef19fe3ce5737cf84b9600481ba851c.zip |
- make peace with libtool-1.5.10 and automake-1.9.3.
CVS patchset: 7571
CVS date: 2004/11/11 01:04:07
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 ae6185a09..9df187c71 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,14 +3,14 @@ export CFLAGS export LDFLAGS -LTV="libtoolize (GNU libtool) 1.5.6" +LTV="libtoolize (GNU libtool) 1.5.10" ACV="autoconf (GNU Autoconf) 2.59" -AMV="automake (GNU automake) 1.9.2" +AMV="automake (GNU automake) 1.9.3" USAGE=" This script documents the versions of the tools I'm using to build rpm: - libtool-1.5.6 + libtool-1.5.10 autoconf-2.59 - automake-1.9.2 + automake-1.9.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. |