|
version 1.44.2.1, 2022/09/26 19:44:25
|
version 1.51, 2023/07/27 20:51:28
|
|
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.71 for libaitsched 6.9. | # Generated by GNU Autoconf 2.71 for libaitsched 7.5. |
| # |
# |
| # Report bugs to <misho@elwix.org>. |
# Report bugs to <misho@elwix.org>. |
| # |
# |
|
Line 610 MAKEFLAGS=
|
Line 610 MAKEFLAGS=
|
| # Identity of this package. |
# Identity of this package. |
| PACKAGE_NAME='libaitsched' |
PACKAGE_NAME='libaitsched' |
| PACKAGE_TARNAME='libaitsched' |
PACKAGE_TARNAME='libaitsched' |
| PACKAGE_VERSION='6.9' | PACKAGE_VERSION='7.5' |
| PACKAGE_STRING='libaitsched 6.9' | PACKAGE_STRING='libaitsched 7.5' |
| PACKAGE_BUGREPORT='misho@elwix.org' |
PACKAGE_BUGREPORT='misho@elwix.org' |
| PACKAGE_URL='' |
PACKAGE_URL='' |
| |
|
|
Line 721 enable_aio
|
Line 721 enable_aio
|
| enable_epoll |
enable_epoll |
| enable_kqueue |
enable_kqueue |
| with_kq_events |
with_kq_events |
| |
with_elwix |
| ' |
' |
| ac_precious_vars='build_alias |
ac_precious_vars='build_alias |
| host_alias |
host_alias |
|
Line 1278 if test "$ac_init_help" = "long"; then
|
Line 1279 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 6.9 to adapt to many kinds of systems. | \`configure' configures libaitsched 7.5 to adapt to many kinds of systems. |
| |
|
| Usage: $0 [OPTION]... [VAR=VALUE]... |
Usage: $0 [OPTION]... [VAR=VALUE]... |
| |
|
|
Line 1345 fi
|
Line 1346 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 6.9:";; | short | recursive ) echo "Configuration of libaitsched 7.5:";; |
| esac |
esac |
| cat <<\_ACEOF |
cat <<\_ACEOF |
| |
|
|
Line 1362 Optional Packages:
|
Line 1363 Optional Packages:
|
| --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
| --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
| --with-kq_events Set how many kqueue events can scheduling at one time |
--with-kq_events Set how many kqueue events can scheduling at one time |
| |
--with-elwix Build library with libelwix memory managemant |
| |
|
| Some influential environment variables: |
Some influential environment variables: |
| CC C compiler command |
CC C compiler command |
|
Line 1439 fi
|
Line 1441 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 6.9 | libaitsched configure 7.5 |
| generated by GNU Autoconf 2.71 |
generated by GNU Autoconf 2.71 |
| |
|
| Copyright (C) 2021 Free Software Foundation, Inc. |
Copyright (C) 2021 Free Software Foundation, Inc. |
|
Line 1757 cat >config.log <<_ACEOF
|
Line 1759 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 6.9, which was | It was created by libaitsched $as_me 7.5, which was |
| generated by GNU Autoconf 2.71. Invocation command line was |
generated by GNU Autoconf 2.71. Invocation command line was |
| |
|
| $ $0$ac_configure_args_raw |
$ $0$ac_configure_args_raw |
|
Line 4442 printf "%s\n" "#define KQ_EVENTS $KQ_EVENTS" >>confdef
|
Line 4444 printf "%s\n" "#define KQ_EVENTS $KQ_EVENTS" >>confdef
|
| { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $KQ_EVENTS" >&5 |
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $KQ_EVENTS" >&5 |
| printf "%s\n" "$KQ_EVENTS" >&6; } |
printf "%s\n" "$KQ_EVENTS" >&6; } |
| |
|
| |
ELWIX=no |
| |
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking With libelwix Build" >&5 |
| |
printf %s "checking With libelwix Build... " >&6; } |
| |
|
| |
# Check whether --with-elwix was given. |
| |
if test ${with_elwix+y} |
| |
then : |
| |
withval=$with_elwix; ELWIX=$withval |
| |
case "$withval" in |
| |
yes) |
| |
|
| |
printf "%s\n" "#define __ELWIX /**/" >>confdefs.h |
| |
|
| |
CFLAGS="-g ${CFLAGS}" |
| |
LIBS="${LIBS} -lelwix" |
| |
;; |
| |
*) |
| |
;; |
| |
esac |
| |
fi |
| |
|
| |
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ELWIX" >&5 |
| |
printf "%s\n" "$ELWIX" >&6; } |
| |
|
| ac_config_files="$ac_config_files Makefile inc/Makefile lib/Makefile src/Makefile" |
ac_config_files="$ac_config_files Makefile inc/Makefile lib/Makefile src/Makefile" |
| |
|
| cat >confcache <<\_ACEOF |
cat >confcache <<\_ACEOF |
|
Line 4943 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
Line 4969 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 6.9, which was | This file was extended by libaitsched $as_me 7.5, which was |
| generated by GNU Autoconf 2.71. Invocation command line was |
generated by GNU Autoconf 2.71. Invocation command line was |
| |
|
| CONFIG_FILES = $CONFIG_FILES |
CONFIG_FILES = $CONFIG_FILES |
|
Line 5007 ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" |
|
Line 5033 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 6.9 | libaitsched config.status 7.5 |
| configured by $0, generated by GNU Autoconf 2.71, |
configured by $0, generated by GNU Autoconf 2.71, |
| with options \\"\$ac_cs_config\\" |
with options \\"\$ac_cs_config\\" |
| |
|