From d38a098ec6fce0aa18dd757677c5a07ff1a44163 Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Mon, 19 Oct 2015 20:20:56 +0900 Subject: [PATCH] Rename configure.in to configure.ac This name has been preferred since autoconf-2.52 and automake-1.5. Both were released in the summer of 2001. Support for configure.in is slated for removal in automake-2.0. The configure.ac file itself requires autoconf-2.54 or later (and does not care about the automake version). --- configure.in => configure.ac | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename configure.in => configure.ac (100%) diff --git a/configure.in b/configure.ac similarity index 100% rename from configure.in rename to configure.ac