diff options
author | sabetts <sabetts> | 2005-01-15 17:09:09 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2005-01-15 17:09:09 +0000 |
commit | 02a44d0f88659e9753c355e158e6614d31273ebd (patch) | |
tree | bd62ef228d69079240a3c9be1f4eaf99de8ff0e7 | |
parent | 47c3a7c2bed43e9c73c87be8283af1bd4f216e82 (diff) | |
download | ratpoison-02a44d0f88659e9753c355e158e6614d31273ebd.zip |
add AM_MAINTAINER_MODE
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2005-01-15 Shawn Betts <katia_dilkina@verizon.net> + * configure.in: add AM_MAINTAINER_MODE + * src/globals.h (rp_exec_newwm): new extern. * src/globals.c (rp_exec_newwm): new global. diff --git a/configure.in b/configure.in index 27ada6e..6a49592 100644 --- a/configure.in +++ b/configure.in @@ -17,11 +17,13 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl -dnl $Id: configure.in,v 1.49 2004/12/03 01:20:56 sabetts Exp $ +dnl $Id: configure.in,v 1.50 2005/01/15 17:09:09 sabetts Exp $ 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 |