Skip to content
This repository was archived by the owner on Nov 10, 2021. It is now read-only.

Commit 7bd16ce

Browse files
author
Grant Erickson
committed
Re-bootstrapped the package.
1 parent 9eb4551 commit 7bd16ce

File tree

1 file changed

+40
-37
lines changed

1 file changed

+40
-37
lines changed

configure

+40-37
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.68 for nlutilities gf35f51c.
3+
# Generated by GNU Autoconf 2.68 for nlutilities g9eb4551.
44
#
55
# Report bugs to <nlutilities-users@google.com>.
66
#
@@ -570,8 +570,8 @@ MAKEFLAGS=
570570
# Identity of this package.
571571
PACKAGE_NAME='nlutilities'
572572
PACKAGE_TARNAME='nlutilities'
573-
PACKAGE_VERSION='gf35f51c'
574-
PACKAGE_STRING='nlutilities gf35f51c'
573+
PACKAGE_VERSION='g9eb4551'
574+
PACKAGE_STRING='nlutilities g9eb4551'
575575
PACKAGE_BUGREPORT='nlutilities-users@google.com'
576576
PACKAGE_URL='https://github.com/nestlabs/nlutilities/'
577577

@@ -1386,7 +1386,7 @@ if test "$ac_init_help" = "long"; then
13861386
# Omit some internal or obsolete options to make the list less imposing.
13871387
# This message is too long to be a string in the A/UX 3.1 sh.
13881388
cat <<_ACEOF
1389-
\`configure' configures nlutilities gf35f51c to adapt to many kinds of systems.
1389+
\`configure' configures nlutilities g9eb4551 to adapt to many kinds of systems.
13901390

13911391
Usage: $0 [OPTION]... [VAR=VALUE]...
13921392

@@ -1457,7 +1457,7 @@ fi
14571457

14581458
if test -n "$ac_init_help"; then
14591459
case $ac_init_help in
1460-
short | recursive ) echo "Configuration of nlutilities gf35f51c:";;
1460+
short | recursive ) echo "Configuration of nlutilities g9eb4551:";;
14611461
esac
14621462
cat <<\_ACEOF
14631463

@@ -1612,7 +1612,7 @@ fi
16121612
test -n "$ac_init_help" && exit $ac_status
16131613
if $ac_init_version; then
16141614
cat <<\_ACEOF
1615-
nlutilities configure gf35f51c
1615+
nlutilities configure g9eb4551
16161616
generated by GNU Autoconf 2.68
16171617

16181618
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2286,7 +2286,7 @@ cat >config.log <<_ACEOF
22862286
This file contains any messages produced by compilers while
22872287
running configure, to aid debugging if configure makes a mistake.
22882288

2289-
It was created by nlutilities $as_me gf35f51c, which was
2289+
It was created by nlutilities $as_me g9eb4551, which was
22902290
generated by GNU Autoconf 2.68. Invocation command line was
22912291

22922292
$ $0 $@
@@ -3484,7 +3484,7 @@ fi
34843484

34853485
# Define the identity of the package.
34863486
PACKAGE='nlutilities'
3487-
VERSION='gf35f51c'
3487+
VERSION='g9eb4551'
34883488

34893489

34903490
cat >>confdefs.h <<_ACEOF
@@ -18134,17 +18134,18 @@ else
1813418134
fi
1813518135

1813618136

18137-
if test "${nl_cv_build_debug}" = "yes"; then
18138-
CFLAGS="${CFLAGS} -DDEBUG"
18139-
CXXFLAGS="${CXXFLAGS} -DDEBUG"
18140-
OBJCFLAGS="${OBJCFLAGS} -DDEBUG"
18141-
OBJCXXFLAGS="${OBJCXXFLAGS} -DDEBUG"
18142-
fi
18143-
1814418137
fi
1814518138
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $nl_cv_build_debug" >&5
1814618139
$as_echo "$nl_cv_build_debug" >&6; }
1814718140

18141+
if test "${nl_cv_build_debug}" = "yes"; then
18142+
CFLAGS="${CFLAGS} -DDEBUG"
18143+
CXXFLAGS="${CXXFLAGS} -DDEBUG"
18144+
OBJCFLAGS="${OBJCFLAGS} -DDEBUG"
18145+
OBJCXXFLAGS="${OBJCXXFLAGS} -DDEBUG"
18146+
fi
18147+
18148+
1814818149

1814918150
if test "${nl_cv_build_debug}" = "yes"; then
1815018151
NLUTILITIES_BUILD_DEBUG_TRUE=
@@ -18206,23 +18207,24 @@ $as_echo "$as_me: WARNING: --enable-optimization was specified, coverage disable
1820618207
fi
1820718208

1820818209

18209-
if test "${nl_cv_build_coverage}" = "yes"; then
18210-
if test "${GCC}" != "yes"; then
18211-
as_fn_error $? "GCC or a GCC-compatible toolchain is required for --enable-coverage" "$LINENO" 5
18212-
else
18213-
NL_COVERAGE_CPPFLAGS="--coverage"
18214-
if ${CC} --version | grep -q clang; then
18215-
NL_COVERAGE_LDFLAGS="--coverage"
18216-
else
18217-
NL_COVERAGE_LIBS="-lgcov"
18218-
fi
18219-
fi
18220-
fi
18221-
1822218210
fi
1822318211
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $nl_cv_build_coverage" >&5
1822418212
$as_echo "$nl_cv_build_coverage" >&6; }
1822518213

18214+
if test "${nl_cv_build_coverage}" = "yes"; then
18215+
if test "${GCC}" != "yes"; then
18216+
as_fn_error $? "GCC or a GCC-compatible toolchain is required for --enable-coverage" "$LINENO" 5
18217+
else
18218+
NL_COVERAGE_CPPFLAGS="--coverage"
18219+
if ${CC} --version | grep -q clang; then
18220+
NL_COVERAGE_LDFLAGS="--coverage"
18221+
else
18222+
NL_COVERAGE_LIBS="-lgcov"
18223+
fi
18224+
fi
18225+
fi
18226+
18227+
1822618228

1822718229
if test "${nl_cv_build_coverage}" = "yes"; then
1822818230
NLUTILITIES_BUILD_COVERAGE_TRUE=
@@ -18479,17 +18481,18 @@ $as_echo "$as_me: WARNING: --enable-coverage was specified, optimization disable
1847918481
fi
1848018482

1848118483

18482-
if test "${nl_cv_build_optimized}" = "no"; then
18483-
CFLAGS="`echo ${CFLAGS} | sed -e 's,-O[[:alnum:]]*,-O0,g'`"
18484-
CXXFLAGS="`echo ${CXXFLAGS} | sed -e 's,-O[[:alnum:]]*,-O0,g'`"
18485-
OBJCFLAGS="`echo ${OBJCFLAGS} | sed -e 's,-O[[:alnum:]]*,-O0,g'`"
18486-
OBJCXXFLAGS="`echo ${OBJCXXFLAGS} | sed -e 's,-O[[:alnum:]]*,-O0,g'`"
18487-
fi
18488-
1848918484
fi
1849018485
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $nl_cv_build_optimized" >&5
1849118486
$as_echo "$nl_cv_build_optimized" >&6; }
1849218487

18488+
if test "${nl_cv_build_optimized}" = "no"; then
18489+
CFLAGS="`echo ${CFLAGS} | sed -e 's,-O[[:alnum:]]*,-O0,g'`"
18490+
CXXFLAGS="`echo ${CXXFLAGS} | sed -e 's,-O[[:alnum:]]*,-O0,g'`"
18491+
OBJCFLAGS="`echo ${OBJCFLAGS} | sed -e 's,-O[[:alnum:]]*,-O0,g'`"
18492+
OBJCXXFLAGS="`echo ${OBJCXXFLAGS} | sed -e 's,-O[[:alnum:]]*,-O0,g'`"
18493+
fi
18494+
18495+
1849318496

1849418497
if test "${nl_cv_build_optimized}" = "yes"; then
1849518498
NLUTILITIES_BUILD_OPTIMIZED_TRUE=
@@ -20471,7 +20474,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2047120474
# report actual input values of CONFIG_FILES etc. instead of their
2047220475
# values after options handling.
2047320476
ac_log="
20474-
This file was extended by nlutilities $as_me gf35f51c, which was
20477+
This file was extended by nlutilities $as_me g9eb4551, which was
2047520478
generated by GNU Autoconf 2.68. Invocation command line was
2047620479

2047720480
CONFIG_FILES = $CONFIG_FILES
@@ -20538,7 +20541,7 @@ _ACEOF
2053820541
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2053920542
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2054020543
ac_cs_version="\\
20541-
nlutilities config.status gf35f51c
20544+
nlutilities config.status g9eb4551
2054220545
configured by $0, generated by GNU Autoconf 2.68,
2054320546
with options \\"\$ac_cs_config\\"
2054420547

0 commit comments

Comments
 (0)