minor autotools build system updates.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
diff --git a/configure b/configure
index 2342af7..c793e31 100755
--- a/configure
+++ b/configure
@@ -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>
@@ -26008,6 +26008,7 @@ fi
+
cat >Makefile.rules <<__EOF__
# Build rules for objects
diff --git a/configure.ac b/configure.ac
index e563c83..3a24688 100644
--- a/configure.ac
+++ b/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])
diff --git a/test/configure b/test/configure
index dbb1c69..312e648 100755
--- a/test/configure
+++ b/test/configure
@@ -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
diff --git a/test/configure.ac b/test/configure.ac
index 348606a..6efa7e1 100644
--- a/test/configure.ac
+++ b/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)