[libbluray-devel] Enable automake warnings
hpi1
git at videolan.org
Sat Dec 16 10:16:28 CET 2017
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Mon Dec 4 09:07:10 2017 +0200| [66d677ec8a883702620d21b8f9dfdbdfad7b4895] | committer: hpi1
Enable automake warnings
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=66d677ec8a883702620d21b8f9dfdbdfad7b4895
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 5fd3c8de..3a2efe8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ AC_INIT([libbluray], bluray_version, [http://www.videolan.org/developers/libblur
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE([foreign tar-ustar dist-bzip2 no-dist-gzip subdir-objects])
+AM_INIT_AUTOMAKE([foreign tar-ustar dist-bzip2 no-dist-gzip subdir-objects -Wall])
AC_CONFIG_HEADERS(config.h)
dnl Enable silent rules only when available (automake 1.11 or later).
More information about the libbluray-devel
mailing list