~ubuntu-branches/ubuntu/wily/luatex/wily

« back to all changes in this revision

Viewing changes to source/auxdir/auxsub/configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2010-04-29 00:47:19 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100429004719-o42etkqe90n97b9e
Tags: 0.60.1-1
* new upstream release, adapt build-script patch
* disable patch: upstream-epstopdf_cc_no_xpdf_patching, included upstream
* disable patch: libpoppler-0.12, not needed anymore

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
 
3
dnl   Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
 
4
dnl
 
5
dnl   This file is free software; the copyright holder
 
6
dnl   gives unlimited permission to copy and/or distribute it,
 
7
dnl   with or without modifications, as long as this notice is preserved.
 
8
dnl
 
9
AC_INIT([TeX Live auxdir auxsub], [2009], [tex-k@tug.org])
 
10
AC_PREREQ([2.65])
 
11
AC_CONFIG_SRCDIR([../../build-aux/missing])
 
12
AC_CONFIG_AUX_DIR([../../build-aux])
 
13
 
 
14
AM_INIT_AUTOMAKE([foreign])
 
15
AM_MAINTAINER_MODE
 
16
 
 
17
echo "'$srcdir/configure' $ac_configure_args" >../../subsubdir-conf.cmd
 
18
 
 
19
AC_CONFIG_FILES([Makefile])
 
20
 
 
21
AC_OUTPUT