@@ -18513,11 +18513,11 @@ if test x$ac_prog_cxx_stdcxx = xno
18513
18513
then :
18514
18514
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
18515
18515
printf %s "checking for $CXX option to enable C++11 features... " >&6; }
18516
- if test ${ac_cv_prog_cxx_11 +y}
18516
+ if test ${ac_cv_prog_cxx_cxx11 +y}
18517
18517
then :
18518
18518
printf %s "(cached) " >&6
18519
18519
else $as_nop
18520
- ac_cv_prog_cxx_11 =no
18520
+ ac_cv_prog_cxx_cxx11 =no
18521
18521
ac_save_CXX=$CXX
18522
18522
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18523
18523
/* end confdefs.h. */
@@ -18559,11 +18559,11 @@ if test x$ac_prog_cxx_stdcxx = xno
18559
18559
then :
18560
18560
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
18561
18561
printf %s "checking for $CXX option to enable C++98 features... " >&6; }
18562
- if test ${ac_cv_prog_cxx_98 +y}
18562
+ if test ${ac_cv_prog_cxx_cxx98 +y}
18563
18563
then :
18564
18564
printf %s "(cached) " >&6
18565
18565
else $as_nop
18566
- ac_cv_prog_cxx_98 =no
18566
+ ac_cv_prog_cxx_cxx98 =no
18567
18567
ac_save_CXX=$CXX
18568
18568
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18569
18569
/* end confdefs.h. */
@@ -25008,7 +25008,7 @@ fi
25008
25008
25009
25009
CFLAGS="$orig_CFLAGS"
25010
25010
25011
- ac_config_files="$ac_config_files Makefile gretl_sh gretl.pc gui/Makefile gui/debug xdg/gretl.desktop xdg/gretl_edit.desktop xdg/Makefile cli/Makefile cli/debug lib/Makefile plugin/Makefile po/Makefile.in share/Makefile share/bcih/Makefile tests/Makefile apidemo/Makefile redhat/gretl.spec utils/emacs/Makefile utils/dbzip/Makefile doc/gretl.sty doc/gretl-lite.sty"
25011
+ ac_config_files="$ac_config_files Makefile gretl_sh gretl.pc gui/Makefile gui/debug xdg/gretl.desktop xdg/gretl_edit.desktop xdg/Makefile cli/Makefile cli/debug lib/Makefile plugin/Makefile po/Makefile.in share/Makefile share/bcih/Makefile tests/Makefile unittests/Makefile apidemo/Makefile redhat/gretl.spec utils/emacs/Makefile utils/dbzip/Makefile doc/gretl.sty doc/gretl-lite.sty"
25012
25012
25013
25013
25014
25014
if test "${darwin_build}" = "yes" ; then
@@ -26282,6 +26282,7 @@ do
26282
26282
"share/Makefile") CONFIG_FILES="$CONFIG_FILES share/Makefile" ;;
26283
26283
"share/bcih/Makefile") CONFIG_FILES="$CONFIG_FILES share/bcih/Makefile" ;;
26284
26284
"tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
26285
+ "unittests/Makefile") CONFIG_FILES="$CONFIG_FILES unittests/Makefile" ;;
26285
26286
"apidemo/Makefile") CONFIG_FILES="$CONFIG_FILES apidemo/Makefile" ;;
26286
26287
"redhat/gretl.spec") CONFIG_FILES="$CONFIG_FILES redhat/gretl.spec" ;;
26287
26288
"utils/emacs/Makefile") CONFIG_FILES="$CONFIG_FILES utils/emacs/Makefile" ;;
0 commit comments