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

« back to all changes in this revision

Viewing changes to build/source/utils/pdfopen/configure.ac

  • 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
dnl this is for autoconf 2.5x
 
3
 
 
4
AC_INIT(pdfopen, 0.5, taco@metatex.org)
 
5
 
 
6
AC_CONFIG_AUX_DIR(config)
 
7
 
 
8
AM_INIT_AUTOMAKE(pdfopen, 0.5)
 
9
 
 
10
AC_CONFIG_FILES(Makefile)
 
11
 
 
12
AC_PROG_CC
 
13
 
 
14
dnl AC_PROG_INSTALL
 
15
 
 
16
dnl Checks for header files.
 
17
 
 
18
dnl Checks for typedefs, structures, and compiler characteristics.
 
19
 
 
20
dnl Checks for library functions.
 
21
 
 
22
dnl Find Xlibs.
 
23
AC_PATH_XTRA
 
24
 
 
25
AC_OUTPUT