summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOliver Hattshire <hattshire@gmail.com>2022-09-11 16:41:36 +0000
committerThomas E. Dickey <dickey@his.com>2022-09-11 16:41:36 +0000
commita7d99992bff95237a1e51ce5c6cbf9429516b9eb (patch)
treea42b752234bf17cbcdc0ed1d7a1343cf0b033e48 /configure.ac
parent869d2b7ae8deda46f8ea6fba226455533683b0e4 (diff)
downloadxorg-lib-libXrender-a7d99992bff95237a1e51ce5c6cbf9429516b9eb.tar.gz
WIP: Documentation
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index efd199c..df43249 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,9 @@ AC_INIT(libXrender, [0.9.10],
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
+PACKAGE_BRIEF="Library for the Render Extension to the X11 protocol"
+AC_SUBST(PACKAGE_BRIEF)
+
# Initialize Automake
AM_INIT_AUTOMAKE([foreign dist-xz])
@@ -60,5 +63,6 @@ PKG_CHECK_MODULES(RENDER, [x11 >= 1.6] renderproto >= $RENDER_VERSION)
AC_CONFIG_FILES([Makefile
src/Makefile
+ Doxyfile
xrender.pc])
AC_OUTPUT