Skip to content

Commit a5ca2f3

Browse files
committed
Run autoconf
1 parent 4a0fabd commit a5ca2f3

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 66e260d.
2+
# From configure.ac 4a0fabd.
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.69 for Eggdrop 1.8.2.
4+
# Generated by GNU Autoconf 2.69 for Eggdrop 1.8.3.
55
#
66
# Report bugs to <bugs@eggheads.org>.
77
#
@@ -583,8 +583,8 @@ MAKEFLAGS=
583583
# Identity of this package.
584584
PACKAGE_NAME='Eggdrop'
585585
PACKAGE_TARNAME='eggdrop'
586-
PACKAGE_VERSION='1.8.2'
587-
PACKAGE_STRING='Eggdrop 1.8.2'
586+
PACKAGE_VERSION='1.8.3'
587+
PACKAGE_STRING='Eggdrop 1.8.3'
588588
PACKAGE_BUGREPORT='bugs@eggheads.org'
589589
PACKAGE_URL=''
590590

@@ -1326,7 +1326,7 @@ if test "$ac_init_help" = "long"; then
13261326
# Omit some internal or obsolete options to make the list less imposing.
13271327
# This message is too long to be a string in the A/UX 3.1 sh.
13281328
cat <<_ACEOF
1329-
\`configure' configures Eggdrop 1.8.2 to adapt to many kinds of systems.
1329+
\`configure' configures Eggdrop 1.8.3 to adapt to many kinds of systems.
13301330
13311331
Usage: $0 [OPTION]... [VAR=VALUE]...
13321332
@@ -1393,7 +1393,7 @@ fi
13931393

13941394
if test -n "$ac_init_help"; then
13951395
case $ac_init_help in
1396-
short | recursive ) echo "Configuration of Eggdrop 1.8.2:";;
1396+
short | recursive ) echo "Configuration of Eggdrop 1.8.3:";;
13971397
esac
13981398
cat <<\_ACEOF
13991399
@@ -1502,7 +1502,7 @@ fi
15021502
test -n "$ac_init_help" && exit $ac_status
15031503
if $ac_init_version; then
15041504
cat <<\_ACEOF
1505-
Eggdrop configure 1.8.2
1505+
Eggdrop configure 1.8.3
15061506
generated by GNU Autoconf 2.69
15071507
15081508
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2213,7 +2213,7 @@ cat >config.log <<_ACEOF
22132213
This file contains any messages produced by compilers while
22142214
running configure, to aid debugging if configure makes a mistake.
22152215
2216-
It was created by Eggdrop $as_me 1.8.2, which was
2216+
It was created by Eggdrop $as_me 1.8.3, which was
22172217
generated by GNU Autoconf 2.69. Invocation command line was
22182218
22192219
$ $0 $@
@@ -9803,7 +9803,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
98039803
# report actual input values of CONFIG_FILES etc. instead of their
98049804
# values after options handling.
98059805
ac_log="
9806-
This file was extended by Eggdrop $as_me 1.8.2, which was
9806+
This file was extended by Eggdrop $as_me 1.8.3, which was
98079807
generated by GNU Autoconf 2.69. Invocation command line was
98089808
98099809
CONFIG_FILES = $CONFIG_FILES
@@ -9869,7 +9869,7 @@ _ACEOF
98699869
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
98709870
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
98719871
ac_cs_version="\\
9872-
Eggdrop config.status 1.8.2
9872+
Eggdrop config.status 1.8.3
98739873
configured by $0, generated by GNU Autoconf 2.69,
98749874
with options \\"\$ac_cs_config\\"
98759875

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 66e260d.
2+
# From configure.ac 4a0fabd.
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.69 for Eggdrop Compress Module 1.8.2.
4+
# Generated by GNU Autoconf 2.69 for Eggdrop Compress Module 1.8.3.
55
#
66
# Report bugs to <bugs@eggheads.org>.
77
#
@@ -583,8 +583,8 @@ MAKEFLAGS=
583583
# Identity of this package.
584584
PACKAGE_NAME='Eggdrop Compress Module'
585585
PACKAGE_TARNAME='eggdrop-compress-module'
586-
PACKAGE_VERSION='1.8.2'
587-
PACKAGE_STRING='Eggdrop Compress Module 1.8.2'
586+
PACKAGE_VERSION='1.8.3'
587+
PACKAGE_STRING='Eggdrop Compress Module 1.8.3'
588588
PACKAGE_BUGREPORT='bugs@eggheads.org'
589589
PACKAGE_URL=''
590590

@@ -1240,7 +1240,7 @@ if test "$ac_init_help" = "long"; then
12401240
# Omit some internal or obsolete options to make the list less imposing.
12411241
# This message is too long to be a string in the A/UX 3.1 sh.
12421242
cat <<_ACEOF
1243-
\`configure' configures Eggdrop Compress Module 1.8.2 to adapt to many kinds of systems.
1243+
\`configure' configures Eggdrop Compress Module 1.8.3 to adapt to many kinds of systems.
12441244
12451245
Usage: $0 [OPTION]... [VAR=VALUE]...
12461246
@@ -1303,7 +1303,7 @@ fi
13031303

13041304
if test -n "$ac_init_help"; then
13051305
case $ac_init_help in
1306-
short | recursive ) echo "Configuration of Eggdrop Compress Module 1.8.2:";;
1306+
short | recursive ) echo "Configuration of Eggdrop Compress Module 1.8.3:";;
13071307
esac
13081308
cat <<\_ACEOF
13091309
@@ -1383,7 +1383,7 @@ fi
13831383
test -n "$ac_init_help" && exit $ac_status
13841384
if $ac_init_version; then
13851385
cat <<\_ACEOF
1386-
Eggdrop Compress Module configure 1.8.2
1386+
Eggdrop Compress Module configure 1.8.3
13871387
generated by GNU Autoconf 2.69
13881388
13891389
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1687,7 +1687,7 @@ cat >config.log <<_ACEOF
16871687
This file contains any messages produced by compilers while
16881688
running configure, to aid debugging if configure makes a mistake.
16891689
1690-
It was created by Eggdrop Compress Module $as_me 1.8.2, which was
1690+
It was created by Eggdrop Compress Module $as_me 1.8.3, which was
16911691
generated by GNU Autoconf 2.69. Invocation command line was
16921692
16931693
$ $0 $@
@@ -3878,7 +3878,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
38783878
# report actual input values of CONFIG_FILES etc. instead of their
38793879
# values after options handling.
38803880
ac_log="
3881-
This file was extended by Eggdrop Compress Module $as_me 1.8.2, which was
3881+
This file was extended by Eggdrop Compress Module $as_me 1.8.3, which was
38823882
generated by GNU Autoconf 2.69. Invocation command line was
38833883
38843884
CONFIG_FILES = $CONFIG_FILES
@@ -3931,7 +3931,7 @@ _ACEOF
39313931
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
39323932
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
39333933
ac_cs_version="\\
3934-
Eggdrop Compress Module config.status 1.8.2
3934+
Eggdrop Compress Module config.status 1.8.3
39353935
configured by $0, generated by GNU Autoconf 2.69,
39363936
with options \\"\$ac_cs_config\\"
39373937

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 66e260d.
2+
# From configure.ac 4a0fabd.
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.69 for Eggdrop DNS Module 1.8.2.
4+
# Generated by GNU Autoconf 2.69 for Eggdrop DNS Module 1.8.3.
55
#
66
# Report bugs to <bugs@eggheads.org>.
77
#
@@ -582,8 +582,8 @@ MAKEFLAGS=
582582
# Identity of this package.
583583
PACKAGE_NAME='Eggdrop DNS Module'
584584
PACKAGE_TARNAME='eggdrop-dns-module'
585-
PACKAGE_VERSION='1.8.2'
586-
PACKAGE_STRING='Eggdrop DNS Module 1.8.2'
585+
PACKAGE_VERSION='1.8.3'
586+
PACKAGE_STRING='Eggdrop DNS Module 1.8.3'
587587
PACKAGE_BUGREPORT='bugs@eggheads.org'
588588
PACKAGE_URL=''
589589

@@ -1200,7 +1200,7 @@ if test "$ac_init_help" = "long"; then
12001200
# Omit some internal or obsolete options to make the list less imposing.
12011201
# This message is too long to be a string in the A/UX 3.1 sh.
12021202
cat <<_ACEOF
1203-
\`configure' configures Eggdrop DNS Module 1.8.2 to adapt to many kinds of systems.
1203+
\`configure' configures Eggdrop DNS Module 1.8.3 to adapt to many kinds of systems.
12041204
12051205
Usage: $0 [OPTION]... [VAR=VALUE]...
12061206
@@ -1263,7 +1263,7 @@ fi
12631263

12641264
if test -n "$ac_init_help"; then
12651265
case $ac_init_help in
1266-
short | recursive ) echo "Configuration of Eggdrop DNS Module 1.8.2:";;
1266+
short | recursive ) echo "Configuration of Eggdrop DNS Module 1.8.3:";;
12671267
esac
12681268
cat <<\_ACEOF
12691269
@@ -1342,7 +1342,7 @@ fi
13421342
test -n "$ac_init_help" && exit $ac_status
13431343
if $ac_init_version; then
13441344
cat <<\_ACEOF
1345-
Eggdrop DNS Module configure 1.8.2
1345+
Eggdrop DNS Module configure 1.8.3
13461346
generated by GNU Autoconf 2.69
13471347
13481348
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1476,7 +1476,7 @@ cat >config.log <<_ACEOF
14761476
This file contains any messages produced by compilers while
14771477
running configure, to aid debugging if configure makes a mistake.
14781478
1479-
It was created by Eggdrop DNS Module $as_me 1.8.2, which was
1479+
It was created by Eggdrop DNS Module $as_me 1.8.3, which was
14801480
generated by GNU Autoconf 2.69. Invocation command line was
14811481
14821482
$ $0 $@
@@ -3310,7 +3310,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
33103310
# report actual input values of CONFIG_FILES etc. instead of their
33113311
# values after options handling.
33123312
ac_log="
3313-
This file was extended by Eggdrop DNS Module $as_me 1.8.2, which was
3313+
This file was extended by Eggdrop DNS Module $as_me 1.8.3, which was
33143314
generated by GNU Autoconf 2.69. Invocation command line was
33153315
33163316
CONFIG_FILES = $CONFIG_FILES
@@ -3363,7 +3363,7 @@ _ACEOF
33633363
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
33643364
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
33653365
ac_cs_version="\\
3366-
Eggdrop DNS Module config.status 1.8.2
3366+
Eggdrop DNS Module config.status 1.8.3
33673367
configured by $0, generated by GNU Autoconf 2.69,
33683368
with options \\"\$ac_cs_config\\"
33693369

0 commit comments

Comments
 (0)