diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-08 08:50:33 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-08 08:50:33 +0000 |
commit | a38a4f6500be1a3dc86c7caeca5156b4494db536 (patch) | |
tree | 4c6a60888016a30fcfc35b07e26232945706ba1c /Build/source/texk/devnag | |
parent | 897f0f984780eb5265a37673ea2848d4d3585eda (diff) |
update versions: afm2pl is 0.7.1, devnag is 2.15
git-svn-id: svn://tug.org/texlive/trunk@20687 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/devnag')
-rw-r--r-- | Build/source/texk/devnag/ChangeLog | 4 | ||||
-rwxr-xr-x | Build/source/texk/devnag/configure | 20 | ||||
-rw-r--r-- | Build/source/texk/devnag/configure.ac | 4 |
3 files changed, 16 insertions, 12 deletions
diff --git a/Build/source/texk/devnag/ChangeLog b/Build/source/texk/devnag/ChangeLog index 70f3970d36f..693e5dd2d8e 100644 --- a/Build/source/texk/devnag/ChangeLog +++ b/Build/source/texk/devnag/ChangeLog @@ -1,3 +1,7 @@ +2010-12-08 Peter Breitenlohner <peb@mppmu.mpg.de> + + * configure.ac: Version 2.15 (since 2008-07-03). + 2010-05-22 Akira Kakuto <kakuto@fuk.kindai.ac.jp> * devnag.c: cast arguments in order to avoid compiler warnings. diff --git a/Build/source/texk/devnag/configure b/Build/source/texk/devnag/configure index 938d22f63c6..fd861e69d92 100755 --- a/Build/source/texk/devnag/configure +++ b/Build/source/texk/devnag/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for devnag for TeX Live 2.01. +# Generated by GNU Autoconf 2.68 for devnag for TeX Live 2.15. # # Report bugs to <tex-k@tug.org>. # @@ -560,8 +560,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='devnag for TeX Live' PACKAGE_TARNAME='devnag-for-tex-live' -PACKAGE_VERSION='2.01' -PACKAGE_STRING='devnag for TeX Live 2.01' +PACKAGE_VERSION='2.15' +PACKAGE_STRING='devnag for TeX Live 2.15' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1213,7 +1213,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures devnag for TeX Live 2.01 to adapt to many kinds of systems. +\`configure' configures devnag for TeX Live 2.15 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1280,7 +1280,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of devnag for TeX Live 2.01:";; + short | recursive ) echo "Configuration of devnag for TeX Live 2.15:";; esac cat <<\_ACEOF @@ -1372,7 +1372,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -devnag for TeX Live configure 2.01 +devnag for TeX Live configure 2.15 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1619,7 +1619,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by devnag for TeX Live $as_me 2.01, which was +It was created by devnag for TeX Live $as_me 2.15, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2441,7 +2441,7 @@ fi # Define the identity of the package. PACKAGE='devnag-for-tex-live' - VERSION='2.01' + VERSION='2.15' cat >>confdefs.h <<_ACEOF @@ -4490,7 +4490,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by devnag for TeX Live $as_me 2.01, which was +This file was extended by devnag for TeX Live $as_me 2.15, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4556,7 +4556,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -devnag for TeX Live config.status 2.01 +devnag for TeX Live config.status 2.15 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/Build/source/texk/devnag/configure.ac b/Build/source/texk/devnag/configure.ac index cafc00f6016..4758d2b7e1e 100644 --- a/Build/source/texk/devnag/configure.ac +++ b/Build/source/texk/devnag/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, 2010 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([devnag for TeX Live], [2.01], [tex-k@tug.org]) +AC_INIT([devnag for TeX Live], [2.15], [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([src/devnag.c]) AC_CONFIG_AUX_DIR([../../build-aux]) |