On 11-10-18 11:53 AM, Frank Lanitz wrote:
On Tue, 18 Oct 2011 20:51:56 +0200 Frank Lanitzfrank@frank.uvena.de wrote:
Hi folks,
I just tried autotools build for geany-plugins and received geanypg/Makefile.am:1: ENABLE_GEANYCFP does not appear in AM_CONDITIONAL Is this something we need to worry about?
Another one on running configure
config.status: error: cannot find input file: `geanyprj/Makefile.in'
I've had this lots of times with Autotools. I don't know what causes it, but I think I usually fix it by re-running ./autogen.sh or autoreconf -vfi. You might need to touch the missing Makefile.in so that it exists first.
Cheers, Matthew Brush