diff options
author | jbj <devnull@localhost> | 2001-06-28 22:19:08 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-06-28 22:19:08 +0000 |
commit | 3e219ad91a7ccc6632b948c5bab03694f3f6b25d (patch) | |
tree | f4b671f95d55c43cc5cd1748a1fbc41dd265f66e /autogen.sh | |
parent | b533de2b2722679b3e1bc486467310bd8c61f806 (diff) | |
download | librpm-tizen-3e219ad91a7ccc6632b948c5bab03694f3f6b25d.tar.gz librpm-tizen-3e219ad91a7ccc6632b948c5bab03694f3f6b25d.tar.bz2 librpm-tizen-3e219ad91a7ccc6632b948c5bab03694f3f6b25d.zip |
- fix: sanity checks on #tags (<65K) and offset (<16Mb) in header.
- fix: add -r to useradd to prevent /etc/skel glop (#46215).
- fix: disambiguate typedef and struct name(s) for kpackage.
CVS patchset: 4908
CVS date: 2001/06/28 22:19:08
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh index 35ca92474..e635515e9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,13 +5,15 @@ export LDFLAGS LTV="libtoolize (GNU libtool) 1.4" ACV="Autoconf version 2.13" -AMV="automake (GNU automake) 1.4-p2" +AMV="automake (GNU automake) 1.4-p4" USAGE=" -You need to install: +This script documents the versions of the tools I'm using to build rpm: libtool-1.4 autoconf-2.13 - automake-1.4-p2 -Or edit this script to change the libtool/autoconf/automake versions checked ... + automake-1.4-p4 +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. " [ "`libtoolize --version`" != "$LTV" ] && echo "$USAGE" && exit 1 |