autoconf-archive-maintainers
[Top][All Lists]
Advanced

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

[patch #7556] ax_c_check_flag not needed anymore?


From: Maarten Bosmans
Subject: [patch #7556] ax_c_check_flag not needed anymore?
Date: Thu, 16 Jun 2011 15:03:11 +0000
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.26+ (KHTML, like Gecko) Version/5.0 Safari/534.26+ Ubuntu/10.10 (2.30.6-1ubuntu5) Epiphany/2.30.6

URL:
  <http://savannah.gnu.org/patch/?7556>

                 Summary: ax_c_check_flag not needed anymore?
                 Project: GNU Autoconf Archive
            Submitted by: mkbosmans
            Submitted on: Thu 16 Jun 2011 03:03:10 PM GMT
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

As far as I can see the ax_c_check_flag macro is not needed anymore, since
ax_check_compiler_flags is more generic and better written.

AX_C_CHECK_FLAG(flag)
can be replaced by
AC_LANG_PUSH([C])
AX_CHECK_COMPILER_FLAGS(flag)
AC_LANG_POP()

Should ax_c_check_flag be removed or obsoleted? 




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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