[Xbubble-commits] xbubble configure.ac,1.1,1.2

Martin Quinson xbubble-devel@lists.alioth.debian.org
Wed, 27 Apr 2005 15:03:29 +0000


Update of /cvsroot/xbubble/xbubble
In directory haydn:/tmp/cvs-serv15756

Modified Files:
	configure.ac 
Log Message:
enable all warnings, plus cosmetics

Index: configure.ac
===================================================================
RCS file: /cvsroot/xbubble/xbubble/configure.ac,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- configure.ac	6 Dec 2004 08:08:11 -0000	1.1
+++ configure.ac	27 Apr 2005 15:03:26 -0000	1.2
@@ -1,7 +1,6 @@
 dnl Process this file with autoconf to create configure.
 AC_INIT(README)
 AM_INIT_AUTOMAKE(xbubble,0.5.10)
-AM_MAINTAINER_MODE
 AM_CONFIG_HEADER([src/config.h])
 
 dnl Checks for programs.
@@ -54,5 +53,13 @@
 AM_GNU_GETTEXT([external])
 AC_DEFINE_UNQUOTED(LOCALEDIR,"$localedir",[Where to put the l10n])
 
+AM_MAINTAINER_MODE
+if test x$USE_MAINTAINER_MODE = xyes
+then
+   # Maintainers have no choice ! I'm a BOFH, and I plainly assume. [Mt]
+   enable_compile_warnings=yes
+fi
+SG_COMPILE_FLAGS
+
 AC_OUTPUT(Makefile src/Makefile man/Makefile data/Makefile \
-          po/Makefile.in m4/Makefile)
+          po/Makefile.in )