From: Jim Meyering Date: Sat, 27 May 2006 15:51:19 +0000 (+0000) Subject: Use `AM_MAKEINFOFLAGS' rather than X-Git-Tag: v6.0~351 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=837d12dd602dbbf4051a3c045333d3bf8ddd1800;p=thirdparty%2Fcoreutils.git Use `AM_MAKEINFOFLAGS' rather than overwriting `MAKEINFO', so that `missing' can do its job. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index b9f0995500..b5e937144a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -11,7 +11,7 @@ EXTRA_DIST = perm.texi getdate.texi constants.texi doclicense.texi # Otherwise, it would also generate files with names like .info-[123], # and those names all map to one 14-byte name (.info-) on some crufty # old systems. -MAKEINFO = makeinfo --no-split +AM_MAKEINFOFLAGS = --no-split constants.texi: $(top_srcdir)/src/tail.c LC_ALL=C \