Authenticator/tools/zbar_configure.patch
2018-03-24 12:36:43 +01:00

17 lines
735 B
Diff

--- a/configure.ac 2018-03-17 18:01:02.192289415 +0100
+++ b/configure.ac 2018-03-17 18:03:34.513228629 +0100
@@ -3,12 +3,13 @@
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 -Werror foreign subdir-objects std-options dist-bzip2])
AC_CONFIG_HEADERS([include/config.h])
AC_CONFIG_SRCDIR(zbar/scanner.c)
LT_PREREQ([2.2])
LT_INIT([dlopen win32-dll])
LT_LANG([Windows Resource])
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
dnl update these just before each release (along w/pacakge version above)
dnl LIB_VERSION update instructions copied from libtool docs: