[122132] users/devans/dports/graphics/inkscape-0.91/files/autogen.sh

devans at macports.org devans at macports.org
Tue Jul 15 08:39:25 PDT 2014


Revision: 122132
          https://trac.macports.org/changeset/122132
Author:   devans at macports.org
Date:     2014-07-15 08:39:25 -0700 (Tue, 15 Jul 2014)
Log Message:
-----------
devans/dports: inkscape-0.91, update autogen.sh from bzr trunk.

Modified Paths:
--------------
    users/devans/dports/graphics/inkscape-0.91/files/autogen.sh

Modified: users/devans/dports/graphics/inkscape-0.91/files/autogen.sh
===================================================================
--- users/devans/dports/graphics/inkscape-0.91/files/autogen.sh	2014-07-15 15:39:12 UTC (rev 122131)
+++ users/devans/dports/graphics/inkscape-0.91/files/autogen.sh	2014-07-15 15:39:25 UTC (rev 122132)
@@ -15,18 +15,24 @@
 olddir=`pwd`
 cd $srcdir
 
-AUTORECONF=`which autoreconf`
-if test -z $AUTORECONF; then
+WHICH_AUTORECONF=`which autoreconf`
+if test -z $WHICH_AUTORECONF; then
         echo "*** No autoreconf found, please install it ***"
         exit 1
 fi
 
-INTLTOOLIZE=`which intltoolize`
-if test -z $INTLTOOLIZE; then
+WHICH_INTLTOOLIZE=`which intltoolize`
+if test -z $WHICH_INTLTOOLIZE; then
         echo "*** No intltoolize found, please install the intltool package ***"
         exit 1
 fi
 
+WHICH_AUTOPOINT=`which autopoint`
+if test -z $WHICH_AUTOPOINT; then
+	echo "*** No autopoint found, please install the autopoint package ***"
+	exit 1
+fi
+
 autopoint --force
 AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140715/4548e619/attachment.html>


More information about the macports-changes mailing list