Skip to content

Commit 50c5397

Browse files
committed
Regenerate autoconf for 3.4.6
1 parent bf6230e commit 50c5397

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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.72 for poudriere 3.4.5.
3+
# Generated by GNU Autoconf 2.72 for poudriere 3.4.6.
44
#
55
# Report bugs to <https://github.com/freebsd/poudriere>.
66
#
@@ -614,8 +614,8 @@ MAKEFLAGS=
614614
# Identity of this package.
615615
PACKAGE_NAME='poudriere'
616616
PACKAGE_TARNAME='poudriere'
617-
PACKAGE_VERSION='3.4.5'
618-
PACKAGE_STRING='poudriere 3.4.5'
617+
PACKAGE_VERSION='3.4.6'
618+
PACKAGE_STRING='poudriere 3.4.6'
619619
PACKAGE_BUGREPORT='https://github.com/freebsd/poudriere'
620620
PACKAGE_URL=''
621621

@@ -1357,7 +1357,7 @@ if test "$ac_init_help" = "long"; then
13571357
# Omit some internal or obsolete options to make the list less imposing.
13581358
# This message is too long to be a string in the A/UX 3.1 sh.
13591359
cat <<_ACEOF
1360-
'configure' configures poudriere 3.4.5 to adapt to many kinds of systems.
1360+
'configure' configures poudriere 3.4.6 to adapt to many kinds of systems.
13611361
13621362
Usage: $0 [OPTION]... [VAR=VALUE]...
13631363
@@ -1428,7 +1428,7 @@ fi
14281428

14291429
if test -n "$ac_init_help"; then
14301430
case $ac_init_help in
1431-
short | recursive ) echo "Configuration of poudriere 3.4.5:";;
1431+
short | recursive ) echo "Configuration of poudriere 3.4.6:";;
14321432
esac
14331433
cat <<\_ACEOF
14341434
@@ -1543,7 +1543,7 @@ fi
15431543
test -n "$ac_init_help" && exit $ac_status
15441544
if $ac_init_version; then
15451545
cat <<\_ACEOF
1546-
poudriere configure 3.4.5
1546+
poudriere configure 3.4.6
15471547
generated by GNU Autoconf 2.72
15481548
15491549
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1821,7 +1821,7 @@ cat >config.log <<_ACEOF
18211821
This file contains any messages produced by compilers while
18221822
running configure, to aid debugging if configure makes a mistake.
18231823
1824-
It was created by poudriere $as_me 3.4.5, which was
1824+
It was created by poudriere $as_me 3.4.6, which was
18251825
generated by GNU Autoconf 2.72. Invocation command line was
18261826
18271827
$ $0$ac_configure_args_raw
@@ -3314,7 +3314,7 @@ fi
33143314

33153315
# Define the identity of the package.
33163316
PACKAGE='poudriere'
3317-
VERSION='3.4.5'
3317+
VERSION='3.4.6'
33183318

33193319

33203320
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -14202,7 +14202,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1420214202
# report actual input values of CONFIG_FILES etc. instead of their
1420314203
# values after options handling.
1420414204
ac_log="
14205-
This file was extended by poudriere $as_me 3.4.5, which was
14205+
This file was extended by poudriere $as_me 3.4.6, which was
1420614206
generated by GNU Autoconf 2.72. Invocation command line was
1420714207
1420814208
CONFIG_FILES = $CONFIG_FILES
@@ -14270,7 +14270,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1427014270
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1427114271
ac_cs_config='$ac_cs_config_escaped'
1427214272
ac_cs_version="\\
14273-
poudriere config.status 3.4.5
14273+
poudriere config.status 3.4.6
1427414274
configured by $0, generated by GNU Autoconf 2.72,
1427514275
with options \\"\$ac_cs_config\\"
1427614276

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([poudriere],[3.4.5],[https://github.com/freebsd/poudriere],[poudriere])
1+
AC_INIT([poudriere],[3.4.6],[https://github.com/freebsd/poudriere],[poudriere])
22
AC_CONFIG_SRCDIR([configure.ac])
33
AC_CONFIG_MACRO_DIRS([m4])
44
AC_CONFIG_AUX_DIR([build-aux])

0 commit comments

Comments
 (0)