./autogen.sh --prefix /home/marco/sugar-jhbuild/build --disable-static --disable-gtk-doc aclocal-1.9 -I /home/marco/sugar-jhbuild/build/share/aclocal Makefile.am:132: `dist_doc_DATA' is used but `docdir' is undefined Makefile.am:137: `nodist_doc_DATA' is used but `docdir' is undefined ... configure: creating ./config.status config.status: creating Makefile config.status: error: cannot find input file: Makefile.in
Created attachment 8485 [details] [review] Just for reference, the work around I'm using to get it to build
configure.ac should contain AC_PREREQ(2.59c) so docdir works. I'm not sure what impact this has on jhbuild users, though?
Requirement of Autoconf 2.59c (rather than the previous 2.52) added in configure.ac.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.