automake
[Top][All Lists]
Advanced

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

aclocal and AC_CONFIG_MACRO_DIR


From: Werner LEMBERG
Subject: aclocal and AC_CONFIG_MACRO_DIR
Date: Fri, 21 Jun 2013 20:27:29 +0200 (CEST)

[automake 1.14]

It seems that there are problems if AC_CONFIG_MACRO_DIR contains more
than a single directory.  Calling

  aclocal -I gnulib/m4 --force -I m4

within the attached bundle causes

  aclocal: error: couldn't open directory 'gnulib/m4 m4':
                  No such file or directory

If I comment out the lines

  AC_CONFIG_MACRO_DIR([gnulib/m4
                       m4])

the call succeeds.


    Werner


PS: Sorry for not sending a minimum example, but I don't have enough
    time to work on that.

Attachment: aclocal-problem.tar.xz
Description: Binary data


reply via email to

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