Home | History | Annotate | Download | only in m4

Lines Matching refs:DLLTOOL

3776   # decide which one to use based on capabilities of $DLLTOOL
3777 case `$DLLTOOL --help 2>&1` in
8184 # Ensure DLLTOOL variable is set.
8186 [AC_CHECK_TOOL(DLLTOOL, dlltool, false)
8187 test -z "$DLLTOOL" && DLLTOOL=dlltool
8188 _LT_DECL([], [DLLTOOL], [1], [DLL creation program])
8189 AC_SUBST([DLLTOOL])