diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-27 15:49:41 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-27 15:49:41 -0200 |
commit | 346743f346bf0eec479d2379c3782f548f3145a3 (patch) | |
tree | 187abc60a16844972f68c78ecac11bbe17f60208 /configure.ac | |
parent | a89eba12b88853d7b52b65207da3211d0ace10a9 (diff) |
Correct make distcheck and add new .gitignore file.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 426d4a4..a9c4406 100644 --- a/configure.ac +++ b/configure.ac @@ -25,9 +25,13 @@ AC_INIT(xorg-sgml-doctools,[1.2], [https://bugs.freedesktop.org/enter_bug.cgi?pr AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE +# Require xorg-macros: XORG_CWARNFLAGS, XORG_CHANGELOG +m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 or later before running autoconf/autogen])]) +XORG_MACROS_VERSION(1.2) AC_PROG_INSTALL XORG_RELEASE_VERSION +XORG_CHANGELOG AC_OUTPUT([ Makefile |