diff options
author | jbj <devnull@localhost> | 1999-07-15 20:15:23 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-07-15 20:15:23 +0000 |
commit | c3f62fe632456a58e60107f972692a9f5afe9f00 (patch) | |
tree | a2ea55daedd657b089a4f2238efe9b7d466782e1 /autogen.sh | |
parent | aa85d25a0e5e3b146f8f65c582c652d62109869c (diff) | |
download | rpm-c3f62fe632456a58e60107f972692a9f5afe9f00.tar.gz rpm-c3f62fe632456a58e60107f972692a9f5afe9f00.tar.bz2 rpm-c3f62fe632456a58e60107f972692a9f5afe9f00.zip |
Automake to create python bindings.
CVS patchset: 3164
CVS date: 1999/07/15 20:15:23
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 d4e1cbfff..e1d0d9de0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,11 +1,11 @@ #!/bin/sh -LTV="libtoolize (GNU libtool) 1.3.2" +LTV="libtoolize (GNU libtool) 1.3.3" ACV="Autoconf version 2.13" AMV="automake (GNU automake) 1.4" USAGE=" You need to install: - libtool-1.3.2 + libtool-1.3.3 autoconf-2.13 automake-1.4 " |