X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=m4%2Fax_prog_flex_version.m4;h=da60e00f52497e08aa2065d152af0e3ead0e0194;hp=f1ad9ef60cf70cb9b754ff93e797c5748d0adfb3;hb=5f38bc819a3feece3f0c8cf1155735b090e533c1;hpb=fe709541d8d05519a80acbc2a3947bd3cf685d83 diff --git a/m4/ax_prog_flex_version.m4 b/m4/ax_prog_flex_version.m4 index f1ad9ef6..da60e00f 100644 --- a/m4/ax_prog_flex_version.m4 +++ b/m4/ax_prog_flex_version.m4 @@ -1,22 +1,27 @@ +# =========================================================================== +# http://www.gnu.org/software/autoconf-archive/ax_prog_flex_version.html +# =========================================================================== +# # SYNOPSIS # # AX_PROG_FLEX_VERSION([VERSION],[ACTION-IF-TRUE],[ACTION-IF-FALSE]) # # DESCRIPTION # -# Makes sure that flex version is greater or equal to the version indicated. -# If true the shell commands in ACTION-IF-TRUE are executed. If not the shell -# commands in commands in ACTION-IF-TRUE are executed. If not the shell -# commands in ACTION-IF-FALSE are run. Note if $FLEX is not set (for example -# by running AC_CHECK_PROG or AC_PATH_PROG) the macro will fail. +# Makes sure that flex version is greater or equal to the version +# indicated. If true the shell commands in ACTION-IF-TRUE are executed. If +# not the shell commands in commands in ACTION-IF-TRUE are executed. If +# not the shell commands in ACTION-IF-FALSE are run. Note if $FLEX is not +# set (for example by running AC_CHECK_PROG or AC_PATH_PROG) the macro +# will fail. # # Example: # # AC_PATH_PROG([FLEX],[flex]) # AX_PROG_FLEX_VERSION([2.5.39],[ ... ],[ ... ]) # -# This will check to make sure that the flex you have is at least -# version 2.5.39 or greater. +# This will check to make sure that the flex you have is at least version +# 2.5.39 or greater. # # NOTE: This macro uses the $FLEX variable to perform the check. #