~ubuntu-branches/ubuntu/intrepid/digikam/intrepid

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2008-01-04 09:26:34 UTC
  • mfrom: (1.2.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20080104092634-j9jp3tk6xjtopz8e
Tags: 2:0.9.3-1
* New upstream release

* Add myself in Uploaders field
* Remove tiffloader patch. Fixed upstream (Closes: #458434)
* Bump Standards-Version to 3.7.3
* Build with --as-needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
AC_ARG_PROGRAM
41
41
 
42
42
dnl Automake doc recommends to do this only here. (Janos)
43
 
AM_INIT_AUTOMAKE(digikam-0.9.3-rc1, "3.5.7") dnl searches for some needed programs
 
43
AM_INIT_AUTOMAKE(digikam-0.9.3, "3.5.8") dnl searches for some needed programs
44
44
 
45
45
KDE_SET_PREFIX
46
46
 
193
193
have_lcms='no'
194
194
if test "$have_lcms_header" = 'yes'
195
195
then
 
196
    saved_cflags="$CFLAGS"
 
197
    saved_ldflags="$LDFLAGS"
196
198
    saved_libs=$LIBS
197
199
    LIBS="$LIBS -llcms"
 
200
    CFLAGS="$CFLAGS $all_includes"
 
201
    LDFLAGS="$LDFLAGS $all_libraries"
198
202
    AC_TRY_LINK([
199
203
#define inline __inline /* gcc is in ansi mode */
200
204
#include LCMS_HEADER
206
210
],
207
211
        [LCMS_LIBS='-llcms'; have_lcms='yes'])
208
212
    LIBS=$saved_libs
 
213
    CFLAGS=$saved_cflags
 
214
    LDFLAGS=$saved_ldflags
209
215
fi
210
216
 
211
217
if test -z "$LCMS_LIBS"; then
274
280
if test "$PKGCONFIGFOUND" = "yes" ; then
275
281
   have_libkexiv2=no
276
282
 
277
 
   KDE_PKG_CHECK_MODULES(LIBKEXIV2, libkexiv2 >= 0.1.5,
 
283
   KDE_PKG_CHECK_MODULES(LIBKEXIV2, libkexiv2 >= 0.1.6,
278
284
                         have_libkexiv2=yes, have_libkexiv2=no)
279
285
 
280
286
   if test "x$have_libkexiv2" = "xno"; then
429
435
KDE_CREATE_SUBDIRSLIST
430
436
AM_CONDITIONAL(digikam_SUBDIR_included, test "x$digikam_SUBDIR_included" = xyes)
431
437
AM_CONDITIONAL(doc_SUBDIR_included, test "x$doc_SUBDIR_included" = xyes)
 
438
AM_CONDITIONAL(po_SUBDIR_included, test "x$po_SUBDIR_included" = xyes)
432
439
AC_CONFIG_FILES([ Makefile ])
433
440
AC_CONFIG_FILES([ digikam/Makefile ])
434
441
AC_CONFIG_FILES([ digikam/data/Makefile ])
514
521
AC_CONFIG_FILES([ digikam/utilities/setup/Makefile ])
515
522
AC_CONFIG_FILES([ digikam/utilities/slideshow/Makefile ])
516
523
AC_CONFIG_FILES([ doc/Makefile ])
 
524
AC_CONFIG_FILES([ po/Makefile ])
 
525
AC_CONFIG_FILES([ po/ar/Makefile ])
 
526
AC_CONFIG_FILES([ po/bg/Makefile ])
 
527
AC_CONFIG_FILES([ po/br/Makefile ])
 
528
AC_CONFIG_FILES([ po/ca/Makefile ])
 
529
AC_CONFIG_FILES([ po/cs/Makefile ])
 
530
AC_CONFIG_FILES([ po/cy/Makefile ])
 
531
AC_CONFIG_FILES([ po/da/Makefile ])
 
532
AC_CONFIG_FILES([ po/de/Makefile ])
 
533
AC_CONFIG_FILES([ po/el/Makefile ])
 
534
AC_CONFIG_FILES([ po/en_GB/Makefile ])
 
535
AC_CONFIG_FILES([ po/es/Makefile ])
 
536
AC_CONFIG_FILES([ po/et/Makefile ])
 
537
AC_CONFIG_FILES([ po/fa/Makefile ])
 
538
AC_CONFIG_FILES([ po/fi/Makefile ])
 
539
AC_CONFIG_FILES([ po/fr/Makefile ])
 
540
AC_CONFIG_FILES([ po/gl/Makefile ])
 
541
AC_CONFIG_FILES([ po/he/Makefile ])
 
542
AC_CONFIG_FILES([ po/hu/Makefile ])
 
543
AC_CONFIG_FILES([ po/is/Makefile ])
 
544
AC_CONFIG_FILES([ po/it/Makefile ])
 
545
AC_CONFIG_FILES([ po/ja/Makefile ])
 
546
AC_CONFIG_FILES([ po/ka/Makefile ])
 
547
AC_CONFIG_FILES([ po/lt/Makefile ])
 
548
AC_CONFIG_FILES([ po/mk/Makefile ])
 
549
AC_CONFIG_FILES([ po/ms/Makefile ])
 
550
AC_CONFIG_FILES([ po/mt/Makefile ])
 
551
AC_CONFIG_FILES([ po/nb/Makefile ])
 
552
AC_CONFIG_FILES([ po/nds/Makefile ])
 
553
AC_CONFIG_FILES([ po/nl/Makefile ])
 
554
AC_CONFIG_FILES([ po/nn/Makefile ])
 
555
AC_CONFIG_FILES([ po/pa/Makefile ])
 
556
AC_CONFIG_FILES([ po/pl/Makefile ])
 
557
AC_CONFIG_FILES([ po/pt/Makefile ])
 
558
AC_CONFIG_FILES([ po/pt_BR/Makefile ])
 
559
AC_CONFIG_FILES([ po/ro/Makefile ])
 
560
AC_CONFIG_FILES([ po/ru/Makefile ])
 
561
AC_CONFIG_FILES([ po/rw/Makefile ])
 
562
AC_CONFIG_FILES([ po/sk/Makefile ])
 
563
AC_CONFIG_FILES([ po/sl/Makefile ])
 
564
AC_CONFIG_FILES([ po/sr/Makefile ])
 
565
AC_CONFIG_FILES([ po/sr@Latn/Makefile ])
 
566
AC_CONFIG_FILES([ po/sv/Makefile ])
 
567
AC_CONFIG_FILES([ po/ta/Makefile ])
 
568
AC_CONFIG_FILES([ po/th/Makefile ])
 
569
AC_CONFIG_FILES([ po/tr/Makefile ])
 
570
AC_CONFIG_FILES([ po/uk/Makefile ])
 
571
AC_CONFIG_FILES([ po/vi/Makefile ])
 
572
AC_CONFIG_FILES([ po/zh_CN/Makefile ])
 
573
AC_CONFIG_FILES([ po/zh_TW/Makefile ])
517
574
AC_OUTPUT
518
575
dnl Put here things to be done at the very end - telling users
519
576
dnl about additional packages to install.