fix automake issue hopefully finally

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=13
This commit is contained in:
Dirk Stoecker 2013-02-28 19:07:50 +00:00 committed by Git OBS Bridge
parent 247a927e7f
commit e5938567b5
2 changed files with 1 additions and 3 deletions

View File

@ -9,7 +9,7 @@ diff -ur zbar-0.10_2012_08_06/configure.ac zbar-0.10_2012_08_06_fix/configure.ac
+AM_INIT_AUTOMAKE([1.10 -Wall foreign subdir-objects std-options dist-bzip2])
AC_CONFIG_HEADERS([include/config.h])
AC_CONFIG_SRCDIR(zbar/scanner.c)
+AM_PROG_AR
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
LT_PREREQ([2.2])
LT_INIT([dlopen win32-dll])
LT_LANG([Windows Resource])

View File

@ -134,9 +134,7 @@ This package provides ZBar Python-Gtk bindings.
%prep
%setup -q
%if 0%{?suse_version} >= 1220 || 0%{?suse_version} == 1120
%patch1 -p1
%endif
# for the Mercurial-based archive we need to get proper autoconf files
autoreconf -fi