summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-11-21 17:28:32 -0500
committerGaetan Nadon <memsize@videotron.ca>2009-11-26 14:09:18 -0500
commit1e50b971bf7273f958e11cbcf3dc07a6fab04335 (patch)
treecea1f7fa976529462d5e4f0abfe0212aa9cc6320 /configure.ac
parentceecddadf923ceae76c12057103ec7a409718a34 (diff)
xorg-macros.pc.in: create a meta data file for util-macros
This is motivated primarly by XORG_INSTALL who needs to locate the docdir when invoked from any module that may not be installed using same prefix (default or otherwise). There are other potential use for this file.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8b1d450..4daec6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,5 +40,6 @@ m4_include([xorgversion.m4])
XORG_RELEASE_VERSION
XORG_CHANGELOG
+AC_CONFIG_FILES([xorg-macros.pc])
AC_CONFIG_FILES([Makefile xorg-macros.m4:xorg-macros.m4.in:xorgversion.m4])
AC_OUTPUT