[beast/temp-rc1] BUILD: rename configure.in to configure.ac



commit 7f645b81e143cb432119693e4ed4cd987df3f1dd
Author: Tim Janik <timj gnu org>
Date:   Fri Oct 17 01:49:53 2014 +0200

    BUILD: rename configure.in to configure.ac

 Makefile.am                  |    2 +-
 configure.in => configure.ac |    2 +-
 topconfig.h                  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 73dfbec..fa67336 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,7 @@ release-check:
        @echo "Checking for unlisted contributors..."
        @$(srcdir)/mkrelease.sh contributors -X -B timj,stw -C $(srcdir)/beast-gtk/bstmain.c
 release-upload: ChangeLog
-       $(srcdir)/mkrelease.sh upload -U dist.testbit.eu:dist/beast/v0.8/ -E configure.in:BSE_MICRO_VERSION
+       $(srcdir)/mkrelease.sh upload -U dist.testbit.eu:dist/beast/v0.8/ -E configure.ac:BSE_MICRO_VERSION
 .PHONY: release-news release-check release-upload
 
 # == Dist Fixes ==
diff --git a/configure.in b/configure.ac
similarity index 99%
rename from configure.in
rename to configure.ac
index 5ca6c59..8e1d07a 100644
--- a/configure.in
+++ b/configure.ac
@@ -8,7 +8,7 @@ m4_include(autotools/glib-gettext.m4)
 #
 # Configure script for BEAST/BSE
 #
-AC_INIT(beast, m4_esyscmd(./mkrelease.sh shellvar configure.in:BST_VERSION))
+AC_INIT(beast, m4_esyscmd(./mkrelease.sh shellvar configure.ac:BST_VERSION))
 AC_CONFIG_SRCDIR([bse/bseconfig.h.in])
 AM_CONFIG_HEADER(configure.h)
 AC_CONFIG_AUX_DIR([autotools])
diff --git a/topconfig.h b/topconfig.h
index 87f9fd2..616d4fc 100644
--- a/topconfig.h
+++ b/topconfig.h
@@ -1,5 +1,5 @@
 
-/* generated by configure.in */
+/* generated by configure.ac */
 #include "configure.h"
 
 /* generated by Makefile.am */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]