Skip to content

Commit

Permalink
Simple tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ruckuus committed Mar 3, 2014
1 parent 9515199 commit 294b83f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion autogen.sh
Expand Up @@ -6,4 +6,12 @@ test -z "$srcdir" && srcdir=.

PKG_NAME="manokwari"

. gnome-autogen.sh
GNOME_AUTOGEN=`which gnome-autogen.sh`
if [ -z $GNOME_AUTOGEN ]
then
echo "You need to run dev_require.sh located in this directory"
exit
else
. gnome-autogen.sh
fi

0 comments on commit 294b83f

Please sign in to comment.