[pango] Rename configure.in to configure.ac



commit 02009ef657e884a4e94754a9da25277230b7c889
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Nov 13 19:13:41 2012 -0500

    Rename configure.in to configure.ac
    
    autoconf is going to drop support for .in at some point.

 configure.in => configure.ac |    0
 pango-view/Makefile.am       |    2 +-
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.ac
similarity index 100%
rename from configure.in
rename to configure.ac
diff --git a/pango-view/Makefile.am b/pango-view/Makefile.am
index e8a3a4c..7b6e568 100644
--- a/pango-view/Makefile.am
+++ b/pango-view/Makefile.am
@@ -86,7 +86,7 @@ nodist_man_MANS = pango-view.1
 
 # The indirection through pango-view.1.in is to make parallel build work.
 # See bug 587768.
-$(srcdir)/pango-view.1.in: ../configure.in $(pango_view_SOURCES)
+$(srcdir)/pango-view.1.in: ../configure.ac $(pango_view_SOURCES)
 	$(AM_V_GEN) $(top_srcdir)/missing --run \
 	   help2man --no-info --section=1 \
 		    --help-option="--help-all" --output="$  tmp" \



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