core: Move library code into its own directory
[profile/ivi/rygel.git] / autogen.sh
1 #! /bin/bash
2
3 which gnome-autogen.sh || {
4     echo "You need to install gnome-common from the GNOME git"
5     exit 1
6 }
7
8 mkdir -p m4
9
10 # require automak 1.11 for vala support
11 REQUIRED_AUTOMAKE_VERSION=1.11 \
12 REQUIRED_AUTOCONF_VERSION=2.64 \
13 REQUIRED_LIBTOOL_VERSION=2.2.6 \
14 REQUIRED_INTLTOOL_VERSION=0.40.0 \
15 bash gnome-autogen.sh --enable-vala --enable-maintainer-mode --enable-debug \
16                  --enable-tests --enable-test-plugin \
17                  --enable-mediathek-plugin --enable-gst-launch-plugin \
18                  --enable-strict-valac "$@"