summaryrefslogtreecommitdiff
path: root/libtest
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-05-28 17:55:49 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-05-28 17:55:49 +0000
commit1d0761032043a22d4c2f6ba6fca7741f4fb010ac (patch)
tree3087c28d9d3204db7c7a4345fda0c8b9e60edbd4 /libtest
parent49304bbe8f8ce1d40842120906b25fcef25d159c (diff)
Added AM_PROG_CC_C_O and AM_PROG_LIBTOOL
Removed unused CXX added the following default compiler flags: -Wdeclaration-after-statement -Wsequence-point -Wparentheses -Winit-self -Wuninitialized -Wformat -fstrict-aliasing -Wstrict-aliasing=2 added the following default linker flags: -Wl,--discard-all -Wl,--no-undefined Depending on autoconf-archive because using AX_CHECK_COMPILE_FLAG and AX_CHECK_LINK_FLAG
Diffstat (limited to 'libtest')
-rw-r--r--libtest/Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/libtest/Makefile.in b/libtest/Makefile.in
index 004ebf3..463382c 100644
--- a/libtest/Makefile.in
+++ b/libtest/Makefile.in
@@ -213,12 +213,9 @@ CFLAGS = @CFLAGS@
CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFAULT_CFLAGS = @DEFAULT_CFLAGS@
+DEFAULT_LDFLAGS = @DEFAULT_LDFLAGS@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
@@ -288,7 +285,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@