]> sigrok.org Git - libsigrok.git/commit
Build: Add private copy of C++11 check macro
authorDaniel Elstner <redacted>
Mon, 24 Aug 2015 07:25:37 +0000 (09:25 +0200)
committerDaniel Elstner <redacted>
Mon, 24 Aug 2015 18:15:20 +0000 (20:15 +0200)
commit2d143826b0862a25a599825e50d78b58b53c67ac
tree3926d8821f462db38adcd050afe17bb8ffb93853
parent0ab8386a5c0b6fa58ce2a8c3aa2ca337bcb49005
Build: Add private copy of C++11 check macro

Place a copy of ax_cxx_compile_stdcxx_11.m4 from the Autoconf
macro archive into our private m4/ directory. This is cleaner
than trying to parse M4 file versions etc. Plus, the macro is
now always available.
configure.ac
m4/ax_cxx_compile_stdcxx_11.m4 [new file with mode: 0644]