Changeset 1441


Ignore:
Timestamp:
Aug 27, 2008, 9:23:52 PM (15 years ago)
Author:
Peter
Message:

modifying the ax_compare_version to make make it quiet. Using original version caused an annoying print about checking for awk in the middle of 'checking if doxygen is at least 1.5... 1.5.6'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build_support/ax_compare_version.m4

    r1440 r1441  
    8585dnl #########################################################################
    8686AC_DEFUN([AX_COMPARE_VERSION], [
    87   AC_PROG_AWK
     87  AC_REQUIRE([AC_PROG_AWK])
    8888
    8989  # Used to indicate true or false condition
Note: See TracChangeset for help on using the changeset viewer.