122 Star 0 Fork 11

src-openEuler/protobuf-c

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
backport-Update-autotools.patch 843 Bytes
一键复制 编辑 原始数据 按行查看 历史
From 59a3f1925ecec6481118e0d407a34fae15c54215 Mon Sep 17 00:00:00 2001
From: Rose <83477269+AtariDreams@users.noreply.github.com>
Date: Sat, 6 May 2023 19:18:26 -0400
Subject: [PATCH] Update autotools
AC_PROG_CC_STDC is obsolete. Instead, AC_PROG_CC is recommended.
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index f5a0261..94d01dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_PREREQ(2.63)
+AC_PREREQ([2.63])
AC_INIT([protobuf-c],
[1.4.1],
@@ -11,7 +11,7 @@ AC_SUBST(PACKAGE_DESCRIPTION)
AC_CONFIG_SRCDIR([protobuf-c/protobuf-c.c])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules subdir-objects])
-AC_PROG_CC_STDC
+AC_PROG_CC
AC_PROG_CXX
AC_PROG_LN_S
AC_PROG_MKDIR_P
--
2.33.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/protobuf-c.git
git@gitee.com:src-openeuler/protobuf-c.git
src-openeuler
protobuf-c
protobuf-c
master

搜索帮助

A270a887 8829481 3d7a4017 8829481