Skip to content

Commit 541e8ac

Browse files
committed
Run autotools
1 parent 7e23673 commit 541e8ac

File tree

4 files changed

+42
-4
lines changed

4 files changed

+42
-4
lines changed

configure

+39-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# From configure.ac 495e922.
2+
# From configure.ac 7e23673.
33
# Guess values for system-dependent variables and create Makefiles.
44
# Generated by GNU Autoconf 2.71 for Eggdrop 1.10.0.
55
#
@@ -4104,6 +4104,44 @@ printf "%s\n" "$egg_cv_var_ccwall" >&6; }
41044104
fi
41054105
fi
41064106

4107+
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -std=gnu99" >&5
4108+
printf %s "checking whether C compiler accepts -std=gnu99... " >&6; }
4109+
if test ${ax_cv_check_cflags___std_gnu99+y}
4110+
then :
4111+
printf %s "(cached) " >&6
4112+
else $as_nop
4113+
4114+
ax_check_save_flags=$CFLAGS
4115+
CFLAGS="$CFLAGS -std=gnu99"
4116+
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4117+
/* end confdefs.h. */
4118+
4119+
int
4120+
main (void)
4121+
{
4122+
4123+
;
4124+
return 0;
4125+
}
4126+
_ACEOF
4127+
if ac_fn_c_try_compile "$LINENO"
4128+
then :
4129+
ax_cv_check_cflags___std_gnu99=yes
4130+
else $as_nop
4131+
ax_cv_check_cflags___std_gnu99=no
4132+
fi
4133+
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
4134+
CFLAGS=$ax_check_save_flags
4135+
fi
4136+
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___std_gnu99" >&5
4137+
printf "%s\n" "$ax_cv_check_cflags___std_gnu99" >&6; }
4138+
if test "x$ax_cv_check_cflags___std_gnu99" = xyes
4139+
then :
4140+
CFLAGS="-std=gnu99 $CFLAGS"
4141+
else $as_nop
4142+
:
4143+
fi
4144+
41074145

41084146

41094147
# Check for executable extension.

src/mod/compress.mod/configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# From configure.ac 495e922.
2+
# From configure.ac 7e23673.
33
# Guess values for system-dependent variables and create Makefiles.
44
# Generated by GNU Autoconf 2.71 for Eggdrop Compress Module 1.10.0.
55
#

src/mod/dns.mod/configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# From configure.ac 495e922.
2+
# From configure.ac 7e23673.
33
# Guess values for system-dependent variables and create Makefiles.
44
# Generated by GNU Autoconf 2.71 for Eggdrop DNS Module 1.10.0.
55
#

src/mod/python.mod/configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# From configure.ac 495e922.
2+
# From configure.ac 7e23673.
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
#

0 commit comments

Comments
 (0)