diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-01 08:04:56 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-01 08:04:56 +0000 |
commit | 21da4b78d9a71233925d5e6643f9fcf8d3627f55 (patch) | |
tree | f4188138bca1d9b46d3d0d5f0d04a63ae369e33d /Build/source/texk/ttfdump/configure.ac | |
parent | 7fc9f508f098379648079f65076eaadabffc2b7e (diff) |
ttfdump: Always first include <config.h>
git-svn-id: svn://tug.org/texlive/trunk@31053 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ttfdump/configure.ac')
-rw-r--r-- | Build/source/texk/ttfdump/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/ttfdump/configure.ac b/Build/source/texk/ttfdump/configure.ac index 9fdde75bb89..da95a40d52b 100644 --- a/Build/source/texk/ttfdump/configure.ac +++ b/Build/source/texk/ttfdump/configure.ac @@ -1,12 +1,12 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2009-2012 Peter Breitenlohner <tex-live@tug.org> +dnl Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org> dnl dnl This file is free software; the copyright holder dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl -AC_INIT([ttfdump for TeX Live], [0.5.5], [tex-k@tug.org]) +AC_INIT([ttfdump (TeX Live)], [0.5.5], [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([include/ttf.h]) AC_CONFIG_AUX_DIR([../../build-aux]) |