| Summary: | aclocal fails with 'cannot open ...' | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Mikhail Zabaluev <mhz> |
| Component: | automake_1.8 | Assignee: | Dmitry V. Levin <ldv> |
| Status: | CLOSED NOTABUG | QA Contact: | qa-sisyphus |
| Severity: | blocker | ||
| Priority: | P1 | ||
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
|
Description
Mikhail Zabaluev
2004-03-06 00:27:01 MSK
Well, all previous automake versions ignored this m4_include expression completely, you can see this by just renaming libgcrypt.m4 to foobar.m4. Since m4_include doesn't use dirlist (according to documentation, it just opens the file given as argument), I see no error in aclocal behaviour. In opencdk package, you should remove both aclocal.m4 and acinclude.m4 files. Automake should find all necessary macros using its dependency tracker logic. |