summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xxcb-demo/autogen.sh2
-rw-r--r--xcb-demo/configure.ac1
-rwxr-xr-xxcb-proto/autogen.sh2
-rw-r--r--xcb-proto/configure.ac2
-rwxr-xr-xxcb/autogen.sh2
-rw-r--r--xcb/configure.ac2
6 files changed, 3 insertions, 8 deletions
diff --git a/xcb-demo/autogen.sh b/xcb-demo/autogen.sh
index b1376df..d68a142 100755
--- a/xcb-demo/autogen.sh
+++ b/xcb-demo/autogen.sh
@@ -1,3 +1,3 @@
#! /bin/sh
autoreconf -v --install || exit 1
-./configure --enable-maintainer-mode "$@"
+./configure "$@"
diff --git a/xcb-demo/configure.ac b/xcb-demo/configure.ac
index 443a06a..b96f694 100644
--- a/xcb-demo/configure.ac
+++ b/xcb-demo/configure.ac
@@ -2,7 +2,6 @@ AC_PREREQ(2.57)
AC_INIT([xcb-demo],0.8,[jamey@minilop.net])
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
-AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
diff --git a/xcb-proto/autogen.sh b/xcb-proto/autogen.sh
index b1376df..d68a142 100755
--- a/xcb-proto/autogen.sh
+++ b/xcb-proto/autogen.sh
@@ -1,3 +1,3 @@
#! /bin/sh
autoreconf -v --install || exit 1
-./configure --enable-maintainer-mode "$@"
+./configure "$@"
diff --git a/xcb-proto/configure.ac b/xcb-proto/configure.ac
index bc29969..35b5a20 100644
--- a/xcb-proto/configure.ac
+++ b/xcb-proto/configure.ac
@@ -8,8 +8,6 @@ AC_INIT([XCBProto],
AC_CONFIG_SRCDIR([xcb-proto.pc.in])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
-AM_MAINTAINER_MODE
-
xcbincludedir='${includedir}/X11/XCB'
AC_SUBST(xcbincludedir)
diff --git a/xcb/autogen.sh b/xcb/autogen.sh
index b1376df..d68a142 100755
--- a/xcb/autogen.sh
+++ b/xcb/autogen.sh
@@ -1,3 +1,3 @@
#! /bin/sh
autoreconf -v --install || exit 1
-./configure --enable-maintainer-mode "$@"
+./configure "$@"
diff --git a/xcb/configure.ac b/xcb/configure.ac
index 68384d9..ee93092 100644
--- a/xcb/configure.ac
+++ b/xcb/configure.ac
@@ -8,8 +8,6 @@ AC_INIT([libXCB],
AC_CONFIG_SRCDIR([xcb.pc.in])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
-AM_MAINTAINER_MODE
-
AC_CONFIG_HEADERS([src/config.h])
AC_PROG_LIBTOOL