]> code.ossystems Code Review - openembedded-core.git/blob
a14018e339a4ae037b58d061128f3aef09a95ab4
[openembedded-core.git] /
1 From 45040e7d268329ebc40e6cb237c64a6637cfab5c Mon Sep 17 00:00:00 2001
2 From: Robert Yang <liezhi.yang@windriver.com>
3 Date: Mon, 13 Mar 2017 20:22:10 -0700
4 Subject: [PATCH] config/libopts.m4: regenerate it from config/libopts.def
5
6 It was out of date compared to config/libopts.def, so regenerate it via
7 "autogen config/libopts.def" command.
8
9 Upstream-Status: Pending
10
11 Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
12 ---
13  config/libopts.m4 | 3 ++-
14  1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/config/libopts.m4 b/config/libopts.m4
17 index c7ba4f3..51e6a39 100644
18 --- a/config/libopts.m4
19 +++ b/config/libopts.m4
20 @@ -2,7 +2,7 @@ dnl  -*- buffer-read-only: t -*- vi: set ro:
21  dnl
22  dnl DO NOT EDIT THIS FILE   (libopts.m4)
23  dnl
24 -dnl It has been AutoGen-ed
25 +dnl It has been AutoGen-ed  March 13, 2017 at 08:21:21 PM by AutoGen 5.18
26  dnl From the definitions    libopts.def
27  dnl and the template file   conftest.tpl
28  dnl
29 @@ -114,6 +114,7 @@ AC_DEFUN([INVOKE_LIBOPTS_MACROS_FIRST],[
30    AC_PROG_SED
31    [while :
32    do
33 +      test -x "$POSIX_SHELL" && break
34        POSIX_SHELL=`which bash`
35        test -x "$POSIX_SHELL" && break
36        POSIX_SHELL=`which dash`
37 -- 
38 2.10.2
39