automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[automake-commit] branch master updated: fix: autoreconf fails due to .m


From: Jim Meyering
Subject: [automake-commit] branch master updated: fix: autoreconf fails due to .m4 files added but not installed
Date: Sat, 28 May 2022 12:30:13 -0400

This is an automated email from the git hooks/post-receive script.

meyering pushed a commit to branch master
in repository automake.

View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=208f103f2607eaed95aa0d227c5627b4363ffb7b

The following commit(s) were added to refs/heads/master by this push:
     new 208f103f2 fix: autoreconf fails due to .m4 files added but not 
installed
208f103f2 is described below

commit 208f103f2607eaed95aa0d227c5627b4363ffb7b
Author: Jim Meyering <meyering@fb.com>
AuthorDate: Mon May 23 23:20:37 2022 -0700

    fix: autoreconf fails due to .m4 files added but not installed
    
    * m4/local.mk (dist_automake_ac_DATA): Add both rmf.m4 and xargsn.m4.
    Building grep from "make maintainer-clean" state, failed like this:
      configure.ac:41: warning: _AM_PROG_RM_F is m4_require'd but not\
        m4_defun'd
      configure.ac:41: warning: _AM_PROG_XARGS_N is m4_require'd but not\
        m4_defun'd
      configure:5058: error: possibly undefined macro: _AM_PROG_RM_F
      configure:5059: error: possibly undefined macro: _AM_PROG_XARGS_N
---
 m4/local.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/m4/local.mk b/m4/local.mk
index 3bc333b7b..7ed018996 100644
--- a/m4/local.mk
+++ b/m4/local.mk
@@ -46,6 +46,7 @@ dist_automake_ac_DATA = \
   %D%/options.m4 \
   %D%/python.m4 \
   %D%/prog-cc-c-o.m4 \
+  %D%/rmf.m4 \
   %D%/runlog.m4 \
   %D%/sanity.m4 \
   %D%/silent.m4 \
@@ -53,7 +54,8 @@ dist_automake_ac_DATA = \
   %D%/substnot.m4 \
   %D%/tar.m4 \
   %D%/upc.m4 \
-  %D%/vala.m4
+  %D%/vala.m4 \
+  %D%/xargsn.m4
 
 dist_system_ac_DATA = %D%/acdir/README
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]