The problem is caused by 3 bad lines in agent/Makefile.am. This patch fixes that 
and a few other indentation problems.
Description
Description
Details
Details
- Version
- master
Related Objects
Related Objects
- Mentioned Here
- D177: 381_0001-Fix-Makefile.am-indentation.patch
Event Timeline
Comment Actions
I can't see any problem with this Makefile.am.  Maybe your automake version is
broken.
Comment Actions
Lines 74, 75 and 76 of agent/Makefile.am are copied near the end of 
agent/Makefile.in and then to agent/Makefile. Because of the first of them make 
exits. `Makefile:1565: *** missing separator (did you mean TAB instead of 8 
spaces?).  Stop.'
Comment Actions
Which automake version are you using?
Which version of make are you using?
Which OS are you using?