diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-31 22:40:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-31 22:40:28 +0000 |
commit | aeb52de85a365d28a2b85ef54696a7477a0b470b (patch) | |
tree | 2c93d7b884c2e78fcfd558d78b0c0d898892978e /Master/texmf-dist/source/support | |
parent | 19b358b743aa966103c1e73be655d45760c0fb4e (diff) |
dosepsbin (23mar12)
git-svn-id: svn://tug.org/texlive/trunk@25808 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/support')
-rw-r--r-- | Master/texmf-dist/source/support/dosepsbin/configure | 18 | ||||
-rw-r--r-- | Master/texmf-dist/source/support/dosepsbin/configure.ac | 4 |
2 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/support/dosepsbin/configure b/Master/texmf-dist/source/support/dosepsbin/configure index c97727b6ddd..f0ba4f0bea9 100644 --- a/Master/texmf-dist/source/support/dosepsbin/configure +++ b/Master/texmf-dist/source/support/dosepsbin/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.57 for dosepsbin 1.1. +# Generated by GNU Autoconf 2.57 for dosepsbin 1.2. # # Report bugs to <heiko.oberdiek@googlemail.com>. # @@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='dosepsbin' PACKAGE_TARNAME='dosepsbin' -PACKAGE_VERSION='1.1' -PACKAGE_STRING='dosepsbin 1.1' +PACKAGE_VERSION='1.2' +PACKAGE_STRING='dosepsbin 1.2' PACKAGE_BUGREPORT='heiko.oberdiek@googlemail.com' ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LIBOBJS LTLIBOBJS' @@ -721,7 +721,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 dosepsbin 1.1 to adapt to many kinds of systems. +\`configure' configures dosepsbin 1.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -778,7 +778,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of dosepsbin 1.1:";; + short | recursive ) echo "Configuration of dosepsbin 1.2:";; esac cat <<\_ACEOF @@ -845,7 +845,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -dosepsbin configure 1.1 +dosepsbin configure 1.2 generated by GNU Autoconf 2.57 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 @@ -860,7 +860,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by dosepsbin $as_me 1.1, which was +It was created by dosepsbin $as_me 1.2, which was generated by GNU Autoconf 2.57. Invocation command line was $ $0 $@ @@ -1694,7 +1694,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by dosepsbin $as_me 1.1, which was +This file was extended by dosepsbin $as_me 1.2, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -1749,7 +1749,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -dosepsbin config.status 1.1 +dosepsbin config.status 1.2 configured by $0, generated by GNU Autoconf 2.57, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/Master/texmf-dist/source/support/dosepsbin/configure.ac b/Master/texmf-dist/source/support/dosepsbin/configure.ac index 5846e7e2f8a..64a35abb8ac 100644 --- a/Master/texmf-dist/source/support/dosepsbin/configure.ac +++ b/Master/texmf-dist/source/support/dosepsbin/configure.ac @@ -1,13 +1,13 @@ dnl configure.ac dnl -dnl Copyright 2011 by Heiko Oberdiek. +dnl Copyright 2011-2012 by Heiko Oberdiek. dnl dnl The file is part of project dosepsbin. dnl It's free software; you may redistribute it and/or dnl modify it under the same terms as Perl itself dnl (Perl Artistic License/GNU General Public License, version 2). dnl -AC_INIT(dosepsbin, 1.1, heiko.oberdiek@googlemail.com) +AC_INIT(dosepsbin, 1.2, heiko.oberdiek@googlemail.com) AC_CONFIG_FILES(Makefile) |