aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2022-04-24 18:11:56 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2022-04-24 18:11:56 +0000
commit891844a52a28d9c5be86bf055e02180cb2b63275 (patch)
treebfc753adb89a3d7b3372c1c46c1f8d763884ba17 /lib
parent4ffd50ff135b8f3e84bed720bdd3f1b4741a965c (diff)
downloadsg3_utils-891844a52a28d9c5be86bf055e02180cb2b63275.tar.gz
autoconf: 2.71; automake: 1.16.5; libtool: 2.4.6; updates from Ubuntu 22.04
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@949 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/Makefile.in3
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 77e56408..274ee667 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -77,7 +77,7 @@ endif
# For C++/clang testing
## CC = gcc-9
-## CXX = g++
+CXX = g++
## CC = clang
## CXX = clang++
## CC = clang++
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 64cf1d08..010cd3c6 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.16.4 from Makefile.am.
+# Makefile.in generated by automake 1.16.5 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
@@ -394,6 +394,7 @@ libsgutils2_la_SOURCES = sg_lib.c sg_pr2serr.c sg_lib_data.c \
@DEBUG_TRUE@DBG_CPPFLAGS = -DDEBUG
# For C++/clang testing
+CXX = g++
# -std=<s> can be c99, c11, gnu11, etc. Default is gnu11 for C code
# -Wall is no longer all warnings. Add -W (since renamed to -Wextra) for more