I recently installed the autotools plugin for eclipse. I made the Makefile.am for each source subdirectory. I also included the AM_INIT_MAKEFILE macro in the configure.ac file. The plugin DOES use autoreconf -i
. The problem is that I get an error anytime I try to build that says,config.status: error: cannot find input file: 'Makefile.in'
Which indicates that automake was never ran. Any ideas?
1
votes
autoreconf -i
. Maybe you can find something related to that in the GUI? (I'm not familiar with the plugin.) – dennycrane