diff options
author | jbj <devnull@localhost> | 2003-12-11 19:09:58 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-12-11 19:09:58 +0000 |
commit | 752cac72e220dcad4e6fce39508e714e59e3e0a1 (patch) | |
tree | 77499adb1929868e33b22199cc9895ff4271d269 /autogen.sh | |
parent | 4c5d56d3bf4cded801abe8830350c5cf973e2bfc (diff) | |
download | librpm-tizen-752cac72e220dcad4e6fce39508e714e59e3e0a1.tar.gz librpm-tizen-752cac72e220dcad4e6fce39508e714e59e3e0a1.tar.bz2 librpm-tizen-752cac72e220dcad4e6fce39508e714e59e3e0a1.zip |
- only internal Berkeley db from now on.
- revive "make dist".
CVS patchset: 6971
CVS date: 2003/12/11 19:09:58
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 3348b5778..50331a7b2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,12 +5,12 @@ export LDFLAGS LTV="libtoolize (GNU libtool) 1.5" ACV="autoconf (GNU Autoconf) 2.57" -AMV="automake (GNU automake) 1.7.8" +AMV="automake (GNU automake) 1.7.9" USAGE=" This script documents the versions of the tools I'm using to build rpm: libtool-1.5 autoconf-2.57 - automake-1.7.8 + automake-1.7.9 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. |