Skip to content

Commit ac00290

Browse files
committed
Updated configure files for upcoming release.
1 parent dc8c038 commit ac00290

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

config/configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for dcmtk 3.6.8.
3+
# Generated by GNU Autoconf 2.69 for dcmtk 3.6.9.
44
#
55
# Report bugs to <bugs@dcmtk.org>.
66
#
@@ -579,9 +579,9 @@ MAKEFLAGS=
579579

580580
# Identity of this package.
581581
PACKAGE_NAME='dcmtk'
582-
PACKAGE_TARNAME='dcmtk-3.6.8'
583-
PACKAGE_VERSION='3.6.8'
584-
PACKAGE_STRING='dcmtk 3.6.8'
582+
PACKAGE_TARNAME='dcmtk-3.6.9'
583+
PACKAGE_VERSION='3.6.9'
584+
PACKAGE_STRING='dcmtk 3.6.9'
585585
PACKAGE_BUGREPORT='bugs@dcmtk.org'
586586
PACKAGE_URL='https://www.dcmtk.org/'
587587

@@ -1310,7 +1310,7 @@ if test "$ac_init_help" = "long"; then
13101310
# Omit some internal or obsolete options to make the list less imposing.
13111311
# This message is too long to be a string in the A/UX 3.1 sh.
13121312
cat <<_ACEOF
1313-
\`configure' configures dcmtk 3.6.8 to adapt to many kinds of systems.
1313+
\`configure' configures dcmtk 3.6.9 to adapt to many kinds of systems.
13141314
13151315
Usage: $0 [OPTION]... [VAR=VALUE]...
13161316
@@ -1375,7 +1375,7 @@ fi
13751375

13761376
if test -n "$ac_init_help"; then
13771377
case $ac_init_help in
1378-
short | recursive ) echo "Configuration of dcmtk 3.6.8:";;
1378+
short | recursive ) echo "Configuration of dcmtk 3.6.9:";;
13791379
esac
13801380
cat <<\_ACEOF
13811381
@@ -1551,7 +1551,7 @@ fi
15511551
test -n "$ac_init_help" && exit $ac_status
15521552
if $ac_init_version; then
15531553
cat <<\_ACEOF
1554-
dcmtk configure 3.6.8
1554+
dcmtk configure 3.6.9
15551555
generated by GNU Autoconf 2.69
15561556
15571557
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2411,7 +2411,7 @@ cat >config.log <<_ACEOF
24112411
This file contains any messages produced by compilers while
24122412
running configure, to aid debugging if configure makes a mistake.
24132413
2414-
It was created by dcmtk $as_me 3.6.8, which was
2414+
It was created by dcmtk $as_me 3.6.9, which was
24152415
generated by GNU Autoconf 2.69. Invocation command line was
24162416
24172417
$ $0 $@
@@ -14367,7 +14367,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1436714367
# report actual input values of CONFIG_FILES etc. instead of their
1436814368
# values after options handling.
1436914369
ac_log="
14370-
This file was extended by dcmtk $as_me 3.6.8, which was
14370+
This file was extended by dcmtk $as_me 3.6.9, which was
1437114371
generated by GNU Autoconf 2.69. Invocation command line was
1437214372
1437314373
CONFIG_FILES = $CONFIG_FILES
@@ -14430,7 +14430,7 @@ _ACEOF
1443014430
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1443114431
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1443214432
ac_cs_version="\\
14433-
dcmtk config.status 3.6.8
14433+
dcmtk config.status 3.6.9
1443414434
configured by $0, generated by GNU Autoconf 2.69,
1443514435
with options \\"\$ac_cs_config\\"
1443614436

config/configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_INIT(dcmtk, 3.6.8, [bugs@dcmtk.org], [dcmtk-3.6.8], [https://www.dcmtk.org/])
2+
AC_INIT(dcmtk, 3.6.9, [bugs@dcmtk.org], [dcmtk-3.6.9], [https://www.dcmtk.org/])
33
AC_PREREQ(2.60)
44
AC_CONFIG_SRCDIR(Makefile.in)
55
AC_CONFIG_HEADERS(include/dcmtk/config/osconfig.h)

0 commit comments

Comments
 (0)