diff options
author | jbj <devnull@localhost> | 2004-04-07 17:30:07 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-04-07 17:30:07 +0000 |
commit | f98e6cf1a20a9d22942b1bbe7a5b411bc1b8754d (patch) | |
tree | b61fc6969a02884dda9673b966fa400c0d629653 /autogen.sh | |
parent | 0d73d4699b47f839db61580687fc972f48dd42d6 (diff) | |
download | rpm-f98e6cf1a20a9d22942b1bbe7a5b411bc1b8754d.tar.gz rpm-f98e6cf1a20a9d22942b1bbe7a5b411bc1b8754d.tar.bz2 rpm-f98e6cf1a20a9d22942b1bbe7a5b411bc1b8754d.zip |
Make peace with libtool-1.5.3.
CVS patchset: 7217
CVS date: 2004/04/07 17:30:07
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 0c0745c05..621cefe46 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,12 +3,12 @@ export CFLAGS export LDFLAGS -LTV="libtoolize (GNU libtool) 1.5.2" +LTV="libtoolize (GNU libtool) 1.5.3" 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.2 + libtool-1.5.3 autoconf-2.59 automake-1.8.3 Simply edit this script to change the libtool/autoconf/automake versions |