aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-22 19:10:47 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-22 20:13:10 +0200
commit6219111ed7d6b50f68ebcab5b65517f8b3572ad8 (patch)
treea0f8f9cd36faf6664dbcb307839c9b5cc0f6e961 /configure.ac
parentdba228452df014b6302eae5c5d97963fedebe6d3 (diff)
downloadqpdf-6219111ed7d6b50f68ebcab5b65517f8b3572ad8.tar.zst
Update references to README files
Most of the README files have been renamed. Refer to the new names.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8d8e2d15..42d810d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -228,7 +228,7 @@ AC_MSG_CHECKING(which build rules to use)
AC_SUBST(BUILDRULES)
AC_ARG_WITH(buildrules,
AS_HELP_STRING([--with-buildrules=rules],
- [which build rules to use; see README]),
+ [which build rules to use; see README.md]),
[BUILDRULES=$withval],
[BUILDRULES=libtool])
AC_MSG_RESULT($BUILDRULES)