diff options
author | jbj <devnull@localhost> | 2001-08-04 16:18:58 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-08-04 16:18:58 +0000 |
commit | 682c9534adb618becfa7565a4f45eea5e8f2bb2a (patch) | |
tree | 624c4cf0c9e83c17d1631c3d86bce052f7191584 /autogen.sh | |
parent | dce5aa0ebd1a784ad8db04e07c7c2347e450160e (diff) | |
download | librpm-tizen-682c9534adb618becfa7565a4f45eea5e8f2bb2a.tar.gz librpm-tizen-682c9534adb618becfa7565a4f45eea5e8f2bb2a.tar.bz2 librpm-tizen-682c9534adb618becfa7565a4f45eea5e8f2bb2a.zip |
- fix: autoconf glob tests (#50845).
CVS patchset: 5003
CVS date: 2001/08/04 16:18: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 e635515e9..cf68382a2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,12 +5,12 @@ export LDFLAGS LTV="libtoolize (GNU libtool) 1.4" ACV="Autoconf version 2.13" -AMV="automake (GNU automake) 1.4-p4" +AMV="automake (GNU automake) 1.4-p5" USAGE=" This script documents the versions of the tools I'm using to build rpm: libtool-1.4 autoconf-2.13 - automake-1.4-p4 + automake-1.4-p5 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. |