octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #8906] configure check support for c11 and


From: Carnë Draug
Subject: [Octave-patch-tracker] [patch #8906] configure check support for c11 and c++11
Date: Thu, 18 Feb 2016 12:34:14 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.6.0

Follow-up Comment #10, patch #8906 (project octave):

Turns out that autoconf will includes macros to do all of this:

* AC_PROG_CC_C11: new macro, which AC_PROG_CC_STDC now defaults to (August
2012)
http://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=db36f6df60b6aa4e692be7163407ef83c1de1afb

* AC_PROG_CXX: Add checks for C++11, C++98TR1 and C++98 (January 2013)
http://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=bd79b51000e2fe59368c93ff463adb59852ec6e7

But although this has been added to autoconf source tree ages ago, there
hasn't been a new release that includes them.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8906>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]