Changeset 1973 for binutils/trunk/config/override.m4
- Timestamp:
- Feb 6, 2017, 1:00:00 PM (8 years ago)
- Location:
- binutils/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binutils/trunk ¶
-
Property svn:mergeinfo
set to
/binutils/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
TabularUnified binutils/trunk/config/override.m4 ¶
r1582 r1973 102 102 ]) 103 103 104 dnl If flex/lex are not found, the top level configure sets LEX to 105 dnl "/path_to/missing flex". When AC_PROG_LEX tries to find the flex 106 dnl output file, it calls $LEX to do so, but the current lightweight 107 dnl "missing" won't create a file. This results in an error. 108 dnl Avoid calling the bulk of AC_PROG_LEX when $LEX is "missing". 109 AC_DEFUN_ONCE([AC_PROG_LEX], 110 [AC_CHECK_PROGS(LEX, flex lex, :) 111 case "$LEX" in 112 :|*"missing "*) ;; 113 *) _AC_PROG_LEX_YYTEXT_DECL ;; 114 esac]) 115 104 116 ])
Note:
See TracChangeset
for help on using the changeset viewer.