2
# Run this to generate all the initial makefiles, etc.
7
test -z "$srcdir" && srcdir=.
9
PKG_NAME="Update Notifier"
11
(test -f $srcdir/configure.ac \
12
&& test -f $srcdir/README) || {
13
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
14
echo " top-level gnome directory"
18
dpkg-checkbuilddeps -d 'libtool, automake, intltool, libglib2.0-dev'
21
autoreconf --force -i -v
25
cd po; intltool-update -p --verbose