[152818] users/devans/GNOME-3/stable/dports/gnome/baobab/files/autogen.sh

devans at macports.org devans at macports.org
Sun Sep 18 21:22:22 PDT 2016


Revision: 152818
          https://trac.macports.org/changeset/152818
Author:   devans at macports.org
Date:     2016-09-18 21:22:22 -0700 (Sun, 18 Sep 2016)
Log Message:
-----------
GNOME-3/stable: baobab, remove unnecessary files/autogen.sh.

Removed Paths:
-------------
    users/devans/GNOME-3/stable/dports/gnome/baobab/files/autogen.sh

Deleted: users/devans/GNOME-3/stable/dports/gnome/baobab/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/baobab/files/autogen.sh	2016-09-19 04:20:12 UTC (rev 152817)
+++ users/devans/GNOME-3/stable/dports/gnome/baobab/files/autogen.sh	2016-09-19 04:22:22 UTC (rev 152818)
@@ -1,34 +0,0 @@
-#!/bin/sh
-# Run this to generate all the initial makefiles, etc.
-
-test -n "$srcdir" || srcdir=`dirname "$0"`
-test -n "$srcdir" || srcdir=.
-
-OLDDIR=`pwd`
-cd $srcdir
-
-AUTORECONF=`which autoreconf`
-if test -z $AUTORECONF; then
-    echo "*** No autoreconf found, please install it ***"
-    exit 1
-fi
-
-INTLTOOLIZE=`which intltoolize`
-if test -z $INTLTOOLIZE; then
-    echo "*** No intltoolize found, please install the intltool package ***"
-    exit 1
-fi
-
-GNOMEDOC=`which yelp-build`
-if test -z $GNOMEDOC; then
-    echo "*** The tools to build the documentation are not found,"
-    echo "    please install the yelp-tools package ***"
-    exit 1
-fi
-
-autopoint --force || exit $?
-AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
-
-cd $OLDDIR
-test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160918/a44a6a38/attachment-0001.html>


More information about the macports-changes mailing list