build: autoupdate
Some checks failed
CI / Check coding style (pull_request) Successful in 34s
CI / Check spelling (pull_request) Successful in 16s
CI / Linux (debian) (pull_request) Successful in 12m7s
CI / Linux (arch) (pull_request) Successful in 14m43s
CI / Linux (fedora) (pull_request) Successful in 12m20s
CI / Linux (ubuntu) (pull_request) Failing after 2m7s

This commit is contained in:
2025-07-19 19:32:48 +02:00
parent e1ce7ac630
commit b198d2bb1e

View File

@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_PREREQ([2.72])
AC_INIT([profanity],[0.15.0],[jubalh@iodoru.org],[profanity],[https://profanity-im.github.io/])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
@@ -95,7 +95,7 @@ PKG_CHECK_MODULES([curl], [libcurl >= 7.62.0], [],
PKG_CHECK_MODULES([SQLITE], [sqlite3 >= 3.22.0], [],
[AC_MSG_ERROR([sqlite3 3.22.0 or higher is required])])
ACX_PTHREAD([], [AC_MSG_ERROR([pthread is required])])
AX_PTHREAD([],[AC_MSG_ERROR([pthread is required])])
AS_IF([test "x$PTHREAD_CC" != x], [ CC="$PTHREAD_CC" ])
### plugins