~ubuntu-branches/ubuntu/trusty/xfonts-cyrillic/trusty

« back to all changes in this revision

Viewing changes to font-misc-cyrillic-X11R7.0-1.0.0/configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2010-01-02 08:12:12 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100102081212-rcj989hzlwr3g5b8
Tags: 1:1.0.1
* debian/rules: build things in parallel.
* New upstream releases for X11R7.5:
  - font-cronyx-cyrillic 1.0.1
  - font-misc-cyrillic 1.0.1
  - font-screen-cyrillic 1.0.2
  - font-winitzki-cyrillic 1.0.1
* Add watch files and debian/rules snippet to download new upstream
  tarballs with uscan.
* Bump xfonts-utils build-dep, use new fontrootdir variable in fontutil.pc
  instead of passing --with-fontdir to configure.
* Bump Standards-Version to 3.8.3.
* Add build-dep on pkg-config.
* Drop maintainer scripts which were handling upgrades from pre-etch
  versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl  Copyright 2005 Red Hat, Inc.
2
 
dnl
3
 
dnl  Permission to use, copy, modify, distribute, and sell this software
4
 
dnl  and its documentation for any purpose is hereby granted without
5
 
dnl  fee, provided that the above copyright notice appear in all copies
6
 
dnl  and that both that copyright notice and this permission notice
7
 
dnl  appear in supporting documentation, and that the name of Red Hat
8
 
dnl  not be used in advertising or publicity pertaining to distribution
9
 
dnl  of the software without specific, written prior permission.  Red
10
 
dnl  Hat makes no representations about the suitability of this software
11
 
dnl  for any purpose.  It is provided "as is" without express or implied
12
 
dnl  warranty.
13
 
dnl
14
 
dnl  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
15
 
dnl  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
16
 
dnl  NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
17
 
dnl  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
18
 
dnl  OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
19
 
dnl  NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
20
 
dnl  CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21
 
dnl
22
 
dnl Process this file with autoconf to create configure.
23
 
 
24
 
AC_PREREQ([2.57])
25
 
AC_INIT(font-misc-cyrillic, [1.0.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], font-misc-cyrillic)
26
 
AM_INIT_AUTOMAKE([foreign dist-bzip2])
27
 
AM_MAINTAINER_MODE
28
 
 
29
 
AC_PROG_INSTALL
30
 
 
31
 
AC_PATH_PROG(BDFTOPCF, bdftopcf)
32
 
AC_PATH_PROG(MKFONTSCALE, mkfontscale)
33
 
AC_PATH_PROG(MKFONTDIR, mkfontdir)
34
 
 
35
 
m4_ifdef([AS_HELP_STRING], , [m4_define([AS_HELP_STRING], m4_defn([AC_HELP_STRING]))])
36
 
 
37
 
DEFAULT_FONTDIR=${libdir}/X11/fonts/cyrillic
38
 
AC_ARG_WITH(fontdir,
39
 
        AS_HELP_STRING([--with-fontdir=FONTDIR], [Path to install fonts]),
40
 
        [FONTDIR="$withval"],
41
 
        [FONTDIR="$DEFAULT_FONTDIR"])
42
 
AC_SUBST(FONTDIR)
43
 
 
44
 
XORG_RELEASE_VERSION
45
 
 
46
 
AC_OUTPUT([Makefile])