summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMaciej Piechotka <uzytkownik2@gmail.com>2010-07-15 01:25:48 +0200
committerMaciej Piechotka <uzytkownik2@gmail.com>2010-08-02 20:17:46 +0200
commitac71a0a279eff5f1d5eb8550a96e65e776bd1ee6 (patch)
tree7fb3d89a5b9c80b98d6b7d2a9ca328fd7fd4cd3a /autogen.sh
parentd8154f3c4c5f5a36bd43d0512145212e35c82099 (diff)
downloadlibgee-ac71a0a279eff5f1d5eb8550a96e65e776bd1ee6.tar.gz
Use automake 1.11 vala support + cleaning of the Makefile.am:
- Checks the vala version - All flags are 'local' (i.e. taget_name_(VALA|C|LD)FLAGS) - Target variables are next to each other - All lists are one-item-per-line with $(NULL) at the end - No newline at the end of file
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 3b188da..42ca34c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,6 +9,8 @@ cd $srcdir
# Automake requires that ChangeLog exists.
touch ChangeLog
-REQUIRED_M4MACROS=introspection.m4 gnome-autogen.sh "$@" || exit 1
+REQUIRED_M4MACROS=introspection.m4 \
+ REQUIRED_AUTOMAKE_VERSION=1.11 \
+ gnome-autogen.sh "$@" || exit 1
cd $ORIGDIR || exit $?