diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-11-13 19:13:41 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-11-13 19:29:17 -0500 |
commit | 02009ef657e884a4e94754a9da25277230b7c889 (patch) | |
tree | 1bccf5a7744678ec8a64715c2c8e1521c082803a /pango-view | |
parent | d2c319b9ded8cce864914d9f1fd704a7aff3112f (diff) | |
download | pango-02009ef657e884a4e94754a9da25277230b7c889.tar.gz |
Rename configure.in to configure.ac
autoconf is going to drop support for .in at some point.
Diffstat (limited to 'pango-view')
-rw-r--r-- | pango-view/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ |