Mercurial > geeqie.yaz
comparison configure.in @ 177:0ca3b4c8ffae
started exiv2 integration
author | nadvornik |
---|---|
date | Wed, 13 Feb 2008 14:46:23 +0000 |
parents | 648881af5fb1 |
children | d324b284e183 |
comparison
equal
deleted
inserted
replaced
176:695e1ad3b169 | 177:0ca3b4c8ffae |
---|---|
5 | 5 |
6 AM_MAINTAINER_MODE | 6 AM_MAINTAINER_MODE |
7 | 7 |
8 AC_ISC_POSIX | 8 AC_ISC_POSIX |
9 AC_PROG_CC | 9 AC_PROG_CC |
10 AC_PROG_CXX | |
10 AC_STDC_HEADERS | 11 AC_STDC_HEADERS |
11 AC_ARG_PROGRAM | 12 AC_ARG_PROGRAM |
12 | 13 |
13 dnl reasonable guesses for where stuff is installed | 14 dnl reasonable guesses for where stuff is installed |
14 if test "x$prefix" = "xNONE"; then | 15 if test "x$prefix" = "xNONE"; then |
47 fi | 48 fi |
48 else | 49 else |
49 have_lcms="no (lcms support disabled)" | 50 have_lcms="no (lcms support disabled)" |
50 fi | 51 fi |
51 | 52 |
53 | |
54 PKG_CHECK_MODULES(EXIV2, exiv2 >= 0.11, | |
55 [ have_exiv2=yes | |
56 AC_DEFINE(HAVE_EXIV2, 1, have exiv2) ], | |
57 [ have_exiv2=no | |
58 AC_MSG_RESULT($EXIV2_PKG_ERRORS) ] ) | |
59 | |
52 AC_SUBST(LCMS_LIBS) | 60 AC_SUBST(LCMS_LIBS) |
53 AM_CONDITIONAL(HAVE_LCMS, test "$have_lcms" = "yes") | 61 AM_CONDITIONAL(HAVE_LCMS, test "$have_lcms" = "yes") |
54 | 62 |
55 ALL_LINGUAS="ar be bg ca cs da de eo es et eu fi fr hu id it ja ko nl no pl pt_BR ro ru sk sl sv th tr uk vi zh_CN.GB2312 zh_TW" | 63 ALL_LINGUAS="ar be bg ca cs da de eo es et eu fi fr hu id it ja ko nl no pl pt_BR ro ru sk sl sv th tr uk vi zh_CN.GB2312 zh_TW" |
56 GETTEXT_PACKAGE=$PACKAGE | 64 GETTEXT_PACKAGE=$PACKAGE |