diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-04-07 09:00:50 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-04-07 09:00:50 +0000 |
commit | 34bd33b912bde62bf654b6c60e937b914f657299 (patch) | |
tree | 902aa789a747bf9e6b67a7350df7a42e558a25cd /Build/source/texk/dvipos/configure.ac | |
parent | fdc84da0dd8ab59b737b7b229cc5bbb9c8ef30f8 (diff) |
various typos and minor fixes
git-svn-id: svn://tug.org/texlive/trunk@29708 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipos/configure.ac')
-rw-r--r-- | Build/source/texk/dvipos/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/dvipos/configure.ac b/Build/source/texk/dvipos/configure.ac index 630eeca8c18..d5d2cf93a68 100644 --- a/Build/source/texk/dvipos/configure.ac +++ b/Build/source/texk/dvipos/configure.ac @@ -1,12 +1,12 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2009 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([detex for TeX Live], [20070107], [tex-k@tug.org]) +AC_INIT([dvipos for TeX Live], [20070107], [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([dvipos.c]) AC_CONFIG_AUX_DIR([../../build-aux]) |