From 1febfedf85760f06ea8dbb76d2dcb1151e8e3726 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 2 Apr 2019 05:31:08 -0700 Subject: [PATCH] configure.in: Rename configure.ac to fix an 'aclocal' warning --- configure | 2 +- test/{configure.in => configure.ac} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{configure.in => configure.ac} (100%) diff --git a/configure b/configure index 7f402c0a82037..fe0dfad080d92 100755 --- a/configure +++ b/configure @@ -25159,7 +25159,7 @@ $as_echo "#define SDL_TIMER_UNIX 1" >>confdefs.h ;; *) as_fn_error $? " -*** Unsupported host: Please add to configure.in +*** Unsupported host: Please add to configure.ac " "$LINENO" 5 ;; esac diff --git a/test/configure.in b/test/configure.ac similarity index 100% rename from test/configure.in rename to test/configure.ac