I did do that, before this error arose. Specifically, this happens: Running automake --gnu ... configure.ac:242: required file `GoogleScholar/Makefile.in' not found configure.ac:242: required file `GoogleScholar/Resources/ GoogleScholar.addin.xml.in' not found
And then proceeds: Running autoconf ... Running intltoolize --force --copy --automake ... Running ./configure ... configure: WARNING: unrecognized options: --enable-maintainer-mode During which it again gives the error about the files not existing On Mon, Jan 4, 2010 at 6:41 PM, Christopher James Halse Rogers < [email protected]> wrote: > On Tue, Jan 5, 2010 at 10:27 AM, Shane Steinert-Threlkeld > <[email protected]> wrote: > > This results in: > > > > config.status: error: cannot find input file: `GoogleScholar/Makefile.in' > > > > GoogleScholar being the plugin I'm writing and whose directory I added to > > Makefile.am > > > > But when I look at other plugins, their Makefile.in is autogenerated by > > automake, which is invoked by autogen and throws the error. > > > > What am I missing? > > You probably need to add GoogleScholar to SUBDIRS in the top-level > Makefile.am > > -- > > You received this message because you are subscribed to the Google Groups > "GNOME Do" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<gnome-do%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/gnome-do?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "GNOME Do" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/gnome-do?hl=en.
