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/texk/xdvik | |
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/texk/xdvik')
-rw-r--r-- | Build/source/texk/xdvik/c-auto.in | 15 | ||||
-rwxr-xr-x | Build/source/texk/xdvik/configure | 29 | ||||
-rw-r--r-- | Build/source/texk/xdvik/configure.ac | 2 |
3 files changed, 16 insertions, 30 deletions
diff --git a/Build/source/texk/xdvik/c-auto.in b/Build/source/texk/xdvik/c-auto.in index 43242a9321e..0c524476920 100644 --- a/Build/source/texk/xdvik/c-auto.in +++ b/Build/source/texk/xdvik/c-auto.in @@ -56,15 +56,6 @@ /* Define to 1 if you have the <assert.h> header file. */ #undef HAVE_ASSERT_H -/* Define to 1 if you have the `bcmp' function. */ -#undef HAVE_BCMP - -/* Define to 1 if you have the `bcopy' function. */ -#undef HAVE_BCOPY - -/* Define to 1 if you have the `bzero' function. */ -#undef HAVE_BZERO - /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H @@ -120,9 +111,6 @@ /* Define to 1 if you have the <ieeefp.h> header file. */ #undef HAVE_IEEEFP_H -/* Define to 1 if you have the `index' function. */ -#undef HAVE_INDEX - /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -183,9 +171,6 @@ /* Define to 1 if you have the <regex.h> header file. */ #undef HAVE_REGEX_H -/* Define to 1 if you have the `rindex' function. */ -#undef HAVE_RINDEX - /* Define to 1 if you have the <select.h> header file. */ #undef HAVE_SELECT_H diff --git a/Build/source/texk/xdvik/configure b/Build/source/texk/xdvik/configure index 9bf2d593fb2..9461bfa997e 100755 --- a/Build/source/texk/xdvik/configure +++ b/Build/source/texk/xdvik/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for xdvik 22.86. +# Generated by GNU Autoconf 2.69 for xdvik (TeX Live) 22.86. # # Report bugs to <tex-k@tug.org>. # @@ -588,10 +588,10 @@ MFLAGS= MAKEFLAGS= # Identity of this package. -PACKAGE_NAME='xdvik' -PACKAGE_TARNAME='xdvik' +PACKAGE_NAME='xdvik (TeX Live)' +PACKAGE_TARNAME='xdvik--tex-live-' PACKAGE_VERSION='22.86' -PACKAGE_STRING='xdvik 22.86' +PACKAGE_STRING='xdvik (TeX Live) 22.86' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1374,7 +1374,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 xdvik 22.86 to adapt to many kinds of systems. +\`configure' configures xdvik (TeX Live) 22.86 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1422,7 +1422,8 @@ 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/xdvik] + --docdir=DIR documentation root + [DATAROOTDIR/doc/xdvik--tex-live-] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] @@ -1448,7 +1449,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xdvik 22.86:";; + short | recursive ) echo "Configuration of xdvik (TeX Live) 22.86:";; esac cat <<\_ACEOF @@ -1599,7 +1600,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -xdvik configure 22.86 +xdvik (TeX Live) configure 22.86 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2392,7 +2393,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 xdvik $as_me 22.86, which was +It was created by xdvik (TeX Live) $as_me 22.86, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -7881,7 +7882,7 @@ fi # Define the identity of the package. - PACKAGE='xdvik' + PACKAGE='xdvik--tex-live-' VERSION='22.86' @@ -12993,7 +12994,7 @@ _ACEOF fi done -for ac_func in bcmp bcopy bzero getcwd getwd index memcmp memcpy mkstemp mktemp rindex strchr strrchr +for ac_func in getcwd getwd memcmp memcpy mkstemp mktemp strchr strrchr do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" @@ -17119,7 +17120,7 @@ Usage: $0 [OPTIONS] Report bugs to <bug-libtool@gnu.org>." lt_cl_version="\ -xdvik config.lt 22.86 +xdvik (TeX Live) config.lt 22.86 configured by $0, generated by GNU Autoconf 2.69. Copyright (C) 2011 Free Software Foundation, Inc. @@ -18989,7 +18990,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 xdvik $as_me 22.86, which was +This file was extended by xdvik (TeX Live) $as_me 22.86, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19055,7 +19056,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="\\ -xdvik config.status 22.86 +xdvik (TeX Live) config.status 22.86 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/texk/xdvik/configure.ac b/Build/source/texk/xdvik/configure.ac index c7955789c76..7f416fa76aa 100644 --- a/Build/source/texk/xdvik/configure.ac +++ b/Build/source/texk/xdvik/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([xdvik_version], [22.86]) -AC_INIT([xdvik], xdvik_version, [tex-k@tug.org]) +AC_INIT([xdvik (TeX Live)], xdvik_version, [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([xdvi.c]) AC_CONFIG_AUX_DIR([../../build-aux]) |