ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure.ac
(Generate patch)

Comparing rxvt-unicode/configure.ac (file contents):
Revision 1.155 by root, Thu May 13 19:24:28 2021 UTC vs.
Revision 1.156 by sf-exg, Thu May 13 19:40:27 2021 UTC

3dnl# 3dnl#
4 4
5AC_INIT 5AC_INIT
6AC_PREREQ(2.71) 6AC_PREREQ(2.71)
7AC_CONFIG_SRCDIR([src/feature.h]) 7AC_CONFIG_SRCDIR([src/feature.h])
8AC_CONFIG_HEADER(config.h:config.h.in) 8AC_CONFIG_HEADERS(config.h:config.h.in)
9 9
10AC_CANONICAL_HOST 10AC_CANONICAL_HOST
11 11
12dnl RXVT version 12dnl RXVT version
13changequote(, )dnl 13changequote(, )dnl
26dnl# Checks for programs. 26dnl# Checks for programs.
27AC_PROG_CC 27AC_PROG_CC
28AC_PROG_CXX 28AC_PROG_CXX
29AC_PROG_INSTALL 29AC_PROG_INSTALL
30 30
31AC_AIX 31AC_USE_SYSTEM_EXTENSIONS
32AC_GNU_SOURCE
33AC_ISC_POSIX
34AC_LANG(C++) 32AC_LANG(C++)
35 33
36if test "$ac_prog_cxx_stdcxx" != cxx11; then 34if test "$ac_prog_cxx_stdcxx" != cxx11; then
37 AC_MSG_ERROR([the compiler does not support C++11]) 35 AC_MSG_ERROR([the compiler does not support C++11])
38fi 36fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines