http://bugs.openzim.org/show_bug.cgi?id=29
Summary: SVN r333 does not always compile Product: openZIM Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: major Priority: P5 Component: zimlib AssignedTo: tommi@tntnet.org ReportedBy: emmanuel@engelhart.org CC: dev-l@openzim.org Estimated Hours: 0.0
On one of my computer (old Ubuntu Hardy x86_32) the zimlib trunk does not compile anymore. In fact the configure script fails:
configure: creating ./config.status config.status: error: cannot find input file: Makefile.in
See the log: http://www.kiwix.org/tmp/config.log
The problem was introduced with r333, with r332 it works.
http://bugs.openzim.org/show_bug.cgi?id=29
--- Comment #1 from Emmanuel Engelhart emmanuel@engelhart.org 2010-10-25 20:40:50 CET --- Here the patch:
$ svn diff configure.in Index: configure.in =================================================================== --- configure.in (revision 335) +++ configure.in (working copy) @@ -10,6 +10,8 @@ AC_CONFIG_HEADERS([src/config.h]) AC_CONFIG_SRCDIR([src/file.cpp])
+AM_PROG_CC_C_O + AC_PROG_CC AC_PROG_CXX AC_PROG_LIBTOOL