Ignore:
Timestamp:
Feb 13, 2015, 5:53:51 AM (9 years ago)
Author:
Peter
Message:

Use latest version from git repo (patch was approved by archive managers)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/m4/ax_append_flag.m4

    r3367 r3378  
    5050#   exception to the GPL to apply to your modified version as well.
    5151
    52 #serial 4
     52#serial 5
    5353
    5454AC_DEFUN([AX_APPEND_FLAG],
     
    5757AS_VAR_PUSHDEF([FLAGS], [m4_default($2,_AC_LANG_PREFIX[FLAGS])])
    5858AS_VAR_SET_IF(FLAGS,[
    59 # there is a bug in official version (serial 4) so we patch it as below
    6059  AS_CASE([" AS_VAR_GET(FLAGS) "],
    6160    [*" $1 "*], [AC_RUN_LOG([: FLAGS already contains $1])],
    62 dnl  AS_CASE([AS_VAR_GET(FLAGS)],
    63 dnl    ["* $1 *|*$1"],[AC_RUN_LOG([: FLAGS already contains $1])],
    6461    [
    6562     AS_VAR_APPEND(FLAGS," $1")
Note: See TracChangeset for help on using the changeset viewer.