Skip to content

Commit

Permalink
Run autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 3, 2025
1 parent 7e23673 commit 541e8ac
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 4 deletions.
40 changes: 39 additions & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.ac 495e922.
# From configure.ac 7e23673.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for Eggdrop 1.10.0.
#
Expand Down Expand Up @@ -4104,6 +4104,44 @@ printf "%s\n" "$egg_cv_var_ccwall" >&6; }
fi
fi

{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -std=gnu99" >&5
printf %s "checking whether C compiler accepts -std=gnu99... " >&6; }
if test ${ax_cv_check_cflags___std_gnu99+y}
then :
printf %s "(cached) " >&6
else $as_nop

ax_check_save_flags=$CFLAGS
CFLAGS="$CFLAGS -std=gnu99"
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___std_gnu99=yes
else $as_nop
ax_cv_check_cflags___std_gnu99=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___std_gnu99" >&5
printf "%s\n" "$ax_cv_check_cflags___std_gnu99" >&6; }
if test "x$ax_cv_check_cflags___std_gnu99" = xyes
then :
CFLAGS="-std=gnu99 $CFLAGS"
else $as_nop
:
fi



# Check for executable extension.
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 495e922.
# From configure.ac 7e23673.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for Eggdrop Compress Module 1.10.0.
#
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 495e922.
# From configure.ac 7e23673.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for Eggdrop DNS Module 1.10.0.
#
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 495e922.
# From configure.ac 7e23673.
# 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 541e8ac

Please sign in to comment.