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/m-tx | |
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/m-tx')
-rwxr-xr-x | Build/source/utils/m-tx/configure | 25 | ||||
-rw-r--r-- | Build/source/utils/m-tx/configure.ac | 2 |
2 files changed, 13 insertions, 14 deletions
diff --git a/Build/source/utils/m-tx/configure b/Build/source/utils/m-tx/configure index df450cfaf92..dec329db232 100755 --- a/Build/source/utils/m-tx/configure +++ b/Build/source/utils/m-tx/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for m-tx for TeX Live 0.60d. +# Generated by GNU Autoconf 2.69 for m-tx (TeX Live) 0.60d. # # Report bugs to <tex-k@tug.org>. # @@ -578,10 +578,10 @@ MFLAGS= MAKEFLAGS= # Identity of this package. -PACKAGE_NAME='m-tx for TeX Live' -PACKAGE_TARNAME='m-tx-for-tex-live' +PACKAGE_NAME='m-tx (TeX Live)' +PACKAGE_TARNAME='m-tx--tex-live-' PACKAGE_VERSION='0.60d' -PACKAGE_STRING='m-tx for TeX Live 0.60d' +PACKAGE_STRING='m-tx (TeX Live) 0.60d' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1280,7 +1280,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 m-tx for TeX Live 0.60d to adapt to many kinds of systems. +\`configure' configures m-tx (TeX Live) 0.60d to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1328,8 +1328,7 @@ Fine tuning of the installation directories: --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root - [DATAROOTDIR/doc/m-tx-for-tex-live] + --docdir=DIR documentation root [DATAROOTDIR/doc/m-tx--tex-live-] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] @@ -1347,7 +1346,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of m-tx for TeX Live 0.60d:";; + short | recursive ) echo "Configuration of m-tx (TeX Live) 0.60d:";; esac cat <<\_ACEOF @@ -1444,7 +1443,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -m-tx for TeX Live configure 0.60d +m-tx (TeX Live) configure 0.60d generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1867,7 +1866,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 m-tx for TeX Live $as_me 0.60d, which was +It was created by m-tx (TeX Live) $as_me 0.60d, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3789,7 +3788,7 @@ fi # Define the identity of the package. - PACKAGE='m-tx-for-tex-live' + PACKAGE='m-tx--tex-live-' VERSION='0.60d' @@ -6187,7 +6186,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 m-tx for TeX Live $as_me 0.60d, which was +This file was extended by m-tx (TeX Live) $as_me 0.60d, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6244,7 +6243,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="\\ -m-tx for TeX Live config.status 0.60d +m-tx (TeX Live) config.status 0.60d configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/utils/m-tx/configure.ac b/Build/source/utils/m-tx/configure.ac index d17513c7ebc..5cf672a5ba0 100644 --- a/Build/source/utils/m-tx/configure.ac +++ b/Build/source/utils/m-tx/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_include([version.ac])[] dnl define mtx_version -AC_INIT([m-tx for TeX Live], mtx_version, [tex-k@tug.org]) +AC_INIT([m-tx (TeX Live)], mtx_version, [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([mtx-]mtx_version[/analyze.c]) AC_CONFIG_AUX_DIR([../../build-aux]) |