From: jbj Date: Sun, 1 Aug 2004 16:33:55 +0000 (+0000) Subject: Make peace with automake-1.9. X-Git-Tag: tznext/4.11.0.1.tizen20130304~6414 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b789f02618b62309b9cffc185e140ddf6fa20b54;p=tools%2Flibrpm-tizen.git Make peace with automake-1.9. CVS patchset: 7368 CVS date: 2004/08/01 16:33:55 --- diff --git a/file/autogen.sh b/file/autogen.sh index 40d90b9..59215d1 100755 --- a/file/autogen.sh +++ b/file/autogen.sh @@ -5,12 +5,12 @@ export LDFLAGS LTV="libtoolize (GNU libtool) 1.5.6" ACV="autoconf (GNU Autoconf) 2.59" -AMV="automake (GNU automake) 1.8.4" +AMV="automake (GNU automake) 1.9" USAGE=" This script documents the versions of the tools I'm using to build rpm: libtool-1.5.6 autoconf-2.59 - automake-1.8.4 + automake-1.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.