From 98919bdb2ec92be4bd469b71911daaef63787c92 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 4 Feb 2005 10:43:58 -0500 Subject: Add support for maintainer mode, which enables the makefile rules to rebuild the configure script from configure.in, and to reubuild the .gmo files in po directory. --- MCONFIG.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MCONFIG.in') diff --git a/MCONFIG.in b/MCONFIG.in index 88aaf8a5..ce6329f7 100644 --- a/MCONFIG.in +++ b/MCONFIG.in @@ -170,8 +170,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/MCONFIG \ $(DEP_MAKEFILE) $(top_builddir)/config.status cd $(top_builddir); CONFIG_FILES=$(my_dir)/Makefile ./config.status -$(top_srcdir)/configure: $(top_srcdir)/configure.in - cd $(top_srcdir) && autoconf +@MAINTAINER_CMT@$(top_srcdir)/configure: $(top_srcdir)/configure.in +@MAINTAINER_CMT@ cd $(top_srcdir) && autoconf # # Make depend magic... -- cgit v1.2.3