Skip to content

Commit a3fcb06

Browse files
committed
Run autotools
1 parent 63ef680 commit a3fcb06

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# From configure.ac d8cd7b157.
2+
# From configure.ac 63ef680.
33
# Guess values for system-dependent variables and create Makefiles.
44
# Generated by GNU Autoconf 2.71 for Eggdrop 1.10.1.
55
#

src/mod/compress.mod/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# From configure.ac d8cd7b157.
2+
# From configure.ac 63ef680.
33
# Guess values for system-dependent variables and create Makefiles.
44
# Generated by GNU Autoconf 2.71 for Eggdrop Compress Module 1.10.1.
55
#

src/mod/dns.mod/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# From configure.ac d8cd7b157.
2+
# From configure.ac 63ef680.
33
# Guess values for system-dependent variables and create Makefiles.
44
# Generated by GNU Autoconf 2.71 for Eggdrop DNS Module 1.10.1.
55
#

src/mod/python.mod/configure

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# From configure.ac bb717ce.
2+
# From configure.ac 63ef680.
33
# Guess values for system-dependent variables and create Makefiles.
44
# Generated by GNU Autoconf 2.71 for Eggdrop Python Module 1.10.0.
55
#
@@ -2170,8 +2170,8 @@ if test "x$ax_check_ver" = x"no"; then
21702170
python_avail="false"
21712171
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no ($PYTHON_VERSION)" >&5
21722172
printf "%s\n" "no ($PYTHON_VERSION)" >&6; }
2173-
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Eggdrop requires python version 3.8.0 or higher" >&5
2174-
printf "%s\n" "$as_me: WARNING: Eggdrop requires python version 3.8.0 or higher" >&2;}
2173+
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Compiling Eggdrop with python requires python version 3.8.0 or higher" >&5
2174+
printf "%s\n" "$as_me: WARNING: Compiling Eggdrop with python requires python version 3.8.0 or higher" >&2;}
21752175
else
21762176
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes ($PYTHON_VERSION)" >&5
21772177
printf "%s\n" "yes ($PYTHON_VERSION)" >&6; }

0 commit comments

Comments
 (0)