summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-11-13 19:13:41 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-11-13 19:29:17 -0500
commit02009ef657e884a4e94754a9da25277230b7c889 (patch)
tree1bccf5a7744678ec8a64715c2c8e1521c082803a
parentd2c319b9ded8cce864914d9f1fd704a7aff3112f (diff)
downloadpango-02009ef657e884a4e94754a9da25277230b7c889.tar.gz
Rename configure.in to configure.ac
autoconf is going to drop support for .in at some point.
-rw-r--r--configure.ac (renamed from configure.in)0
-rw-r--r--pango-view/Makefile.am2
2 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.ac
index a0e00578..a0e00578 100644
--- a/configure.in
+++ b/configure.ac
diff --git a/pango-view/Makefile.am b/pango-view/Makefile.am
index e8a3a4ce..7b6e568f 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" \