From 0b8f7788832483f7c419e6172e8aea4ac4696f7c 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 --HG-- rename : test/configure.in => test/configure.ac --- 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 7f402c0a8..fe0dfad08 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