Skip to content

Commit

Permalink
Run autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 29, 2024
1 parent 6566ff0 commit 951b6ba
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 4 deletions.
78 changes: 77 additions & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.ac 4af46aa3.
# From configure.ac 6566ff0.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for Eggdrop 1.9.5.
#
Expand Down Expand Up @@ -9761,6 +9761,82 @@ fi
debug_options="debug debug_assert debug_mem debug_dns"
debug_cflags_debug="-g3 -DDEBUG"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -Og" >&5
printf %s "checking whether C compiler accepts -Og... " >&6; }
if test ${ax_cv_check_cflags___Og+y}
then :
printf %s "(cached) " >&6
else $as_nop
ax_check_save_flags=$CFLAGS
CFLAGS="$CFLAGS -Og"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
int
main (void)
{
;
return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
ax_cv_check_cflags___Og=yes
else $as_nop
ax_cv_check_cflags___Og=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
CFLAGS=$ax_check_save_flags
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___Og" >&5
printf "%s\n" "$ax_cv_check_cflags___Og" >&6; }
if test "x$ax_cv_check_cflags___Og" = xyes
then :
debug_cflags_debug="-Og $debug_cflags_debug"
else $as_nop
:
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -fsanitize=address" >&5
printf %s "checking whether C compiler accepts -fsanitize=address... " >&6; }
if test ${ax_cv_check_cflags___fsanitize_address+y}
then :
printf %s "(cached) " >&6
else $as_nop
ax_check_save_flags=$CFLAGS
CFLAGS="$CFLAGS -fsanitize=address"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
int
main (void)
{
;
return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
ax_cv_check_cflags___fsanitize_address=yes
else $as_nop
ax_cv_check_cflags___fsanitize_address=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
CFLAGS=$ax_check_save_flags
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___fsanitize_address" >&5
printf "%s\n" "$ax_cv_check_cflags___fsanitize_address" >&6; }
if test "x$ax_cv_check_cflags___fsanitize_address" = xyes
then :
debug_cflags_debug="$debug_cflags_debug -fsanitize=address"
else $as_nop
:
fi
debug_cflags_debug_assert="-DDEBUG_ASSERT"
debug_cflags_debug_mem="-DDEBUG_MEM"
debug_cflags_debug_dns="-DDEBUG_DNS"
Expand Down
2 changes: 1 addition & 1 deletion src/mod/compress.mod/configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.ac 4af46aa3.
# From configure.ac 6566ff0.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for Eggdrop Compress Module 1.9.5.
#
Expand Down
2 changes: 1 addition & 1 deletion src/mod/dns.mod/configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.ac 4af46aa3.
# From configure.ac 6566ff0.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for Eggdrop DNS Module 1.9.5.
#
Expand Down
2 changes: 1 addition & 1 deletion src/mod/python.mod/configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.ac 4af46aa3.
# From configure.ac 6566ff0.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for Eggdrop Python Module 1.10.0.
#
Expand Down

0 comments on commit 951b6ba

Please sign in to comment.