From 8ef10ef1baaf2c4393830de44edb636794a767e0 Mon Sep 17 00:00:00 2001 From: maroy Date: Tue, 14 Dec 2004 12:24:59 +0000 Subject: [PATCH] explicitly asking for automake 1.4 --- .../tools/xmlrpc++/xmlrpc++-20040713/bin/install.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/livesupport/tools/xmlrpc++/xmlrpc++-20040713/bin/install.sh b/livesupport/tools/xmlrpc++/xmlrpc++-20040713/bin/install.sh index de14ed762..0a45d1da3 100755 --- a/livesupport/tools/xmlrpc++/xmlrpc++-20040713/bin/install.sh +++ b/livesupport/tools/xmlrpc++/xmlrpc++-20040713/bin/install.sh @@ -21,8 +21,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # -# Author : $Author: fgerlits $ -# Version : $Revision: 1.5 $ +# Author : $Author: maroy $ +# Version : $Revision: 1.6 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/xmlrpc++/xmlrpc++-20040713/bin/Attic/install.sh,v $ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- @@ -38,6 +38,9 @@ tmpdir=$basedir/tmp etcdir=$basedir/etc tar=$basedir/src/$product.tar.gz +# the automake patch expects automake 1.4 +export WANT_AUTOMAKE=1.4 + echo "installing $product from $basedir to $installdir" mkdir -p $tmpdir