diff options
author | jbj <devnull@localhost> | 2005-02-16 19:05:36 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2005-02-16 19:05:36 +0000 |
commit | c94624a03cf7945ce5b20048b0cc751f654b9bc1 (patch) | |
tree | 67df879e2347d58c72c37b00aabd7383b5139a93 /autogen.sh | |
parent | 4983ab74e734e93a20e05b0f785490f50d28fda3 (diff) | |
download | rpm-c94624a03cf7945ce5b20048b0cc751f654b9bc1.tar.gz rpm-c94624a03cf7945ce5b20048b0cc751f654b9bc1.tar.bz2 rpm-c94624a03cf7945ce5b20048b0cc751f654b9bc1.zip |
- sqlite3: update encode/decode from sqlite-2.8.16.
- add --xml popt alias for query modes.
- remove _rpmdb now that python2.[34] are commonly available.
CVS patchset: 7770
CVS date: 2005/02/16 19:05:36
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 4a44ea961..bf305a6e1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,14 +3,14 @@ export CFLAGS export LDFLAGS -LTV="libtoolize (GNU libtool) 1.5.10" +LTV="libtoolize (GNU libtool) 1.5.14" ACV="autoconf (GNU Autoconf) 2.59" -AMV="automake (GNU automake) 1.9.3" +AMV="automake (GNU automake) 1.9.5" USAGE=" This script documents the versions of the tools I'm using to build rpm: - libtool-1.5.10 + libtool-1.5.14 autoconf-2.59 - automake-1.9.3 + automake-1.9.5 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. |