Skip to content

Commit 7077e5c

Browse files
committed
Run autoconf
1 parent d8cd7b1 commit 7077e5c

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
2-
# From configure.ac bb717ce.
2+
# From configure.ac d8cd7b157.
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.71 for Eggdrop 1.10.0.
4+
# Generated by GNU Autoconf 2.71 for Eggdrop 1.10.1.
55
#
66
# Report bugs to <bugs@eggheads.org>.
77
#
@@ -614,8 +614,8 @@ MAKEFLAGS=
614614
# Identity of this package.
615615
PACKAGE_NAME='Eggdrop'
616616
PACKAGE_TARNAME='eggdrop'
617-
PACKAGE_VERSION='1.10.0'
618-
PACKAGE_STRING='Eggdrop 1.10.0'
617+
PACKAGE_VERSION='1.10.1'
618+
PACKAGE_STRING='Eggdrop 1.10.1'
619619
PACKAGE_BUGREPORT='bugs@eggheads.org'
620620
PACKAGE_URL='https://www.eggheads.org'
621621

@@ -1361,7 +1361,7 @@ if test "$ac_init_help" = "long"; then
13611361
# Omit some internal or obsolete options to make the list less imposing.
13621362
# This message is too long to be a string in the A/UX 3.1 sh.
13631363
cat <<_ACEOF
1364-
\`configure' configures Eggdrop 1.10.0 to adapt to many kinds of systems.
1364+
\`configure' configures Eggdrop 1.10.1 to adapt to many kinds of systems.
13651365
13661366
Usage: $0 [OPTION]... [VAR=VALUE]...
13671367
@@ -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 Eggdrop 1.10.0:";;
1431+
short | recursive ) echo "Configuration of Eggdrop 1.10.1:";;
14321432
esac
14331433
cat <<\_ACEOF
14341434
@@ -1540,7 +1540,7 @@ fi
15401540
test -n "$ac_init_help" && exit $ac_status
15411541
if $ac_init_version; then
15421542
cat <<\_ACEOF
1543-
Eggdrop configure 1.10.0
1543+
Eggdrop configure 1.10.1
15441544
generated by GNU Autoconf 2.71
15451545
15461546
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2199,7 +2199,7 @@ cat >config.log <<_ACEOF
21992199
This file contains any messages produced by compilers while
22002200
running configure, to aid debugging if configure makes a mistake.
22012201
2202-
It was created by Eggdrop $as_me 1.10.0, which was
2202+
It was created by Eggdrop $as_me 1.10.1, which was
22032203
generated by GNU Autoconf 2.71. Invocation command line was
22042204
22052205
$ $0$ac_configure_args_raw
@@ -11287,7 +11287,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1128711287
# report actual input values of CONFIG_FILES etc. instead of their
1128811288
# values after options handling.
1128911289
ac_log="
11290-
This file was extended by Eggdrop $as_me 1.10.0, which was
11290+
This file was extended by Eggdrop $as_me 1.10.1, which was
1129111291
generated by GNU Autoconf 2.71. Invocation command line was
1129211292
1129311293
CONFIG_FILES = $CONFIG_FILES
@@ -11356,7 +11356,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1135611356
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1135711357
ac_cs_config='$ac_cs_config_escaped'
1135811358
ac_cs_version="\\
11359-
Eggdrop config.status 1.10.0
11359+
Eggdrop config.status 1.10.1
1136011360
configured by $0, generated by GNU Autoconf 2.71,
1136111361
with options \\"\$ac_cs_config\\"
1136211362

src/mod/compress.mod/configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
2-
# From configure.ac bb717ce.
2+
# From configure.ac d8cd7b157.
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.71 for Eggdrop Compress Module 1.10.0.
4+
# Generated by GNU Autoconf 2.71 for Eggdrop Compress Module 1.10.1.
55
#
66
# Report bugs to <bugs@eggheads.org>.
77
#
@@ -613,8 +613,8 @@ MAKEFLAGS=
613613
# Identity of this package.
614614
PACKAGE_NAME='Eggdrop Compress Module'
615615
PACKAGE_TARNAME='eggdrop-compress-module'
616-
PACKAGE_VERSION='1.10.0'
617-
PACKAGE_STRING='Eggdrop Compress Module 1.10.0'
616+
PACKAGE_VERSION='1.10.1'
617+
PACKAGE_STRING='Eggdrop Compress Module 1.10.1'
618618
PACKAGE_BUGREPORT='bugs@eggheads.org'
619619
PACKAGE_URL=''
620620

@@ -1260,7 +1260,7 @@ if test "$ac_init_help" = "long"; then
12601260
# Omit some internal or obsolete options to make the list less imposing.
12611261
# This message is too long to be a string in the A/UX 3.1 sh.
12621262
cat <<_ACEOF
1263-
\`configure' configures Eggdrop Compress Module 1.10.0 to adapt to many kinds of systems.
1263+
\`configure' configures Eggdrop Compress Module 1.10.1 to adapt to many kinds of systems.
12641264
12651265
Usage: $0 [OPTION]... [VAR=VALUE]...
12661266
@@ -1323,7 +1323,7 @@ fi
13231323

13241324
if test -n "$ac_init_help"; then
13251325
case $ac_init_help in
1326-
short | recursive ) echo "Configuration of Eggdrop Compress Module 1.10.0:";;
1326+
short | recursive ) echo "Configuration of Eggdrop Compress Module 1.10.1:";;
13271327
esac
13281328
cat <<\_ACEOF
13291329
@@ -1403,7 +1403,7 @@ fi
14031403
test -n "$ac_init_help" && exit $ac_status
14041404
if $ac_init_version; then
14051405
cat <<\_ACEOF
1406-
Eggdrop Compress Module configure 1.10.0
1406+
Eggdrop Compress Module configure 1.10.1
14071407
generated by GNU Autoconf 2.71
14081408
14091409
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1561,7 +1561,7 @@ cat >config.log <<_ACEOF
15611561
This file contains any messages produced by compilers while
15621562
running configure, to aid debugging if configure makes a mistake.
15631563
1564-
It was created by Eggdrop Compress Module $as_me 1.10.0, which was
1564+
It was created by Eggdrop Compress Module $as_me 1.10.1, which was
15651565
generated by GNU Autoconf 2.71. Invocation command line was
15661566
15671567
$ $0$ac_configure_args_raw
@@ -3549,7 +3549,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
35493549
# report actual input values of CONFIG_FILES etc. instead of their
35503550
# values after options handling.
35513551
ac_log="
3552-
This file was extended by Eggdrop Compress Module $as_me 1.10.0, which was
3552+
This file was extended by Eggdrop Compress Module $as_me 1.10.1, which was
35533553
generated by GNU Autoconf 2.71. Invocation command line was
35543554
35553555
CONFIG_FILES = $CONFIG_FILES
@@ -3604,7 +3604,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
36043604
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
36053605
ac_cs_config='$ac_cs_config_escaped'
36063606
ac_cs_version="\\
3607-
Eggdrop Compress Module config.status 1.10.0
3607+
Eggdrop Compress Module config.status 1.10.1
36083608
configured by $0, generated by GNU Autoconf 2.71,
36093609
with options \\"\$ac_cs_config\\"
36103610

src/mod/dns.mod/configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
2-
# From configure.ac bb717ce.
2+
# From configure.ac d8cd7b157.
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.71 for Eggdrop DNS Module 1.10.0.
4+
# Generated by GNU Autoconf 2.71 for Eggdrop DNS Module 1.10.1.
55
#
66
# Report bugs to <bugs@eggheads.org>.
77
#
@@ -613,8 +613,8 @@ MAKEFLAGS=
613613
# Identity of this package.
614614
PACKAGE_NAME='Eggdrop DNS Module'
615615
PACKAGE_TARNAME='eggdrop-dns-module'
616-
PACKAGE_VERSION='1.10.0'
617-
PACKAGE_STRING='Eggdrop DNS Module 1.10.0'
616+
PACKAGE_VERSION='1.10.1'
617+
PACKAGE_STRING='Eggdrop DNS Module 1.10.1'
618618
PACKAGE_BUGREPORT='bugs@eggheads.org'
619619
PACKAGE_URL=''
620620

@@ -1229,7 +1229,7 @@ if test "$ac_init_help" = "long"; then
12291229
# Omit some internal or obsolete options to make the list less imposing.
12301230
# This message is too long to be a string in the A/UX 3.1 sh.
12311231
cat <<_ACEOF
1232-
\`configure' configures Eggdrop DNS Module 1.10.0 to adapt to many kinds of systems.
1232+
\`configure' configures Eggdrop DNS Module 1.10.1 to adapt to many kinds of systems.
12331233
12341234
Usage: $0 [OPTION]... [VAR=VALUE]...
12351235
@@ -1292,7 +1292,7 @@ fi
12921292

12931293
if test -n "$ac_init_help"; then
12941294
case $ac_init_help in
1295-
short | recursive ) echo "Configuration of Eggdrop DNS Module 1.10.0:";;
1295+
short | recursive ) echo "Configuration of Eggdrop DNS Module 1.10.1:";;
12961296
esac
12971297
cat <<\_ACEOF
12981298
@@ -1372,7 +1372,7 @@ fi
13721372
test -n "$ac_init_help" && exit $ac_status
13731373
if $ac_init_version; then
13741374
cat <<\_ACEOF
1375-
Eggdrop DNS Module configure 1.10.0
1375+
Eggdrop DNS Module configure 1.10.1
13761376
generated by GNU Autoconf 2.71
13771377
13781378
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1530,7 +1530,7 @@ cat >config.log <<_ACEOF
15301530
This file contains any messages produced by compilers while
15311531
running configure, to aid debugging if configure makes a mistake.
15321532
1533-
It was created by Eggdrop DNS Module $as_me 1.10.0, which was
1533+
It was created by Eggdrop DNS Module $as_me 1.10.1, which was
15341534
generated by GNU Autoconf 2.71. Invocation command line was
15351535
15361536
$ $0$ac_configure_args_raw
@@ -3587,7 +3587,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
35873587
# report actual input values of CONFIG_FILES etc. instead of their
35883588
# values after options handling.
35893589
ac_log="
3590-
This file was extended by Eggdrop DNS Module $as_me 1.10.0, which was
3590+
This file was extended by Eggdrop DNS Module $as_me 1.10.1, which was
35913591
generated by GNU Autoconf 2.71. Invocation command line was
35923592
35933593
CONFIG_FILES = $CONFIG_FILES
@@ -3642,7 +3642,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
36423642
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
36433643
ac_cs_config='$ac_cs_config_escaped'
36443644
ac_cs_version="\\
3645-
Eggdrop DNS Module config.status 1.10.0
3645+
Eggdrop DNS Module config.status 1.10.1
36463646
configured by $0, generated by GNU Autoconf 2.71,
36473647
with options \\"\$ac_cs_config\\"
36483648

0 commit comments

Comments
 (0)