close
Warning:
Error with navigation contributor "BrowserModule"
- Timestamp:
-
Feb 14, 2010, 9:33:04 PM (15 years ago)
- Author:
-
ohl
- Comment:
-
See the new description.
Don't panic. I'll fix this.
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
assigned
-
Property
Severity
changed from
normal
to
critical
-
Property
Summary
changed from
Remove ugliness from share/test Makefile.am
to
share/test/Makefile.am and/or test/Makefile.am modify $(srcdir)
-
Property
Priority
changed from
P3
to
P2
- Property Owner changed from ALL to ohl
-
v3
|
v11
|
|
1 | | make distcheck is broken my .m4 -> .sin conversion |
2 | | and idiosyncracies in the builddir /srcdir entanglement. |
| 1 | Makefiles must respect the separation of $(srcdir) and $(builddir). |
| 2 | {{{ |
| 3 | test/Makefile.am |
| 4 | share/test/Makefile.am |
| 5 | }}} |
| 6 | should be properly autotoolized. If there is foo.m4, then foo.sin should not be in $(srcdir). |