From 1ff1e4f491a86cfda2b22a46ba4ea14ddd190d1d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 30 Jan 2023 22:07:37 +0000 Subject: urlbst (30jan23) git-svn-id: svn://tug.org/texlive/trunk@65694 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/bibtex/urlbst/configure | 22 +++++++++++----------- .../texmf-dist/source/bibtex/urlbst/configure.ac | 8 +++++--- 2 files changed, 16 insertions(+), 14 deletions(-) (limited to 'Master/texmf-dist/source/bibtex') diff --git a/Master/texmf-dist/source/bibtex/urlbst/configure b/Master/texmf-dist/source/bibtex/urlbst/configure index 6817ec0028c..dcdda31145c 100755 --- a/Master/texmf-dist/source/bibtex/urlbst/configure +++ b/Master/texmf-dist/source/bibtex/urlbst/configure @@ -1,7 +1,7 @@ #! /bin/sh # From configure.ac @PACKAGE_VERSION@. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for urlbst 0.9. +# Generated by GNU Autoconf 2.71 for urlbst 0.9.1. # # Report bugs to . # @@ -611,8 +611,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='urlbst' PACKAGE_TARNAME='urlbst' -PACKAGE_VERSION='0.9' -PACKAGE_STRING='urlbst 0.9' +PACKAGE_VERSION='0.9.1' +PACKAGE_STRING='urlbst 0.9.1' PACKAGE_BUGREPORT='gray@nxg.name' PACKAGE_URL='' @@ -1229,7 +1229,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 urlbst 0.9 to adapt to many kinds of systems. +\`configure' configures urlbst 0.9.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1291,7 +1291,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of urlbst 0.9:";; + short | recursive ) echo "Configuration of urlbst 0.9.1:";; esac cat <<\_ACEOF @@ -1367,7 +1367,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -urlbst configure 0.9 +urlbst configure 0.9.1 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1404,7 +1404,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 urlbst $as_me 0.9, which was +It was created by urlbst $as_me 0.9.1, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -1744,7 +1744,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu -RELEASEDATE="2022 December 1" +RELEASEDATE="2023 January 30" REPOURL=https://heptapod.host/nxg/urlbst @@ -1754,7 +1754,7 @@ CTANURL=https://ctan.org/pkg/urlbst -COPYRIGHTYEARS="2002-03, 2005-12, 2014, 2019, 2022" +COPYRIGHTYEARS="2002–23" @@ -2427,7 +2427,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 urlbst $as_me 0.9, which was +This file was extended by urlbst $as_me 0.9.1, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2482,7 +2482,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -urlbst config.status 0.9 +urlbst config.status 0.9.1 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/Master/texmf-dist/source/bibtex/urlbst/configure.ac b/Master/texmf-dist/source/bibtex/urlbst/configure.ac index d8f52270447..dc1d706b022 100644 --- a/Master/texmf-dist/source/bibtex/urlbst/configure.ac +++ b/Master/texmf-dist/source/bibtex/urlbst/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script -AC_INIT(urlbst, 0.9, gray@nxg.name) -RELEASEDATE="2022 December 1" +AC_INIT(urlbst, 0.9.1, gray@nxg.name) +RELEASEDATE="2023 January 30" AC_SUBST(RELEASEDATE) AC_SUBST(REPOURL, [https://heptapod.host/nxg/urlbst]) @@ -8,7 +8,9 @@ AC_SUBST(CTANURL, [https://ctan.org/pkg/urlbst]) AC_REVISION(@PACKAGE_VERSION@) -COPYRIGHTYEARS="2002-03, 2005-12, 2014, 2019, 2022" +dnl COPYRIGHTYEARS="2002-03, 2005-12, 2014, 2019, 2022, 2023" +dnl simpler... +COPYRIGHTYEARS="2002–23" AC_SUBST(COPYRIGHTYEARS) AC_PREREQ(2.50) -- cgit v1.2.3