1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
- # Generated by GNU Autoconf 2.68 for nlutilities g5aa9f1d .
3
+ # Generated by GNU Autoconf 2.68 for nlutilities gf35f51c .
4
4
#
5
5
# Report bugs to <nlutilities-users@google.com>.
6
6
#
@@ -570,8 +570,8 @@ MAKEFLAGS=
570
570
# Identity of this package.
571
571
PACKAGE_NAME='nlutilities'
572
572
PACKAGE_TARNAME='nlutilities'
573
- PACKAGE_VERSION='g5aa9f1d '
574
- PACKAGE_STRING='nlutilities g5aa9f1d '
573
+ PACKAGE_VERSION='gf35f51c '
574
+ PACKAGE_STRING='nlutilities gf35f51c '
575
575
PACKAGE_BUGREPORT='nlutilities-users@google.com'
576
576
PACKAGE_URL='https://github.com/nestlabs/nlutilities/'
577
577
@@ -728,6 +728,18 @@ am__isrc
728
728
INSTALL_DATA
729
729
INSTALL_SCRIPT
730
730
INSTALL_PROGRAM
731
+ nl_filtered_target_os
732
+ nl_filtered_target_vendor
733
+ nl_filtered_target_cpu
734
+ nl_filtered_target
735
+ nl_filtered_host_os
736
+ nl_filtered_host_vendor
737
+ nl_filtered_host_cpu
738
+ nl_filtered_host
739
+ nl_filtered_build_os
740
+ nl_filtered_build_vendor
741
+ nl_filtered_build_cpu
742
+ nl_filtered_build
731
743
target_os
732
744
target_vendor
733
745
target_cpu
@@ -1374,7 +1386,7 @@ if test "$ac_init_help" = "long"; then
1374
1386
# Omit some internal or obsolete options to make the list less imposing.
1375
1387
# This message is too long to be a string in the A/UX 3.1 sh.
1376
1388
cat <<_ACEOF
1377
- \`configure' configures nlutilities g5aa9f1d to adapt to many kinds of systems.
1389
+ \`configure' configures nlutilities gf35f51c to adapt to many kinds of systems.
1378
1390
1379
1391
Usage: $0 [OPTION]... [VAR=VALUE]...
1380
1392
1445
1457
1446
1458
if test -n "$ac_init_help"; then
1447
1459
case $ac_init_help in
1448
- short | recursive ) echo "Configuration of nlutilities g5aa9f1d :";;
1460
+ short | recursive ) echo "Configuration of nlutilities gf35f51c :";;
1449
1461
esac
1450
1462
cat <<\_ACEOF
1451
1463
1600
1612
test -n "$ac_init_help" && exit $ac_status
1601
1613
if $ac_init_version; then
1602
1614
cat <<\_ACEOF
1603
- nlutilities configure g5aa9f1d
1615
+ nlutilities configure gf35f51c
1604
1616
generated by GNU Autoconf 2.68
1605
1617
1606
1618
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2274,7 +2286,7 @@ cat >config.log <<_ACEOF
2274
2286
This file contains any messages produced by compilers while
2275
2287
running configure, to aid debugging if configure makes a mistake.
2276
2288
2277
- It was created by nlutilities $as_me g5aa9f1d , which was
2289
+ It was created by nlutilities $as_me gf35f51c , which was
2278
2290
generated by GNU Autoconf 2.68. Invocation command line was
2279
2291
2280
2292
$ $0 $@
@@ -2841,6 +2853,41 @@ fi
2841
2853
$as_echo "$nl_cv_filtered_build" >&6; }
2842
2854
2843
2855
2856
+ case ${nl_cv_filtered_build} in
2857
+
2858
+ *-*-*) ;;
2859
+ *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2860
+
2861
+ esac
2862
+
2863
+ nl_filtered_build=$nl_cv_filtered_build
2864
+
2865
+
2866
+ nl_save_IFS=$IFS; IFS='-'
2867
+ set x $nl_cv_filtered_build
2868
+ shift
2869
+
2870
+ nl_filtered_build_cpu=$1
2871
+
2872
+ nl_filtered_build_vendor=$2
2873
+
2874
+
2875
+ shift; shift
2876
+ # Remember, the first character of IFS is used to create $*,
2877
+ # except with old shells:
2878
+ nl_filtered_build_os=$*
2879
+ IFS=$nl_save_IFS
2880
+
2881
+ case nl_filtered_$build_os in
2882
+
2883
+ *\ *) nl_filtered_build_os=`echo "$build_os" | sed 's/ /-/g'`;;
2884
+
2885
+ esac
2886
+
2887
+
2888
+
2889
+
2890
+
2844
2891
2845
2892
2846
2893
@@ -2856,6 +2903,41 @@ fi
2856
2903
$as_echo "$nl_cv_filtered_host" >&6; }
2857
2904
2858
2905
2906
+ case ${nl_cv_filtered_host} in
2907
+
2908
+ *-*-*) ;;
2909
+ *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2910
+
2911
+ esac
2912
+
2913
+ nl_filtered_host=$nl_cv_filtered_host
2914
+
2915
+
2916
+ nl_save_IFS=$IFS; IFS='-'
2917
+ set x $nl_cv_filtered_host
2918
+ shift
2919
+
2920
+ nl_filtered_host_cpu=$1
2921
+
2922
+ nl_filtered_host_vendor=$2
2923
+
2924
+
2925
+ shift; shift
2926
+ # Remember, the first character of IFS is used to create $*,
2927
+ # except with old shells:
2928
+ nl_filtered_host_os=$*
2929
+ IFS=$nl_save_IFS
2930
+
2931
+ case nl_filtered_$host_os in
2932
+
2933
+ *\ *) nl_filtered_host_os=`echo "$host_os" | sed 's/ /-/g'`;;
2934
+
2935
+ esac
2936
+
2937
+
2938
+
2939
+
2940
+
2859
2941
2860
2942
2861
2943
@@ -2871,6 +2953,41 @@ fi
2871
2953
$as_echo "$nl_cv_filtered_target" >&6; }
2872
2954
2873
2955
2956
+ case ${nl_cv_filtered_target} in
2957
+
2958
+ *-*-*) ;;
2959
+ *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2960
+
2961
+ esac
2962
+
2963
+ nl_filtered_target=$nl_cv_filtered_target
2964
+
2965
+
2966
+ nl_save_IFS=$IFS; IFS='-'
2967
+ set x $nl_cv_filtered_target
2968
+ shift
2969
+
2970
+ nl_filtered_target_cpu=$1
2971
+
2972
+ nl_filtered_target_vendor=$2
2973
+
2974
+
2975
+ shift; shift
2976
+ # Remember, the first character of IFS is used to create $*,
2977
+ # except with old shells:
2978
+ nl_filtered_target_os=$*
2979
+ IFS=$nl_save_IFS
2980
+
2981
+ case nl_filtered_$target_os in
2982
+
2983
+ *\ *) nl_filtered_target_os=`echo "$target_os" | sed 's/ /-/g'`;;
2984
+
2985
+ esac
2986
+
2987
+
2988
+
2989
+
2990
+
2874
2991
2875
2992
#
2876
2993
# Configure automake with the desired options, indicating that this is not
3367
3484
3368
3485
# Define the identity of the package.
3369
3486
PACKAGE='nlutilities'
3370
- VERSION='g5aa9f1d '
3487
+ VERSION='gf35f51c '
3371
3488
3372
3489
3373
3490
cat >>confdefs.h <<_ACEOF
@@ -18092,11 +18209,13 @@ fi
18092
18209
if test "${nl_cv_build_coverage}" = "yes"; then
18093
18210
if test "${GCC}" != "yes"; then
18094
18211
as_fn_error $? "GCC or a GCC-compatible toolchain is required for --enable-coverage" "$LINENO" 5
18095
-
18096
18212
else
18097
18213
NL_COVERAGE_CPPFLAGS="--coverage"
18098
- NL_COVERAGE_LIBS="-lgcov"
18099
-
18214
+ if ${CC} --version | grep -q clang; then
18215
+ NL_COVERAGE_LDFLAGS="--coverage"
18216
+ else
18217
+ NL_COVERAGE_LIBS="-lgcov"
18218
+ fi
18100
18219
fi
18101
18220
fi
18102
18221
@@ -19695,6 +19814,7 @@ LIBS="${LIBS} ${NLUNIT_TEST_LIBS}"
19695
19814
# Add any code coverage CPPFLAGS and LIBS
19696
19815
19697
19816
CPPFLAGS="${CPPFLAGS} ${NL_COVERAGE_CPPFLAGS}"
19817
+ LDFLAGS="${LDFLAGS} ${NL_COVERAGE_LDFLAGS}"
19698
19818
LIBS="${LIBS} ${NL_COVERAGE_LIBS}"
19699
19819
19700
19820
# At this point, we can restore the compiler flags to whatever the
@@ -20351,7 +20471,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20351
20471
# report actual input values of CONFIG_FILES etc. instead of their
20352
20472
# values after options handling.
20353
20473
ac_log="
20354
- This file was extended by nlutilities $as_me g5aa9f1d , which was
20474
+ This file was extended by nlutilities $as_me gf35f51c , which was
20355
20475
generated by GNU Autoconf 2.68. Invocation command line was
20356
20476
20357
20477
CONFIG_FILES = $CONFIG_FILES
@@ -20418,7 +20538,7 @@ _ACEOF
20418
20538
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20419
20539
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
20420
20540
ac_cs_version="\\
20421
- nlutilities config.status g5aa9f1d
20541
+ nlutilities config.status gf35f51c
20422
20542
configured by $0, generated by GNU Autoconf 2.68,
20423
20543
with options \\"\$ac_cs_config\\"
20424
20544
0 commit comments