~ubuntu-branches/ubuntu/wily/xfonts-utils/wily-proposed

« back to all changes in this revision

Viewing changes to mkfontscale/configure.ac

  • Committer: Package Import Robot
  • Author(s): Julien Cristau
  • Date: 2013-12-25 17:43:35 UTC
  • Revision ID: package-import@ubuntu.com-20131225174335-muv4wm0afyg36dcd
Tags: 1:7.7+1
* bdftopcf 1.0.4
* mkfontscale 1.1.1
* Bump debhelper compat level to 7.
* Switch to dh with the autotools-dev addon; should give us updated
  config.{guess,sub} (closes: #717842).
* Disable silent build rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
# Initialize Autoconf
24
24
AC_PREREQ([2.60])
25
 
AC_INIT([mkfontscale], [1.1.0],
 
25
AC_INIT([mkfontscale], [1.1.1],
26
26
        [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
27
27
        [mkfontscale])
28
28
AC_CONFIG_SRCDIR([Makefile.am])
29
29
AC_CONFIG_HEADERS([config.h])
 
30
AC_USE_SYSTEM_EXTENSIONS
30
31
 
31
32
# Initialize Automake
32
33
AM_INIT_AUTOMAKE([foreign dist-bzip2])