comparison 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
comparison
equal deleted inserted replaced
307:667e49f52168 308:6cb3c072be3f
17 else 17 else
18 prefix=$prefix 18 prefix=$prefix
19 fi 19 fi
20 20
21 AM_PATH_GTK_2_0(2.4.0,,AC_MSG_ERROR(GTK+ >= 2.4.0 not installed.)) 21 AM_PATH_GTK_2_0(2.4.0,,AC_MSG_ERROR(GTK+ >= 2.4.0 not installed.))
22 AC_PATH_PROGS(GDK_PIXBUF_CSOURCE, "gdk-pixbuf-csource")
22 23
23 AC_DEFINE_UNQUOTED(GQ_HELPDIR, "$prefix/share/doc/geeqie-$VERSION", [Location of documentation files]) 24 AC_DEFINE_UNQUOTED(GQ_HELPDIR, "$prefix/share/doc/geeqie-$VERSION", [Location of documentation files])
24 AC_DEFINE_UNQUOTED(GQ_HTMLDIR, "$prefix/share/doc/geeqie-$VERSION/html", [Location of html documentation]) 25 AC_DEFINE_UNQUOTED(GQ_HTMLDIR, "$prefix/share/doc/geeqie-$VERSION/html", [Location of html documentation])
25 26
26 dnl checks for functions 27 dnl checks for functions