summaryrefslogtreecommitdiff
path: root/MCONFIG.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2005-02-04 10:43:58 -0500
committerTheodore Ts'o <tytso@mit.edu>2005-02-04 10:43:58 -0500
commit98919bdb2ec92be4bd469b71911daaef63787c92 (patch)
tree64e1ca126808e60688c237d2d819fc105571f314 /MCONFIG.in
parentdbb2a1014a553a1d6df83c4cb718ba645ae952f0 (diff)
downloade2fsprogs-98919bdb2ec92be4bd469b71911daaef63787c92.tar.gz
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.
Diffstat (limited to 'MCONFIG.in')
-rw-r--r--MCONFIG.in4
1 files changed, 2 insertions, 2 deletions
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...