From: Fridrich Strba Date: Mon, 8 Mar 2010 10:44:44 +0000 (+0100) Subject: Check for gperf during configure X-Git-Tag: upstream/3.7.4~3293 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=850aab4bf1f3fd5e99ddfca4ff5d251a47470146;p=platform%2Fupstream%2Fevolution-data-server.git Check for gperf during configure --- diff --git a/camel/providers/imapx/Makefile.am b/camel/providers/imapx/Makefile.am index 6bb3517..72b2d25 100644 --- a/camel/providers/imapx/Makefile.am +++ b/camel/providers/imapx/Makefile.am @@ -32,7 +32,7 @@ noinst_HEADERS = \ camel-imapx-utils.h camel-imapx-tokenise.h: camel-imapx-tokens.txt - gperf -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$$ $< > $@ + @GPERF@ -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$$ $< > $@ libcamelimapx_la_LIBADD = \ $(top_builddir)/libedataserver/libedataserver-${API_VERSION}.la \ diff --git a/configure.ac b/configure.ac index cc98500..c4201638 100644 --- a/configure.ac +++ b/configure.ac @@ -1413,6 +1413,11 @@ AC_PATH_PROG(GCONFTOOL, gconftool-2, [no]) AM_GCONF_SOURCE_2 dnl ****************************** +dnl gperf stuff +dnl ****************************** +AC_PATH_PROG(GPERF, gperf, [no]) + +dnl ****************************** dnl Makefiles dnl ****************************** export privlibdir