mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-29 00:31:40 +00:00
minor updates for new autoconf macros
This commit is contained in:
parent
13ea6819e0
commit
882f424b55
@ -5,14 +5,14 @@ AC_PREREQ(2.68)
|
|||||||
|
|
||||||
AC_CONFIG_SRCDIR([src/apple2.cpp])
|
AC_CONFIG_SRCDIR([src/apple2.cpp])
|
||||||
|
|
||||||
AM_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AC_LANG_CPLUSPLUS
|
AC_LANG([C++])
|
||||||
AC_PROG_CPP
|
AC_PROG_CPP
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
AC_PROG_LN_S
|
AC_PROG_LN_S
|
||||||
|
Loading…
Reference in New Issue
Block a user