summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-11-15 13:55:25 -0500
committerGaetan Nadon <memsize@videotron.ca>2009-11-15 13:55:25 -0500
commitda7f6b2a819ccd47d0490129cac0facda127d222 (patch)
tree42ab74905ab00b2b0616aa02359cb969000cda03
parent424b7b0347854a31bf6e0b380c702e3c70a83f3d (diff)
downloadxorg-proto-xf86dgaproto-da7f6b2a819ccd47d0490129cac0facda127d222.tar.gz
configure.ac: AM_MAINTAINER_MODE missing #24238
This turns off maintainer mode build rules in tarballs. Works in conjunction with autogen.sh --enable-maintainer-mode
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index eb75046..73720a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,7 @@
AC_PREREQ([2.57])
AC_INIT([XF86DGAProto], [2.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_MAINTAINER_MODE
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.3 or later before running autoconf/autogen])])