Cannot regenerate correct aclocal.m4
Closed this issue · 1 comments
Describe the bug
aclocal can not regenerate a correct aclocal.m4, because scripts/autoconf/m4 and needed contents do not exist. configure.in contains the line "AC_CONFIG_MACRO_DIR(scripts/autoconf/m4)", and from commit 3b7ceb3 it seems evident that the directory is supposed to exist and some python support code is supposed to be in there.
To Reproduce
Steps to reproduce the behavior:
Run aclocal in the source directory.
Expected behaviour
aclocal.m4 gets generated with the expected content.
Actual behaviour
aclocal.m4 prints "aclocal: warning: couldn't open directory 'scripts/autoconf/m4': No such file or directory" and the resulting aclocal.m4 file lacks the python support code that was added by commit 3b7ceb3.
@Kalamatee do you have the missing file in your local repo and forgot to push it?