Merge pull request #550 from AtariDreams/fixup

Update autotools
This commit is contained in:
Robert Edmonds 2023-07-02 02:55:13 -04:00 committed by GitHub
commit c3f525da36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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