27 lines
901 B
Diff
27 lines
901 B
Diff
|
From e593d6529cff515d94d80a24b5f3a953fd46004c Mon Sep 17 00:00:00 2001
|
||
|
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||
|
Date: Sat, 19 Dec 2015 18:56:36 +0100
|
||
|
Subject: [PATCH] Fix autoreconf by reducing the warning/error checking
|
||
|
|
||
|
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||
|
---
|
||
|
configure.ac | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/configure.ac b/configure.ac
|
||
|
index 256aedb..e0b6046 100644
|
||
|
--- a/configure.ac
|
||
|
+++ b/configure.ac
|
||
|
@@ -3,7 +3,7 @@ AC_PREREQ([2.61])
|
||
|
AC_INIT([zbar], [0.10], [spadix@users.sourceforge.net])
|
||
|
AC_CONFIG_AUX_DIR(config)
|
||
|
AC_CONFIG_MACRO_DIR(config)
|
||
|
-AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign subdir-objects std-options dist-bzip2])
|
||
|
+AM_INIT_AUTOMAKE([1.10 foreign subdir-objects std-options dist-bzip2])
|
||
|
AC_CONFIG_HEADERS([include/config.h])
|
||
|
AC_CONFIG_SRCDIR(zbar/scanner.c)
|
||
|
LT_PREREQ([2.2])
|
||
|
--
|
||
|
2.6.4
|
||
|
|