Damien Sandras wrote:
Le mercredi 12 mars 2008 à 20:49 +0000, Andrea a écrit :Stefan Bruens wrote:@Andrea: can you change your configure.in according to my recommendation, run 'autoreconf' afterwards and check if configure still fails?StefanDone. It looks like it is working. Good job.Can you post a patch ? Thanks,
Sure. Here it is.
--- /tmp/configure.in~ 2008-03-12 21:20:29.925476633 +0000
+++ configure.in 2008-03-12 21:22:29.000000000 +0000
@@ -60,8 +60,8 @@
if test ${enable_gnome} = yes && test ${enable_doc} = yes; then
GNOME_DOC_INIT
else
-ENABLE_SK_TRUE="#"
-ENABLE_SK_FALSE=""
+dnl Do not care if GDU is not found
+GNOME_DOC_INIT(,,[:])
fi
AM_CONDITIONAL(DISABLE_DOC, test ${enable_doc} = no)