repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 5b4df700781960ed879fa1f14ede08bd33ccec6b:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 5b4df700781960ed879fa1f14ede08bd33ccec6b
Author: Emanuele Giaquinta 
Date:   Thu May 13 19:40:27 2021 +0000

    configure.ac: stop using obsolete macros

diff --git a/configure.ac b/configure.ac
index 42becbd9a26d5c0bb6a1f6259515403f348d2160..
index ..0529fb06cd8157ac4bde915c6b0879281e5ebbc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl#
 AC_INIT
 AC_PREREQ(2.71)
 AC_CONFIG_SRCDIR([src/feature.h])
-AC_CONFIG_HEADER(config.h:config.h.in)
+AC_CONFIG_HEADERS(config.h:config.h.in)

 AC_CANONICAL_HOST

@@ -28,9 +28,7 @@ AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_INSTALL

-AC_AIX
-AC_GNU_SOURCE
-AC_ISC_POSIX
+AC_USE_SYSTEM_EXTENSIONS
 AC_LANG(C++)

 if test "$ac_prog_cxx_stdcxx" != cxx11; then

-----END OF PAGE-----