~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty

« back to all changes in this revision

Viewing changes to build/source/texk/xdv2pdf/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-06-26 23:14:59 UTC
  • mfrom: (2.1.30 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626231459-y02rjsrgtafu83yr
Tags: 2007.dfsg.2-3
add missing source roadmap.fig of roadmap.eps in fontinst documentation
(Closes: #482915) (urgency medium due to RC bug)
(new patch add-missing-fontinst-source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dnl Process this file with autoconf to produce a configure script.
 
2
AC_INIT(xdv2pdf.cpp)
 
3
 
 
4
define([_version_],"0.991")
 
5
 
 
6
VERSION=_version_
 
7
AC_SUBST(VERSION)
 
8
AC_DEFINE(VERSION,_version_)
 
9
AC_DEFINE(PACKAGE,"xdv2pdf")
 
10
 
 
11
AC_CONFIG_HEADERS([config.h])
 
12
 
 
13
AC_ARG_ENABLE(maint, [  --enable-maint          enable autoconf portions of Makefile],
 
14
  [MAINT=''], [MAINT='#'])
 
15
AC_SUBST(MAINT)  
 
16
 
 
17
dnl First, check if we're configuring on Mac OS X -- can't build elsewhere
 
18
 
 
19
sinclude(../web2c/xetexdir/tests.ac)
 
20
 
 
21
AC_HAS_CARBON
 
22
if test "x$has_carbon" = xno; then
 
23
  with_xdv2pdf=no
 
24
  exit
 
25
fi
 
26
 
 
27
AC_HAS_QUICKTIME
 
28
if test "x$has_quicktime" = xno; then
 
29
  with_xdv2pdf=no
 
30
  exit
 
31
fi
 
32
 
 
33
dnl Checks for programs.
 
34
AC_PROG_CC
 
35
AC_PROG_CXX
 
36
AC_PROG_CPP
 
37
AC_PROG_INSTALL
 
38
AC_PROG_LN_S
 
39
AC_PROG_MAKE_SET
 
40
 
 
41
AC_DEFINE(KPATHSEA)
 
42
AC_DEFINE(HAVE_KPATHSEA)
 
43
AC_DEFINE(HAVE_KPSE_FORMATS)
 
44
 
 
45
TTF_OPT=''
 
46
AC_SUBST(TTF_OPT)
 
47
 
 
48
dnl Checks for header files.
 
49
AC_HEADER_STDC
 
50
AC_CHECK_HEADERS(unistd.h)
 
51
 
 
52
dnl Checks for typedefs, structures, and compiler characteristics.
 
53
AC_C_CONST
 
54
AC_TYPE_SIZE_T
 
55
AC_STRUCT_TM
 
56
 
 
57
AC_C_BIGENDIAN
 
58
 
 
59
dnl Checks for library functions.
 
60
AC_FUNC_MEMCMP
 
61
AC_CHECK_FUNCS(strspn system)
 
62
AC_CHECK_LIB(m, main)
 
63
 
 
64
KPSE_CONFIG_FILES([Makefile])
 
65
 
 
66
AC_OUTPUT