minor updates for new autoconf macros

This commit is contained in:
Christopher A. Mosher 2015-07-29 00:08:52 -04:00
parent 13ea6819e0
commit 882f424b55
1 changed files with 2 additions and 2 deletions

View File

@ -5,14 +5,14 @@ AC_PREREQ(2.68)
AC_CONFIG_SRCDIR([src/apple2.cpp])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE
# Checks for programs.
AC_PROG_CXX
AC_LANG_CPLUSPLUS
AC_LANG([C++])
AC_PROG_CPP
AC_PROG_INSTALL
AC_PROG_LN_S