码迷,mamicode.com
首页 > 编程语言 > 详细

enable c++11 in autoconf in fucking gnu auto tools

时间:2016-08-16 13:02:38      阅读:334      评论:0      收藏:0      [点我收藏+]

标签:

configure.ac => CXXFLAGS="$CXXFLAGS -std=c++14"

 

set CXXFLAGS  => std=c++14 

well done~?

 

too young too sample

 

./autogen.sh

./configure

 

however, you‘d better configure it using the forward place.

like this:

技术分享

fucking gnu auto tools agin.

 

enable c++11 in autoconf in fucking gnu auto tools

标签:

原文地址:http://www.cnblogs.com/clor001/p/5775872.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!