|
version 1.61, 2026/05/19 15:53:56
|
version 1.62, 2026/05/20 04:07:04
|
|
Line 1
|
Line 1
|
| #! /bin/sh |
#! /bin/sh |
| # Guess values for system-dependent variables and create Makefiles. |
# Guess values for system-dependent variables and create Makefiles. |
| # Generated by GNU Autoconf 2.72 for libaitsched 8.5. | # Generated by GNU Autoconf 2.72 for libaitsched 8.6. |
| # |
# |
| # Report bugs to <misho@elwix.org>. |
# Report bugs to <misho@elwix.org>. |
| # |
# |
|
Line 603 MAKEFLAGS=
|
Line 603 MAKEFLAGS=
|
| # Identity of this package. |
# Identity of this package. |
| PACKAGE_NAME='libaitsched' |
PACKAGE_NAME='libaitsched' |
| PACKAGE_TARNAME='libaitsched' |
PACKAGE_TARNAME='libaitsched' |
| PACKAGE_VERSION='8.5' | PACKAGE_VERSION='8.6' |
| PACKAGE_STRING='libaitsched 8.5' | PACKAGE_STRING='libaitsched 8.6' |
| PACKAGE_BUGREPORT='misho@elwix.org' |
PACKAGE_BUGREPORT='misho@elwix.org' |
| PACKAGE_URL='' |
PACKAGE_URL='' |
| |
|
|
Line 716 enable_epoll
|
Line 716 enable_epoll
|
| enable_kqueue |
enable_kqueue |
| with_kq_events |
with_kq_events |
| with_elwix |
with_elwix |
| |
enable_atomic |
| ' |
' |
| ac_precious_vars='build_alias |
ac_precious_vars='build_alias |
| host_alias |
host_alias |
|
Line 1273 if test "$ac_init_help" = "long"; then
|
Line 1274 if test "$ac_init_help" = "long"; then
|
| # Omit some internal or obsolete options to make the list less imposing. |
# Omit some internal or obsolete options to make the list less imposing. |
| # This message is too long to be a string in the A/UX 3.1 sh. |
# This message is too long to be a string in the A/UX 3.1 sh. |
| cat <<_ACEOF |
cat <<_ACEOF |
| 'configure' configures libaitsched 8.5 to adapt to many kinds of systems. | 'configure' configures libaitsched 8.6 to adapt to many kinds of systems. |
| |
|
| Usage: $0 [OPTION]... [VAR=VALUE]... |
Usage: $0 [OPTION]... [VAR=VALUE]... |
| |
|
|
Line 1340 fi
|
Line 1341 fi
|
| |
|
| if test -n "$ac_init_help"; then |
if test -n "$ac_init_help"; then |
| case $ac_init_help in |
case $ac_init_help in |
| short | recursive ) echo "Configuration of libaitsched 8.5:";; | short | recursive ) echo "Configuration of libaitsched 8.6:";; |
| esac |
esac |
| cat <<\_ACEOF |
cat <<\_ACEOF |
| |
|
|
Line 1352 Optional Features:
|
Line 1353 Optional Features:
|
| --enable-aio Build scheduler library with AIO operations |
--enable-aio Build scheduler library with AIO operations |
| --enable-epoll Enable epoll support (only under Linux) |
--enable-epoll Enable epoll support (only under Linux) |
| --disable-kqueue Disable kqueue support |
--disable-kqueue Disable kqueue support |
| |
--enable-atomic Enable atomic lock support |
| |
|
| Optional Packages: |
Optional Packages: |
| --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
|
Line 1435 fi
|
Line 1437 fi
|
| test -n "$ac_init_help" && exit $ac_status |
test -n "$ac_init_help" && exit $ac_status |
| if $ac_init_version; then |
if $ac_init_version; then |
| cat <<\_ACEOF |
cat <<\_ACEOF |
| libaitsched configure 8.5 | libaitsched configure 8.6 |
| generated by GNU Autoconf 2.72 |
generated by GNU Autoconf 2.72 |
| |
|
| Copyright (C) 2023 Free Software Foundation, Inc. |
Copyright (C) 2023 Free Software Foundation, Inc. |
|
Line 1762 cat >config.log <<_ACEOF
|
Line 1764 cat >config.log <<_ACEOF
|
| This file contains any messages produced by compilers while |
This file contains any messages produced by compilers while |
| running configure, to aid debugging if configure makes a mistake. |
running configure, to aid debugging if configure makes a mistake. |
| |
|
| It was created by libaitsched $as_me 8.5, which was | It was created by libaitsched $as_me 8.6, which was |
| generated by GNU Autoconf 2.72. Invocation command line was |
generated by GNU Autoconf 2.72. Invocation command line was |
| |
|
| $ $0$ac_configure_args_raw |
$ $0$ac_configure_args_raw |
|
Line 4611 fi
|
Line 4613 fi
|
| { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ELWIX" >&5 |
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ELWIX" >&5 |
| printf "%s\n" "$ELWIX" >&6; } |
printf "%s\n" "$ELWIX" >&6; } |
| |
|
| |
ATOMIC=no |
| |
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking Enable atomic lock support" >&5 |
| |
printf %s "checking Enable atomic lock support... " >&6; } |
| |
# Check whether --enable-atomic was given. |
| |
if test ${enable_atomic+y} |
| |
then : |
| |
enableval=$enable_atomic; ATOMIC=$enableval |
| |
case "$enableval" in |
| |
yes) |
| |
|
| |
printf "%s\n" "#define ATOMIC_SUPPORT /**/" >>confdefs.h |
| |
|
| |
;; |
| |
*) |
| |
;; |
| |
esac |
| |
fi |
| |
|
| |
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ATOMIC" >&5 |
| |
printf "%s\n" "$ATOMIC" >&6; } |
| |
|
| DEBIAN_ARCH=$target_cpu |
DEBIAN_ARCH=$target_cpu |
| if test "x$target_cpu" = "xarm6l" -o "x$target_cpu" = "xarm7l" |
if test "x$target_cpu" = "xarm6l" -o "x$target_cpu" = "xarm7l" |
| then : |
then : |
|
Line 5134 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
Line 5157 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
| # report actual input values of CONFIG_FILES etc. instead of their |
# report actual input values of CONFIG_FILES etc. instead of their |
| # values after options handling. |
# values after options handling. |
| ac_log=" |
ac_log=" |
| This file was extended by libaitsched $as_me 8.5, which was | This file was extended by libaitsched $as_me 8.6, which was |
| generated by GNU Autoconf 2.72. Invocation command line was |
generated by GNU Autoconf 2.72. Invocation command line was |
| |
|
| CONFIG_FILES = $CONFIG_FILES |
CONFIG_FILES = $CONFIG_FILES |
|
Line 5198 ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" |
|
Line 5221 ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" |
|
| cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| ac_cs_config='$ac_cs_config_escaped' |
ac_cs_config='$ac_cs_config_escaped' |
| ac_cs_version="\\ |
ac_cs_version="\\ |
| libaitsched config.status 8.5 | libaitsched config.status 8.6 |
| configured by $0, generated by GNU Autoconf 2.72, |
configured by $0, generated by GNU Autoconf 2.72, |
| with options \\"\$ac_cs_config\\" |
with options \\"\$ac_cs_config\\" |
| |
|