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 17:30:28 +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 #13, patch #8906 (project octave):

> Why does this macro use _AC_COMPILE_IFELSE instead of AC_COMPILE_IFELSE?

That's how it is in autoconf and I wanted to keep it as similar as possible to
get no surprises once we can actually use the autoconf macros. The only
difference in _AC_COMPILE_IFELSE is that it doesn't require a compiler to be
selected yet.

> We normally omit the '()' when invoking autoconf macros that don't take
arguments, so I see no reason to be different in this case. 

Sure. I can make that change.

I found out one other change that is required. These calls must be made before
AC_PROG_CXXCPP and AC_PROG_CCPP in order to include the right flags in the
preprocessor.

I have attached a revised cset.

(file #36388)
    _______________________________________________________

Additional Item Attachment:

File name: cxx11-c11-support-v2.cset      Size:19 KB


    _______________________________________________________

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]