configure.ac: remove enable maintainer mode.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Tue, 21 Aug 2012 13:52:03 +0000 (10:52 -0300)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Tue, 21 Aug 2012 13:52:03 +0000 (10:52 -0300)
this just causes trouble to people that are updating code without
--enable-maintainer-mode.

configure.ac

index 37e9a3c..0625278 100644 (file)
@@ -7,8 +7,6 @@ AC_CONFIG_MACRO_DIR([m4])
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
-AM_MAINTAINER_MODE
-
 PKG_PROG_PKG_CONFIG
 
 AC_LANG_C