summaryrefslogtreecommitdiff
path: root/Build/source/texk/ptexenc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-04 21:37:42 +0000
committerKarl Berry <karl@freefriends.org>2010-06-04 21:37:42 +0000
commitd9b212ab00e73962e7318f24c9ed4099c2deabfe (patch)
tree242dc4b17d7ebac90dc593e705cb1a8832bd18a9 /Build/source/texk/ptexenc
parent89c4218bb9efd25041ea3215143e234000752cff (diff)
no dev in version
git-svn-id: svn://tug.org/texlive/trunk@18741 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ptexenc')
-rw-r--r--Build/source/texk/ptexenc/ChangeLog.TL4
-rwxr-xr-xBuild/source/texk/ptexenc/configure26
-rw-r--r--Build/source/texk/ptexenc/configure.ac2
3 files changed, 18 insertions, 14 deletions
diff --git a/Build/source/texk/ptexenc/ChangeLog.TL b/Build/source/texk/ptexenc/ChangeLog.TL
index 33cd2cf3db4..8102354ced2 100644
--- a/Build/source/texk/ptexenc/ChangeLog.TL
+++ b/Build/source/texk/ptexenc/ChangeLog.TL
@@ -1,6 +1,10 @@
ChangeLog.TL: TeX Live (TL) changes for ptexenc
===============================================
+2010-06-04 Karl Berry <karl@tug.org>
+
+ * configure.ac (ptexenc_lib_devel): no more dev.
+
2010-05-29 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am (nobase_nodist_include_HEADERS): Removed,
diff --git a/Build/source/texk/ptexenc/configure b/Build/source/texk/ptexenc/configure
index 2da610406c6..4e549269e1c 100755
--- a/Build/source/texk/ptexenc/configure
+++ b/Build/source/texk/ptexenc/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for ptexenc 1.1.1dev.
+# Generated by GNU Autoconf 2.65 for ptexenc 1.1.1.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -701,8 +701,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ptexenc'
PACKAGE_TARNAME='ptexenc'
-PACKAGE_VERSION='1.1.1dev'
-PACKAGE_STRING='ptexenc 1.1.1dev'
+PACKAGE_VERSION='1.1.1'
+PACKAGE_STRING='ptexenc 1.1.1'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1433,7 +1433,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 ptexenc 1.1.1dev to adapt to many kinds of systems.
+\`configure' configures ptexenc 1.1.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1503,7 +1503,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of ptexenc 1.1.1dev:";;
+ short | recursive ) echo "Configuration of ptexenc 1.1.1:";;
esac
cat <<\_ACEOF
@@ -1616,7 +1616,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-ptexenc configure 1.1.1dev
+ptexenc configure 1.1.1
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2098,7 +2098,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 ptexenc $as_me 1.1.1dev, which was
+It was created by ptexenc $as_me 1.1.1, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
@@ -2472,9 +2472,9 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
-PTEXENCVERSION=1.1.1dev
+PTEXENCVERSION=1.1.1
-$as_echo "#define PTEXENCVERSION \"ptexenc version 1.1.1dev\"" >>confdefs.h
+$as_echo "#define PTEXENCVERSION \"ptexenc version 1.1.1\"" >>confdefs.h
PTEXENC_LT_VERSINFO=2:1:1
@@ -6830,7 +6830,7 @@ fi
# Define the identity of the package.
PACKAGE='ptexenc'
- VERSION='1.1.1dev'
+ VERSION='1.1.1'
cat >>confdefs.h <<_ACEOF
@@ -12180,7 +12180,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."
lt_cl_version="\
-ptexenc config.lt 1.1.1dev
+ptexenc config.lt 1.1.1
configured by $0, generated by GNU Autoconf 2.65.
Copyright (C) 2008 Free Software Foundation, Inc.
@@ -13921,7 +13921,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 ptexenc $as_me 1.1.1dev, which was
+This file was extended by ptexenc $as_me 1.1.1, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -13987,7 +13987,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="\\
-ptexenc config.status 1.1.1dev
+ptexenc config.status 1.1.1
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/texk/ptexenc/configure.ac b/Build/source/texk/ptexenc/configure.ac
index 49081f51bfe..0ca269996a1 100644
--- a/Build/source/texk/ptexenc/configure.ac
+++ b/Build/source/texk/ptexenc/configure.ac
@@ -23,7 +23,7 @@ dnl binaries built between releases.
m4_define([ptexenc_lib_major], [1])[]dnl
m4_define([ptexenc_lib_minor], [1])[]dnl
m4_define([ptexenc_lib_micro], [1])[]dnl
-m4_define([ptexenc_lib_devel], [dev])[]dnl or "dev"
+m4_define([ptexenc_lib_devel], [])[]dnl or "dev"
m4_define([ptexenc_version], [ptexenc_lib_major.ptexenc_lib_minor.ptexenc_lib_micro[]ptexenc_lib_devel])[]dnl
AC_INIT([ptexenc], [ptexenc_version], [tex-k@tug.org])