Projects
Eulaceura:Mainline:GA
protobuf-c
_service:obs_scm:backport-Update-autotools.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:backport-Update-autotools.patch of Package protobuf-c
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
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2