projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71c7ae6
)
configure: pass -Wno-portability to automake to suppress warnings
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Tue, 19 May 2009 16:12:41 +0000
(17:12 +0100)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Tue, 19 May 2009 16:16:02 +0000
(17:16 +0100)
GNU make is required, no point pretending otherwise.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 580c00ae7523921ee5ccb1aff49a5e75fdfbbe27..0959fb978fc3328d78394729b6a31cd2493c2d7c 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-8,8
+8,8
@@
AC_INIT(GStreamer, 0.10.23.1,
gstreamer)
AG_GST_INIT
-dnl initialize automake
-AM_INIT_AUTOMAKE
+dnl initialize automake
(we require GNU make)
+AM_INIT_AUTOMAKE
([-Wno-portability])
dnl define PACKAGE_VERSION_* variables
AS_VERSION