minor autotools build system updates.

This commit is contained in:
Ozkan Sezer
2021-01-23 03:41:02 +03:00
parent 4eb2b9f809
commit d0c5097cdc
4 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT
AC_CONFIG_SRCDIR(README.txt)
AC_CONFIG_SRCDIR([src/SDL.c])
AC_CONFIG_HEADERS(include/SDL_config.h)
AC_CONFIG_AUX_DIR(build-scripts)
AC_CONFIG_MACRO_DIR([acinclude])