Enable maintainer-mode (so that Makefiles are automatically rebuilt if
authorMichael Matz <matz@suse.de>
Fri, 12 Oct 2007 15:07:26 +0000 (15:07 +0000)
committerMichael Matz <matz@suse.de>
Fri, 12 Oct 2007 15:07:26 +0000 (15:07 +0000)
Makefile.am changes).

configure.in

index 1fd1acd..87a8a95 100644 (file)
@@ -8,7 +8,6 @@ AC_CONFIG_SRCDIR(src/solver.c)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 
 AM_CONFIG_HEADER(config.h)
-AM_MAINTAINER_MODE
 AC_PROG_MAKE_SET
 
 dnl ***************************