aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/liblockfile/liblockfile/configure.patch
blob: 2bdf96e639e2ef8de7c3239311839b443f1cb550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
From fd3fce8c1a3d0c70a0ffd461fbbe7e2ef71dd3a7 Mon Sep 17 00:00:00 2001
From: Changqing Li <changqing.li@windriver.com>
Date: Tue, 7 Mar 2023 11:05:45 +0800
Subject: [PATCH] Update patch for 1.17

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
Upstream-Status: Pending

 configure.ac | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index df26cee..76e9165 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,5 @@
-AC_INIT(lockfile.c)
+AC_INIT
+AC_CONFIG_SRCDIR([lockfile.c])
 AC_CONFIG_HEADER(autoconf.h)
 AC_REVISION($Revision: 1.0 $)dnl
 
@@ -111,7 +112,8 @@ AC_SUBST(TARGETS)
 AC_SUBST(INSTALL_TARGETS)
 AC_SUBST(nfslockdir)
 
-AC_OUTPUT(\
+AC_CONFIG_FILES([\
 	./Makefile \
 	./maillock.h \
-)
+])
+AC_OUTPUT
-- 
2.25.1