summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-07-10 12:38:03 +0200
committerJuan A. Suarez Romero <jasuarez@igalia.com>2012-07-11 10:44:25 +0200
commitb5382e28d6765301cc64271e974cc1af35c8ceac (patch)
treec294263f3f69ce72c2f0099e5cd46afbac167ccb /autogen.sh
parent2a5b8991314744d5c85282fc7a9ef304829bf054 (diff)
downloadgrilo-b5382e28d6765301cc64271e974cc1af35c8ceac.tar.gz
core: Avoid pedantic compiler warnings with C++.
g++ complains about trailing commas in enums when using -Wpedantic. This fixes https://bugzilla.gnome.org/show_bug.cgi?id=679674 Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 1bdfde4..1569f7b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -20,4 +20,4 @@ which gnome-autogen.sh || {
REQUIRED_AUTOMAKE_VERSION=1.10 \
USE_GNOME2_MACROS=1 \
USE_COMMON_DOC_BUILD=yes \
-. gnome-autogen.sh $*
+bash gnome-autogen.sh $*