diff options
author | Jamey Sharp <jamey@minilop.net> | 2004-06-15 14:30:23 +0000 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2004-06-15 14:30:23 +0000 |
commit | 8330e8c53718a82fec00506aa8515337ca07c11a (patch) | |
tree | bcaee1d6b5c9b6797897e1bd114aa7bbec51eadf | |
parent | b6d54275b51660c082d05be630cd93e223bdd1ff (diff) |
I do not like maintainer mode.
-rwxr-xr-x | xcb-demo/autogen.sh | 2 | ||||
-rw-r--r-- | xcb-demo/configure.ac | 1 | ||||
-rwxr-xr-x | xcb-proto/autogen.sh | 2 | ||||
-rw-r--r-- | xcb-proto/configure.ac | 2 | ||||
-rwxr-xr-x | xcb/autogen.sh | 2 | ||||
-rw-r--r-- | xcb/configure.ac | 2 |
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 |