up vote 2 down vote favorite
share [g+] share [fb]

Can you please tell me what are the differences between Makefile.am and Makefile.in? What about acinclude.m4 and aclocal.m4 files? I am trying to compile a cpp project on Linux.

link|improve this question

17% accept rate
Do you have root permissions on this machine? What distro of Linux? Ubuntu? Redhat? Suse? – Ross Rogers Jan 15 '10 at 0:58
feedback

1 Answer

  • Makefile.am is the automake source file.
  • Makefile.in is generated by automake from Makefile.am
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.