libnotify/autogen.sh

23 lines
472 B
Bash
Raw Normal View History

#!/bin/sh
# Run this to generate all the initial makefiles, etc.
2010-01-09 13:30:17 -06:00
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
2010-01-09 13:30:17 -06:00
PKG_NAME="libnotify"
REQUIRED_AUTOMAKE_VERSION=1.9
2010-01-09 13:30:17 -06:00
(test -f $srcdir/configure.ac \
&& test -d $srcdir/libnotify) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory"
exit 1
}
2010-01-09 13:30:17 -06:00
which gnome-autogen.sh || {
echo "You need to install gnome-common."
exit 1
}
2010-01-09 13:30:17 -06:00
. gnome-autogen.sh