diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-02 06:58:22 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-02 06:58:22 +0000 |
commit | 18dc99b59364300ef7890b86c9431b2780e12840 (patch) | |
tree | 0c0b46f985d7cfab4ca9e959791a2d5af9c7c1c4 /Build/source/utils/ps2eps | |
parent | a4b3e4f65e8275b09a6355802d321b72a58c5d09 (diff) |
build system: Drop configure checks for BSD string functions (bcopy etc)
git-svn-id: svn://tug.org/texlive/trunk@31062 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/ps2eps')
-rwxr-xr-x | Build/source/utils/ps2eps/configure | 24 | ||||
-rw-r--r-- | Build/source/utils/ps2eps/configure.ac | 2 |
2 files changed, 13 insertions, 13 deletions
diff --git a/Build/source/utils/ps2eps/configure b/Build/source/utils/ps2eps/configure index 4fe47e10516..fbdbfa893dd 100755 --- a/Build/source/utils/ps2eps/configure +++ b/Build/source/utils/ps2eps/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ps2eps for TeX Live 1.68. +# Generated by GNU Autoconf 2.69 for ps2eps (TeX Live) 1.68. # # Report bugs to <tex-k@tug.org>. # @@ -577,10 +577,10 @@ MFLAGS= MAKEFLAGS= # Identity of this package. -PACKAGE_NAME='ps2eps for TeX Live' -PACKAGE_TARNAME='ps2eps-for-tex-live' +PACKAGE_NAME='ps2eps (TeX Live)' +PACKAGE_TARNAME='ps2eps--tex-live-' PACKAGE_VERSION='1.68' -PACKAGE_STRING='ps2eps for TeX Live 1.68' +PACKAGE_STRING='ps2eps (TeX Live) 1.68' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1237,7 +1237,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 ps2eps for TeX Live 1.68 to adapt to many kinds of systems. +\`configure' configures ps2eps (TeX Live) 1.68 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1286,7 +1286,7 @@ Fine tuning of the installation directories: --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root - [DATAROOTDIR/doc/ps2eps-for-tex-live] + [DATAROOTDIR/doc/ps2eps--tex-live-] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] @@ -1304,7 +1304,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ps2eps for TeX Live 1.68:";; + short | recursive ) echo "Configuration of ps2eps (TeX Live) 1.68:";; esac cat <<\_ACEOF @@ -1400,7 +1400,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ps2eps for TeX Live configure 1.68 +ps2eps (TeX Live) configure 1.68 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1501,7 +1501,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 ps2eps for TeX Live $as_me 1.68, which was +It was created by ps2eps (TeX Live) $as_me 1.68, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3423,7 +3423,7 @@ fi # Define the identity of the package. - PACKAGE='ps2eps-for-tex-live' + PACKAGE='ps2eps--tex-live-' VERSION='1.68' @@ -5047,7 +5047,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 ps2eps for TeX Live $as_me 1.68, which was +This file was extended by ps2eps (TeX Live) $as_me 1.68, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5104,7 +5104,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="\\ -ps2eps for TeX Live config.status 1.68 +ps2eps (TeX Live) config.status 1.68 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/utils/ps2eps/configure.ac b/Build/source/utils/ps2eps/configure.ac index f9597c95356..e7c7d8cf86e 100644 --- a/Build/source/utils/ps2eps/configure.ac +++ b/Build/source/utils/ps2eps/configure.ac @@ -7,7 +7,7 @@ dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl m4_define([ps2eps_version], [1.68])[]dnl using unmodified ps2eps source tree -AC_INIT([ps2eps for TeX Live], ps2eps_version, [tex-k@tug.org]) +AC_INIT([ps2eps (TeX Live)], ps2eps_version, [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([ps2eps-]ps2eps_version[/bin/ps2eps.pl]) AC_CONFIG_AUX_DIR([../../build-aux]) |