~ubuntu-branches/ubuntu/quantal/xfonts-100dpi/quantal

« back to all changes in this revision

Viewing changes to font-bh-100dpi/configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois, Julien Cristau, Cyril Brulebois
  • Date: 2010-11-16 23:17:33 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20101116231733-iy0r4k4giswaxemh
Tags: 1:1.0.3
[ Julien Cristau ]
* Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
  good reason.  Thanks, Colin Watson!
* Remove myself from Uploaders
* New upstream releases (X11R7.6):
  - font-adobe-100dpi 1.0.3
  - font-bh-100dpi 1.0.3
  - font-bh-lucidatypewriter-100dpi 1.0.3
  - font-bitstream-100dpi 1.0.3
* Update debian/copyright from upstream COPYING files.

[ Cyril Brulebois ]
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
dnl Process this file with autoconf to create configure.
23
23
 
24
24
AC_PREREQ([2.57])
25
 
AC_INIT(font-bh-100dpi, [1.0.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], font-bh-100dpi)
 
25
AC_INIT([font-bh-100dpi], [1.0.3],
 
26
        [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 
27
        [font-bh-100dpi])
26
28
AM_INIT_AUTOMAKE([foreign dist-bzip2])
27
29
AM_MAINTAINER_MODE
28
30
 
34
36
 
35
37
AC_PROG_INSTALL
36
38
 
37
 
# Require X.Org's font util macros 1.1 or later
 
39
# Require X.Org's font util macros 1.2 or later
38
40
m4_ifndef([XORG_FONT_MACROS_VERSION],
39
 
          [m4_fatal([must install X.Org font-util 1.1 or later before running autoconf/autogen])])
40
 
XORG_FONT_MACROS_VERSION(1.1)
 
41
          [m4_fatal([must install X.Org font-util 1.2 or later before running autoconf/autogen])])
 
42
XORG_FONT_MACROS_VERSION(1.2)
41
43
 
42
44
XORG_FONTDIR([100dpi])
43
45
XORG_FONT_BDF_UTILS