1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
- # Generated by GNU Autoconf 2.69 for log-malloc2 0.2.3 .
3
+ # Generated by GNU Autoconf 2.69 for log-malloc2 0.2.4 .
4
4
#
5
5
# Report bugs to <_samuel_._behan_(at)_dob_._sk>.
6
6
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590
590
# Identity of this package.
591
591
PACKAGE_NAME='log-malloc2'
592
592
PACKAGE_TARNAME='log-malloc2'
593
- PACKAGE_VERSION='0.2.3 '
594
- PACKAGE_STRING='log-malloc2 0.2.3 '
593
+ PACKAGE_VERSION='0.2.4 '
594
+ PACKAGE_STRING='log-malloc2 0.2.4 '
595
595
PACKAGE_BUGREPORT='_samuel_._behan_(at)_dob_._sk'
596
596
PACKAGE_URL='http://devel.dob.sk/log-malloc2'
597
597
@@ -764,6 +764,8 @@ with_gnu_ld
764
764
with_sysroot
765
765
enable_libtool_lock
766
766
enable_optimize
767
+ enable_call_count
768
+ enable_usable_size
767
769
'
768
770
ac_precious_vars='build_alias
769
771
host_alias
@@ -1318,7 +1320,7 @@ if test "$ac_init_help" = "long"; then
1318
1320
# Omit some internal or obsolete options to make the list less imposing.
1319
1321
# This message is too long to be a string in the A/UX 3.1 sh.
1320
1322
cat <<_ACEOF
1321
- \`configure' configures log-malloc2 0.2.3 to adapt to many kinds of systems.
1323
+ \`configure' configures log-malloc2 0.2.4 to adapt to many kinds of systems.
1322
1324
1323
1325
Usage: $0 [OPTION]... [VAR=VALUE]...
1324
1326
1388
1390
1389
1391
if test -n "$ac_init_help"; then
1390
1392
case $ac_init_help in
1391
- short | recursive ) echo "Configuration of log-malloc2 0.2.3 :";;
1393
+ short | recursive ) echo "Configuration of log-malloc2 0.2.4 :";;
1392
1394
esac
1393
1395
cat <<\_ACEOF
1394
1396
@@ -1404,6 +1406,8 @@ Optional Features:
1404
1406
optimize for fast installation [default=yes]
1405
1407
--disable-libtool-lock avoid locking (might break parallel builds)
1406
1408
--disable-optimize do not optimize library
1409
+ --disable-call-count do not count function calls
1410
+ --disable-usable-size do not check usable size
1407
1411
1408
1412
Optional Packages:
1409
1413
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1494
1498
test -n "$ac_init_help" && exit $ac_status
1495
1499
if $ac_init_version; then
1496
1500
cat <<\_ACEOF
1497
- log-malloc2 configure 0.2.3
1501
+ log-malloc2 configure 0.2.4
1498
1502
generated by GNU Autoconf 2.69
1499
1503
1500
1504
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1893,7 +1897,7 @@ cat >config.log <<_ACEOF
1893
1897
This file contains any messages produced by compilers while
1894
1898
running configure, to aid debugging if configure makes a mistake.
1895
1899
1896
- It was created by log-malloc2 $as_me 0.2.3 , which was
1900
+ It was created by log-malloc2 $as_me 0.2.4 , which was
1897
1901
generated by GNU Autoconf 2.69. Invocation command line was
1898
1902
1899
1903
$ $0 $@
2709
2713
2710
2714
# Define the identity of the package.
2711
2715
PACKAGE='log-malloc2'
2712
- VERSION='0.2.3 '
2716
+ VERSION='0.2.4 '
2713
2717
2714
2718
2715
2719
# Some tools Automake needs.
@@ -14862,7 +14866,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
14862
14866
14863
14867
14864
14868
14865
- for ac_func in pread backtrace backtrace_symbols_fd malloc_usable_size
14869
+ for ac_func in pread backtrace backtrace_symbols_fd
14866
14870
do :
14867
14871
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14868
14872
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
@@ -14984,6 +14988,46 @@ else
14984
14988
fi
14985
14989
14986
14990
14991
+ # Check whether --enable-call-count was given.
14992
+ if test "${enable_call_count+set}" = set; then :
14993
+ enableval=$enable_call_count; no_call_count=no
14994
+ else
14995
+ no_call_count=yes
14996
+
14997
+ fi
14998
+
14999
+
15000
+ if test "x$no_call_count" = "xyes"; then
15001
+
15002
+ $as_echo "#define DISABLE_CALL_COUNTS 1" >>confdefs.h
15003
+
15004
+ fi
15005
+
15006
+ no_usable_size=no
15007
+ # Check whether --enable-usable-size was given.
15008
+ if test "${enable_usable_size+set}" = set; then :
15009
+ enableval=$enable_usable_size; no_usable_size=no
15010
+ else
15011
+ no_usable_size=yes
15012
+
15013
+ fi
15014
+
15015
+
15016
+ if test "x$no_usable_size" = "xyes"; then
15017
+ for ac_func in malloc_usable_size
15018
+ do :
15019
+ as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15020
+ ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15021
+ if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15022
+ cat >>confdefs.h <<_ACEOF
15023
+ #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15024
+ _ACEOF
15025
+
15026
+ fi
15027
+ done
15028
+
15029
+ fi
15030
+
14987
15031
# FLAGS
14988
15032
CFLAGS="-DWITH_PTHREADS -D_GNU_SOURCE -Xcompiler -nostartfiles"
14989
15033
LDFLAGS="-ldl -lpthread"
@@ -15531,7 +15575,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15531
15575
# report actual input values of CONFIG_FILES etc. instead of their
15532
15576
# values after options handling.
15533
15577
ac_log="
15534
- This file was extended by log-malloc2 $as_me 0.2.3 , which was
15578
+ This file was extended by log-malloc2 $as_me 0.2.4 , which was
15535
15579
generated by GNU Autoconf 2.69. Invocation command line was
15536
15580
15537
15581
CONFIG_FILES = $CONFIG_FILES
@@ -15598,7 +15642,7 @@ _ACEOF
15598
15642
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15599
15643
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15600
15644
ac_cs_version="\\
15601
- log-malloc2 config.status 0.2.3
15645
+ log-malloc2 config.status 0.2.4
15602
15646
configured by $0, generated by GNU Autoconf 2.69,
15603
15647
with options \\"\$ac_cs_config\\"
15604
15648
0 commit comments