Updated Norwegian bokmål translation
[bug-buddy.git] / autogen.sh
blob8def26747c441b568190d7b9ca7eebb0aeeb405c
1 #!/bin/sh
2 # Run this to generate all the initial makefiles, etc.
4 srcdir=`dirname $0`
5 test -z "$srcdir" && srcdir=.
7 PKG_NAME="Bug Buddy"
9 (test -f $srcdir/src/bug-buddy.c) || {
10 echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
11 echo " top-level $PKG_NAME directory"
12 exit 1
15 which gnome-doc-prepare || {
16 echo "You need to install gnome-doc-utils to build this package"
17 exit 1
19 gnome-doc-prepare
21 which gnome-autogen.sh || {
22 echo "You need to install gnome-common from the GNOME SVN"
23 exit 1
26 REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh