mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-03 10:12:51 +00:00
addedd AC_PROG_CC
This commit is contained in:
parent
7560d62699
commit
5bc7254a04
@ -4,6 +4,7 @@ AC_LANG([C++])
|
|||||||
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
||||||
AC_CONFIG_SRCDIR([hyperpoint.cpp])
|
AC_CONFIG_SRCDIR([hyperpoint.cpp])
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
|
AC_PROG_CC
|
||||||
|
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
AM_CONDITIONAL(LINUX, test ["${host_os#*linux}" != "$host_os"])
|
AM_CONDITIONAL(LINUX, test ["${host_os#*linux}" != "$host_os"])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user