diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-05 19:08:17 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-05 19:08:17 +0000 |
commit | eea46bada6347f5206b340e432d9de878d085579 (patch) | |
tree | bc0378199f5aa68130a83ac0899101de412b1678 /configure.ac | |
parent | 7b2114ae211a9fee11dffc77f751898b4236f07d (diff) |
Add missing XORG_RELEASE_VERSION to configure.ac.MODULAR_COPY
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6c01f03..742f12d 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,8 @@ AM_MAINTAINER_MODE AC_PROG_INSTALL +XORG_RELEASE_VERSION + AC_OUTPUT([ Makefile ]) |