From b3fea67385bf38846a7a4bdf9278fa9adf4fbbd1 Mon Sep 17 00:00:00 2001 From: Ross Lagerwall Date: Mon, 3 Sep 2012 08:37:25 +0200 Subject: [PATCH] Rename configure.in to configure.ac. ".ac" is the preferred extension. --- Makefile.am | 2 +- configure.in => configure.ac | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename configure.in => configure.ac (100%) diff --git a/Makefile.am b/Makefile.am index 955f25de..1b6cfcae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -88,7 +88,7 @@ endif pkgconfigdir=$(libdir)/pkgconfig LIBEVENT_PKGCONFIG=libevent.pc -# These sources are conditionally added by configure.in or conditionally +# These sources are conditionally added by configure.ac or conditionally # included from other files. PLATFORM_DEPENDENT_SRC = \ arc4random.c \ diff --git a/configure.in b/configure.ac similarity index 100% rename from configure.in rename to configure.ac