X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=a3ac72f892bcd94d50f1415619b2c139afbb7472;hb=b9c784fd54b8e5e3f5ee135dc727f616e6b54a0f;hp=eef68ec553ad3c6d3e2d706dd0d9051ebc690959;hpb=3fd35d1c850415cba18ca3aa77314afb5b86d567;p=platform%2Fupstream%2Flibexif.git diff --git a/configure.ac b/configure.ac index eef68ec..a3ac72f 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,10 @@ AM_MAINTAINER_MODE m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])]) AM_SILENT_RULES([no]) +# Checks for programs. +m4_pattern_allow([AM_PROG_AR]) +AM_PROG_AR + if test ! -d "$srcdir/m4m"; then AC_MSG_ERROR([ You are missing the m4m/ directory in your top @@ -99,6 +103,10 @@ AC_ARG_ENABLE([ship-binaries], AM_CONDITIONAL([SHIP_BINARIES],[$ship_binaries]) GP_CONFIG_MSG([Ship binaries in tarball],[$ship_binaries]) +enable_docs=false +AM_CONDITIONAL([BUILD_DOCS],[$enable_docs]) +AM_CONDITIONAL([HAVE_DOXYGEN],[$enable_docs]) + dnl --------------------------------------------------------------------------- dnl Whether -lm is required for our math functions