diff configure.in @ 308:6cb3c072be3f

ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource, so add a test for it in configure. Wrap generated headers files with #ifdef/#endif and add a comment related to their auto-generated nature. Make the generation itself quiet, but display a message on error. Make these targets depend on respective Makefile.in.
author zas_
date Fri, 11 Apr 2008 13:07:48 +0000
parents 72445e31aa58
children b8731e13028b
line wrap: on
line diff
--- a/configure.in	Fri Apr 11 12:31:32 2008 +0000
+++ b/configure.in	Fri Apr 11 13:07:48 2008 +0000
@@ -19,6 +19,7 @@
 fi
 
 AM_PATH_GTK_2_0(2.4.0,,AC_MSG_ERROR(GTK+ >= 2.4.0 not installed.))
+AC_PATH_PROGS(GDK_PIXBUF_CSOURCE, "gdk-pixbuf-csource")
 
 AC_DEFINE_UNQUOTED(GQ_HELPDIR, "$prefix/share/doc/geeqie-$VERSION", [Location of documentation files])
 AC_DEFINE_UNQUOTED(GQ_HTMLDIR, "$prefix/share/doc/geeqie-$VERSION/html", [Location of html documentation])