summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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