diff options
author | tnn <tnn@pkgsrc.org> | 2007-08-03 21:42:04 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-08-03 21:42:04 +0000 |
commit | 5b5761f0b72a98720c15889633eed7b47a3ee32b (patch) | |
tree | 078fff17d80dd4a45b76550f6c874c351336b0d2 /pkgtools | |
parent | 15f2093a3736667875868549322ef87a60c77d28 (diff) | |
download | pkgsrc-5b5761f0b72a98720c15889633eed7b47a3ee32b.tar.gz |
Bump version to 20070803 after fixing a crash when generating Tiger hashes
Diffstat (limited to 'pkgtools')
-rwxr-xr-x | pkgtools/digest/files/configure | 18 | ||||
-rw-r--r-- | pkgtools/digest/files/configure.ac | 4 |
2 files changed, 11 insertions, 11 deletions
diff --git a/pkgtools/digest/files/configure b/pkgtools/digest/files/configure index 5b9879ebde5..623c4c5b710 100755 --- a/pkgtools/digest/files/configure +++ b/pkgtools/digest/files/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for nbsd-digest 20070703. +# Generated by GNU Autoconf 2.61 for nbsd-digest 20070803. # # Report bugs to <agc@netbsd.org>. # @@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='nbsd-digest' PACKAGE_TARNAME='nbsd-digest' -PACKAGE_VERSION='20070703' -PACKAGE_STRING='nbsd-digest 20070703' +PACKAGE_VERSION='20070803' +PACKAGE_STRING='nbsd-digest 20070803' PACKAGE_BUGREPORT='agc@netbsd.org' ac_unique_file="digest.c" @@ -1193,7 +1193,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 nbsd-digest 20070703 to adapt to many kinds of systems. +\`configure' configures nbsd-digest 20070803 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1263,7 +1263,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of nbsd-digest 20070703:";; + short | recursive ) echo "Configuration of nbsd-digest 20070803:";; esac cat <<\_ACEOF @@ -1341,7 +1341,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -nbsd-digest configure 20070703 +nbsd-digest configure 20070803 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1355,7 +1355,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 nbsd-digest $as_me 20070703, which was +It was created by nbsd-digest $as_me 20070803, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -5376,7 +5376,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by nbsd-digest $as_me 20070703, which was +This file was extended by nbsd-digest $as_me 20070803, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5425,7 +5425,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -nbsd-digest config.status 20070703 +nbsd-digest config.status 20070803 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/pkgtools/digest/files/configure.ac b/pkgtools/digest/files/configure.ac index 18f1e97aa80..e23a5320010 100644 --- a/pkgtools/digest/files/configure.ac +++ b/pkgtools/digest/files/configure.ac @@ -1,7 +1,7 @@ -dnl $Id: configure.ac,v 1.10 2007/07/27 17:08:27 joerg Exp $ +dnl $Id: configure.ac,v 1.11 2007/08/03 21:42:04 tnn Exp $ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([nbsd-digest],[20070703],[agc@netbsd.org]) +AC_INIT([nbsd-digest],[20070803],[agc@netbsd.org]) AC_CONFIG_SRCDIR([digest.c]) AC_CONFIG_HEADER(config.h) AC_ARG_PROGRAM |