Need directory m4/ which causes build failure

Issue #63 resolved
Lulin Lulin created an issue

Code in monit-5.8.1/Makefile.in:

     436: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
     437:     $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
     438: $(am__aclocal_m4_deps):

The partly extension of the code above is:

    436: monit-5.8.1/aclocal.m4: monit-5.8.1/configure.ac
    437:     cd monit-5.8.1 && $(ACLOCAL) -I m4

where ACLOCAL_AMFLAGS is equal to '-I m4', but there is no directory 'm4' in monit-5.8.1.

This problem occurs if the modification time stamp of configure.ac is newer than aclocal.m4.

Comments (4)

  1. Log in to comment