diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-11-21 17:28:32 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-26 14:09:18 -0500 |
commit | 1e50b971bf7273f958e11cbcf3dc07a6fab04335 (patch) | |
tree | cea1f7fa976529462d5e4f0abfe0212aa9cc6320 /configure.ac | |
parent | ceecddadf923ceae76c12057103ec7a409718a34 (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.ac | 1 |
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 |