From 13115f5942e92356f80bb7076940c400e480af50 Mon Sep 17 00:00:00 2001 From: Thomas Kuehne Date: Dec 12 2021 06:41:35 +0000 Subject: [PATCH 1/2] update configure.ac to autoupdate-2.69 Signed-off-by: Thomas Kuehne --- diff --git a/configure.ac b/configure.ac index 96d0486..91e3cd8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([im-chooser], 1.7.4, [https://pagure.io/im-chooser/issues]) +AC_INIT([im-chooser],[1.7.4],[https://pagure.io/im-chooser/issues]) . `dirname $0`/requires @@ -101,7 +101,7 @@ dnl ====================================================================== dnl options dnl ====================================================================== AC_ARG_ENABLE(rebuilds, - [AC_HELP_STRING([--disable-rebuilds], + [AS_HELP_STRING([--disable-rebuilds], [disable all source autogeneration rules])],, [enable_rebuilds=yes]) From 724ea3b11f11d5e625c242509aa5a7de619d3150 Mon Sep 17 00:00:00 2001 From: Thomas Kuehne Date: Dec 12 2021 06:58:09 +0000 Subject: [PATCH 2/2] replace deprecated GNOME_... in configure.ac Signed-off-by: Thomas Kuehne --- diff --git a/configure.ac b/configure.ac index 91e3cd8..7ddb669 100644 --- a/configure.ac +++ b/configure.ac @@ -21,8 +21,7 @@ LT_INIT([disable-static]) AC_PROG_CC -GNOME_COMPILE_WARNINGS -GNOME_CXX_WARNINGS +AX_COMPILER_FLAGS dnl ====================================================================== dnl define variables