From 18dc99b59364300ef7890b86c9431b2780e12840 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 2 Jul 2013 06:58:22 +0000 Subject: 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 --- Build/source/texk/dvipng/config.h.in | 15 --------------- Build/source/texk/dvipng/configure | 29 +++++++++++++++-------------- Build/source/texk/dvipng/configure.ac | 2 +- Build/source/texk/dvipng/doc/dvipng.help | 2 +- Build/source/texk/dvipng/doc/dvipng.info | 30 +++++++++++++++--------------- 5 files changed, 32 insertions(+), 46 deletions(-) (limited to 'Build/source/texk/dvipng') diff --git a/Build/source/texk/dvipng/config.h.in b/Build/source/texk/dvipng/config.h.in index 9ad974db7e2..e3d93dc7d1d 100644 --- a/Build/source/texk/dvipng/config.h.in +++ b/Build/source/texk/dvipng/config.h.in @@ -27,15 +27,6 @@ /* Define to 1 if you have the 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 header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H @@ -100,9 +91,6 @@ /* Define to 1 if you have the `getwd' function. */ #undef HAVE_GETWD -/* Define to 1 if you have the `index' function. */ -#undef HAVE_INDEX - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H @@ -166,9 +154,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_PWD_H -/* Define to 1 if you have the `rindex' function. */ -#undef HAVE_RINDEX - /* Define to 1 if stdbool.h conforms to C99. */ #undef HAVE_STDBOOL_H diff --git a/Build/source/texk/dvipng/configure b/Build/source/texk/dvipng/configure index 2867c0d8620..50cf85a4fa1 100755 --- a/Build/source/texk/dvipng/configure +++ b/Build/source/texk/dvipng/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for dvipng 1.14. +# Generated by GNU Autoconf 2.69 for dvipng (TeX Live) 1.14. # # Report bugs to . # @@ -588,10 +588,10 @@ MFLAGS= MAKEFLAGS= # Identity of this package. -PACKAGE_NAME='dvipng' -PACKAGE_TARNAME='dvipng' +PACKAGE_NAME='dvipng (TeX Live)' +PACKAGE_TARNAME='dvipng--tex-live-' PACKAGE_VERSION='1.14' -PACKAGE_STRING='dvipng 1.14' +PACKAGE_STRING='dvipng (TeX Live) 1.14' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1371,7 +1371,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 dvipng 1.14 to adapt to many kinds of systems. +\`configure' configures dvipng (TeX Live) 1.14 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1419,7 +1419,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/dvipng] + --docdir=DIR documentation root + [DATAROOTDIR/doc/dvipng--tex-live-] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] @@ -1441,7 +1442,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of dvipng 1.14:";; + short | recursive ) echo "Configuration of dvipng (TeX Live) 1.14:";; esac cat <<\_ACEOF @@ -1572,7 +1573,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -dvipng configure 1.14 +dvipng (TeX Live) configure 1.14 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2182,7 +2183,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 dvipng $as_me 1.14, which was +It was created by dvipng (TeX Live) $as_me 1.14, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -7675,7 +7676,7 @@ fi # Define the identity of the package. - PACKAGE='dvipng' + PACKAGE='dvipng--tex-live-' VERSION='1.14' @@ -12787,7 +12788,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" @@ -14939,7 +14940,7 @@ Usage: $0 [OPTIONS] Report bugs to ." lt_cl_version="\ -dvipng config.lt 1.14 +dvipng (TeX Live) config.lt 1.14 configured by $0, generated by GNU Autoconf 2.69. Copyright (C) 2011 Free Software Foundation, Inc. @@ -17123,7 +17124,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 dvipng $as_me 1.14, which was +This file was extended by dvipng (TeX Live) $as_me 1.14, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17193,7 +17194,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="\\ -dvipng config.status 1.14 +dvipng (TeX Live) config.status 1.14 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/texk/dvipng/configure.ac b/Build/source/texk/dvipng/configure.ac index a4d76c93208..4b736398873 100644 --- a/Build/source/texk/dvipng/configure.ac +++ b/Build/source/texk/dvipng/configure.ac @@ -14,7 +14,7 @@ dnl dnl ********************************************************************* dnl m4_include([version.ac])[] dnl define dvipng_version -AC_INIT([dvipng], dvipng_version, [tex-k@tug.org]) +AC_INIT([dvipng (TeX Live)], dvipng_version, [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([dvipng-]dvipng_version[/dvipng.c]) AC_CONFIG_AUX_DIR([../../build-aux]) diff --git a/Build/source/texk/dvipng/doc/dvipng.help b/Build/source/texk/dvipng/doc/dvipng.help index da28fcd4ab2..207fa5cd592 100644 --- a/Build/source/texk/dvipng/doc/dvipng.help +++ b/Build/source/texk/dvipng/doc/dvipng.help @@ -1,4 +1,4 @@ -This is ./dvipng 1.14 Copyright 2002-2010 Jan-Ake Larsson +This is ./dvipng (dvipng (TeX Live)) 1.14 Copyright 2002-2010 Jan-Ake Larsson Usage: ./dvipng [OPTION]... FILENAME[.dvi] Options are chosen to be similar to dvips' options where possible: diff --git a/Build/source/texk/dvipng/doc/dvipng.info b/Build/source/texk/dvipng/doc/dvipng.info index 6c4e2d01d15..234afe9ff7a 100644 --- a/Build/source/texk/dvipng/doc/dvipng.info +++ b/Build/source/texk/dvipng/doc/dvipng.info @@ -324,7 +324,7 @@ File: dvipng.info, Node: Option summary, Next: Option details, Up: Command-li Here is a handy summary of the options; it is printed out when you run dvipng with no arguments or with the standard '--help' option. - This is ./dvipng 1.14 Copyright 2002-2010 Jan-Ake Larsson + This is ./dvipng (dvipng (TeX Live)) 1.14 Copyright 2002-2010 Jan-Ake Larsson Usage: ./dvipng [OPTION]... FILENAME[.dvi] Options are chosen to be similar to dvips' options where possible: @@ -1172,19 +1172,19 @@ Node: Advice for non-privileged users9556 Node: Basic usage10567 Node: Command-line options11720 Node: Option summary12143 -Node: Option details14515 -Node: Graphics30478 -Node: Encapsulated PostScript31233 -Node: Bitmapped graphics32583 -Node: Raw PostScript33811 -Node: Color36064 -Node: Color specifications36475 -Node: Color specials37578 -Node: Diagnosing problems38995 -Node: Contact information39479 -Node: Debug options40207 -Node: Credits41218 -Node: Copying45227 -Node: Index46008 +Node: Option details14535 +Node: Graphics30498 +Node: Encapsulated PostScript31253 +Node: Bitmapped graphics32603 +Node: Raw PostScript33831 +Node: Color36084 +Node: Color specifications36495 +Node: Color specials37598 +Node: Diagnosing problems39015 +Node: Contact information39499 +Node: Debug options40227 +Node: Credits41238 +Node: Copying45247 +Node: Index46028  End Tag Table -- cgit v1.2.3