From ffc9b006b8358644c054c5e4c2929791efec7475 Mon Sep 17 00:00:00 2001 From: Frederic Marchal Date: Mon, 25 May 2015 20:45:47 +0200 Subject: [PATCH] Rename configure.in as configure.ac Automake 1.14 will deprecate configure.in. Only configure.ac will be accepted and processed. Git doesn't show it at all but nothing was changed inside the file itself. Only its name was changed. --- 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 -- 2.47.2