explicitly asking for automake 1.4

This commit is contained in:
maroy 2004-12-14 12:24:59 +00:00
parent 37b33453f3
commit 8ef10ef1ba

View file

@ -21,8 +21,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
# #
# Author : $Author: fgerlits $ # Author : $Author: maroy $
# Version : $Revision: 1.5 $ # Version : $Revision: 1.6 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/xmlrpc++/xmlrpc++-20040713/bin/Attic/install.sh,v $ # 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 etcdir=$basedir/etc
tar=$basedir/src/$product.tar.gz 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" echo "installing $product from $basedir to $installdir"
mkdir -p $tmpdir mkdir -p $tmpdir