ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RP] Please add AM_MAINTAINER_MODE to configure.in


From: Bernhard R. Link
Subject: [RP] Please add AM_MAINTAINER_MODE to configure.in
Date: Thu, 23 Dec 2004 21:01:39 +0100
User-agent: Mutt/1.3.28i

It would be really nice to have AM_MAINTAINER_MODE in the
configure.in. With this added make will only regenerate
Makefile.in, configure and all this stuff, when an explicit
--enable-maintainer-mode is given to ./configure. This way
it does not always havoc, when timestamps go bad, the
wrong (or none) autotools are installed and so on.

Hochachtungsvoll,
        Bernhard R. Link

Index: configure.in
===================================================================
RCS file: /cvsroot/ratpoison/ratpoison/configure.in,v
retrieving revision 1.49
diff -u -r1.49 configure.in
--- configure.in        3 Dec 2004 01:20:56 -0000       1.49
+++ configure.in        23 Dec 2004 19:46:10 -0000
@@ -22,6 +22,8 @@
 AC_INIT(src/main.c)
 AM_INIT_AUTOMAKE(ratpoison, 1.3.1-CVS)
 
+AM_MAINTAINER_MODE
+
 AM_CONFIG_HEADER(src/config.h)
 
 AC_CANONICAL_HOST




reply via email to

[Prev in Thread] Current Thread [Next in Thread]