mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libcmis: bump version
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
From 591c990bca009efdd65db7814f9653d9c6105d92 Mon Sep 17 00:00:00 2001
|
||||
From: begasus <begasus@gmail.com>
|
||||
Date: Mon, 27 Mar 2017 16:12:31 +0000
|
||||
Subject: fix AM_INIT_AUTOMAKE to install missing files
|
||||
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 27c33c9..abea6b6 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -10,7 +10,7 @@ m4_define([libcmis_version],[libcmis_api_version.libcmis_micro_version])
|
||||
|
||||
AC_PREREQ([2.63])
|
||||
AC_INIT([libcmis], [libcmis_version])
|
||||
-AM_INIT_AUTOMAKE()
|
||||
+AM_INIT_AUTOMAKE(foreign)
|
||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|
||||
|
||||
# Checks for programs.
|
||||
--
|
||||
2.7.0
|
||||
|
||||
Reference in New Issue
Block a user