Skip to content

Commit

Permalink
minor autotools build system updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Jan 24, 2021
1 parent 4eb2b9f commit d0c5097
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion configure
Expand Up @@ -592,7 +592,7 @@ PACKAGE_STRING=
PACKAGE_BUGREPORT=
PACKAGE_URL=

ac_unique_file="README.txt"
ac_unique_file="src/SDL.c"
# Factoring default headers for most tests.
ac_includes_default="\
#include <stdio.h>
Expand Down Expand Up @@ -26007,6 +26007,7 @@ fi





cat >Makefile.rules <<__EOF__

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion test/configure
Expand Up @@ -581,7 +581,7 @@ PACKAGE_STRING=
PACKAGE_BUGREPORT=
PACKAGE_URL=

ac_unique_file="README"
ac_unique_file="loopwave.c"
ac_subst_vars='LTLIBOBJS
LIBOBJS
SDL_TTF_LIB
Expand Down
2 changes: 1 addition & 1 deletion test/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT
AC_CONFIG_SRCDIR([README])
AC_CONFIG_SRCDIR([loopwave.c])

dnl Detect the canonical build and host environments
AC_CONFIG_AUX_DIRS($srcdir/../build-scripts)
Expand Down

0 comments on commit d0c5097

Please sign in to comment.