forked from pool/cmis-client
46aa66e5fd
* Various updates to the buildsystem * Various werror bugfixes * Loads of coverity fixes - Add patch to build with grep 2.24: * hunspell-grep2.24.patch - Remove upstreamed patch: * hunspell-emacs-utf8.patch - Do not search for translations - broken automake from upstream * Not worth fixing only bit italian and mostly hungarian translations for cli anyway OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=36
14 lines
430 B
Diff
14 lines
430 B
Diff
Index: libcmis-0.5.1/configure.ac
|
|
===================================================================
|
|
--- libcmis-0.5.1.orig/configure.ac
|
|
+++ libcmis-0.5.1/configure.ac
|
|
@@ -10,7 +10,7 @@ m4_define([libcmis_version],[libcmis_api
|
|
|
|
AC_PREREQ([2.63])
|
|
AC_INIT([libcmis], [libcmis_version])
|
|
-AM_INIT_AUTOMAKE()
|
|
+AM_INIT_AUTOMAKE([1.10 foreign dist-xz])
|
|
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|
|
|
|
# Checks for programs.
|