Changeset 3378 for trunk/m4/ax_append_flag.m4
- Timestamp:
- Feb 13, 2015, 5:53:51 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/m4/ax_append_flag.m4
r3367 r3378 50 50 # exception to the GPL to apply to your modified version as well. 51 51 52 #serial 452 #serial 5 53 53 54 54 AC_DEFUN([AX_APPEND_FLAG], … … 57 57 AS_VAR_PUSHDEF([FLAGS], [m4_default($2,_AC_LANG_PREFIX[FLAGS])]) 58 58 AS_VAR_SET_IF(FLAGS,[ 59 # there is a bug in official version (serial 4) so we patch it as below60 59 AS_CASE([" AS_VAR_GET(FLAGS) "], 61 60 [*" $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])],64 61 [ 65 62 AS_VAR_APPEND(FLAGS," $1")
Note: See TracChangeset
for help on using the changeset viewer.