summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.am21
-rw-r--r--m4/Makefile.in9
2 files changed, 21 insertions, 9 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am
index 7839bcf..d4b6e1a 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -1,7 +1,16 @@
-## Process this file with automake to produce Makefile.in
-
-ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = m4 intl lib libidu src lisp doc testsuite po
-EXTRA_DIST = README-alpha config.rpath mkinstalldirs autogen.sh
-
+EXTRA_DIST = alloca.m4 atexit.m4 closeout.m4 codeset.m4 \
+ d-ino.m4 error.m4 exclude.m4 exitfail.m4 extensions.m4 \
+ fnmatch.m4 fpending.m4 getcwd-path-max.m4 getcwd.m4 \
+ getopt.m4 gettext.m4 glibc2.m4 glibc21.m4 gnulib-cache.m4 \
+ gnulib-comp.m4 gnulib-tool.m4 iconv.m4 intdiv0.m4 intmax.m4 \
+ inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4 \
+ lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 longdouble.m4 \
+ longlong.m4 lstat.m4 mbchar.m4 mbiter.m4 mbrtowc.m4 \
+ mbstate_t.m4 memchr.m4 memcpy.m4 mempcpy.m4 memset.m4 \
+ nls.m4 obstack.m4 onceonly_2_57.m4 pathmax.m4 po.m4 \
+ printf-posix.m4 progtest.m4 quotearg.m4 regex.m4 \
+ restrict.m4 signed.m4 size_max.m4 stat-macros.m4 stdbool.m4 \
+ stdint_h.m4 strcase.m4 strcspn.m4 strdup.m4 strerror_r.m4 \
+ strpbrk.m4 strsep.m4 strstr.m4 uintmax_t.m4 ulonglong.m4 \
+ wchar_t.m4 wint_t.m4 xalloc.m4 xgetcwd.m4 xsize.m4
diff --git a/m4/Makefile.in b/m4/Makefile.in
index 43f75c4..59fe57e 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -139,6 +139,9 @@ LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
MAKEINFO = @MAKEINFO@
MKINSTALLDIRS = @MKINSTALLDIRS@
MSGFMT = @MSGFMT@
@@ -219,7 +222,7 @@ EXTRA_DIST = alloca.m4 atexit.m4 closeout.m4 codeset.m4 \
all: all-am
.SUFFIXES:
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -244,9 +247,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(top_srcdir)/configure: $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
uninstall-info-am:
tags: TAGS