Autotools related updates. Patch from AmatCoder.

This commit is contained in:
SarahW 2017-03-03 20:57:22 +00:00
commit 3d26ce6517
13 changed files with 3010 additions and 745 deletions

View file

@ -54,6 +54,7 @@ AM_CONDITIONAL(OS_LINUX, test "$OS" = "linux")
# allegro.m4 from the DOS/Windows Allegro sources (the file is contained
# in `misc') and copy it to this directory or MSYS's `/share/aclocal'.
if test "$OS" != "win"; then
AC_CONFIG_MACRO_DIR([./])
AM_PATH_ALLEGRO(, , AC_MSG_ERROR(building PCem requires Allegro to be installed))
fi