Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mobject-store
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
mobject-store
Commits
0925dee9
Commit
0925dee9
authored
Apr 17, 2018
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
m4 macro for checking whether cxx supports c++11
parent
b886ddfe
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
987 additions
and
3 deletions
+987
-3
.gitignore
.gitignore
+5
-1
configure.ac
configure.ac
+2
-2
m4/ax_cxx_compile_stdcxx.m4
m4/ax_cxx_compile_stdcxx.m4
+980
-0
No files found.
.gitignore
View file @
0925dee9
build/
autom4te.cache/
m4/
Makefile.in
aclocal.m4
ar-lib
...
...
@@ -16,3 +15,8 @@ install-sh
ltmain.sh
missing
test-driver
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
configure.ac
View file @
0925dee9
...
...
@@ -15,8 +15,8 @@ AM_PROG_CC_C_O
AC_PROG_CXX
AC_PROG_INSTALL
# check for C++1
4
AX_CXX_COMPILE_STDCXX
_14
# check for C++1
1
AX_CXX_COMPILE_STDCXX
(11, noext, mandatory)
# checks for libraires
# pkg-config and libraries supporting that
...
...
m4/ax_cxx_compile_stdcxx.m4
0 → 100644
View file @
0925dee9
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment