diff options
author | jbj <devnull@localhost> | 2004-04-07 17:31:29 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-04-07 17:31:29 +0000 |
commit | e81af296a9961dc92dde4ac03353c858b944d8eb (patch) | |
tree | 1172472173d881631b2f947069d21b32ea79018a /beecrypt | |
parent | f98e6cf1a20a9d22942b1bbe7a5b411bc1b8754d (diff) | |
download | librpm-tizen-e81af296a9961dc92dde4ac03353c858b944d8eb.tar.gz librpm-tizen-e81af296a9961dc92dde4ac03353c858b944d8eb.tar.bz2 librpm-tizen-e81af296a9961dc92dde4ac03353c858b944d8eb.zip |
Make peace with libtool-1.5.4.
CVS patchset: 7218
CVS date: 2004/04/07 17:31:29
Diffstat (limited to 'beecrypt')
-rwxr-xr-x | beecrypt/autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/beecrypt/autogen.sh b/beecrypt/autogen.sh index b4fc37ee7..a0dff2c9b 100755 --- a/beecrypt/autogen.sh +++ b/beecrypt/autogen.sh @@ -3,12 +3,12 @@ export CFLAGS export LDFLAGS -LTV="libtoolize (GNU libtool) 1.5.3" +LTV="libtoolize (GNU libtool) 1.5.4" ACV="autoconf (GNU Autoconf) 2.59" AMV="automake (GNU automake) 1.8.3" USAGE=" This script documents the versions of the tools I'm using to build rpm: - libtool-1.5.3 + libtool-1.5.4 autoconf-2.59 automake-1.8.3 Simply edit this script to change the libtool/autoconf/automake versions |