726eac0e10
- Small fixes from upstream OBS-URL: https://build.opensuse.org/package/show/network:fcoe/fcoe-utils?expand=0&rev=7
30 lines
813 B
Diff
30 lines
813 B
Diff
From 0f63a3ed3a12b4f88f5dd49983cdf3f9b24e9fc8 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk@redhat.com>
|
|
Date: Thu, 7 Nov 2013 11:31:11 +0000
|
|
Subject: [PATCH 02/17] Don't call AM_INIT_AUTOMAKE twice
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
This fixes build issues with automake 1.14+.
|
|
|
|
Signed-off-by: Petr Šabata <contyk@redhat.com>
|
|
Signed-off-by: Robert Love <robert.w.love@intel.com>
|
|
---
|
|
configure.ac | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 73c140f..bb1385b 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1,5 +1,4 @@
|
|
AC_INIT([fcoe-utils], [1.0.29], [fcoe-devel@open-fcoe.org])
|
|
-AM_INIT_AUTOMAKE([foreign])
|
|
|
|
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
|
|
AM_INIT_AUTOMAKE([foreign])
|
|
--
|
|
1.8.1.4
|
|
|