~dannf/ubuntu/saucy/djvulibre/lp1224195

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-11-20 15:19:50 UTC
  • Revision ID: james.westby@ubuntu.com-20071120151950-faaqc1a64q7bc81w
Tags: 3.5.19-3ubuntu1
* Sync with Debian
 * debian/control:
   - updated maintainer information
 * debian/rules:
   - call dh_icons to update the icon cache at installation

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# DjVuLibre-3.5 is derived from the DjVu(r) Reference Library
19
19
# distribued by Lizardtech Software.
20
20
#
21
 
# $Id: configure.ac,v 1.84 2007/03/25 21:00:51 leonb Exp $
 
21
# $Id: configure.ac,v 1.87 2007/06/13 10:58:41 leonb Exp $
22
22
#
23
23
# ----------------------------------------
24
24
# Initialization
26
26
 
27
27
AC_PREREQ(2.50)
28
28
AC_INIT(djvulibre, 3.5.19)
29
 
AC_REVISION($Id: configure.ac,v 1.84 2007/03/25 21:00:51 leonb Exp $)
 
29
AC_REVISION($Id: configure.ac,v 1.87 2007/06/13 10:58:41 leonb Exp $)
30
30
AC_CONFIG_AUX_DIR(config)
31
31
AC_CONFIG_SRCDIR(INSTALL)
32
32
AC_CONFIG_HEADER(config.h:config/config.h.in)
67
67
   LDFLAGS="$LDFLAGS -L$curwd/gnu/lib"
68
68
fi
69
69
 
 
70
# Extra flags to make dll
 
71
DLLFLAGS=
 
72
AC_SUBST(DLLFLAGS)
 
73
 
70
74
# Special cases
71
75
case "$host" in
 
76
  *-mingw32)
 
77
     DLLFLAGS="$DLLFLAGS -Wl,--export-all-symbols"
 
78
     LIBS=-lmsvcp60
 
79
  ;;
72
80
  *-darwin* | *-macos10*)
73
81
     if test -d /opt/local ; then
74
82
       CPPFLAGS="$CPPFLAGS -I/opt/local/include"
469
477
AC_CONFIG_FILES(i18n/ja/Makefile)
470
478
AC_CONFIG_FILES(i18n/de/Makefile)
471
479
AC_CONFIG_FILES(i18n/fr/Makefile)
 
480
AC_CONFIG_FILES(i18n/cs/Makefile)
472
481
AC_CONFIG_FILES(desktopfiles/Makefile)
473
482
 
474
483
# Go
536
545
 
537
546
/* - CONTAINERS */
538
547
#ifndef HAVE_MEMBER_TEMPLATES
539
 
#define GCONTAINER_NO_MEMBER_TEMPLATES
 
548
#define GCONTAINER_NO_MEMBER_TEMPLATES 1
540
549
#endif
541
550
#ifndef HAVE_TYPENAME
542
 
#define GCONTAINER_NO_TYPENAME
 
551
#define GCONTAINER_NO_TYPENAME 1
543
552
#endif
544
553
 
545
554
/* - COTHREAD */
546
555
#ifdef HAVE_COTHREAD
547
556
#ifndef HAVE_COTHREAD_PATCH
548
 
#define NO_LIBGCC_HOOKS
 
557
#define NO_LIBGCC_HOOKS 1
549
558
#endif
550
559
#endif
551
560
 
552
561
/* - JPEG */
553
562
#ifdef HAVE_JPEG
554
 
#define NEED_JPEG_DECODER
 
563
#define NEED_JPEG_DECODER 1
555
564
#endif
556
565
 
557
566
/* - MMAP */