Changeset 76379c for m4/ac_doxygen.m4


Ignore:
Timestamp:
May 10, 2011, 12:30:50 PM (14 years ago)
Author:
Frederik Heber <heber@…>
Children:
451f17
Parents:
f6ff493
git-author:
Frederik Heber <heber@…> (05/10/11 11:55:32)
git-committer:
Frederik Heber <heber@…> (05/10/11 12:30:50)
Message:

Doxygen now uses m4/ac_doxygen.m4.

  • fixes to ac_doxygen.m4 necessary as given here, "is not a valid shell variable name": https://issues.apache.org/jira/browse/AMQCPP-191.
  • we again have doc/Makefile.am as otherwise PHONY targets doxygen-doc and doc come into conflict.
  • using .am file for doxygen configuration from doxample (by Oren Ben-Tiki).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/ac_doxygen.m4

    rf6ff493 r76379c  
    7979if test "$DX_FLAG_[]DX_CURRENT_FEATURE$$1" = 1; then
    8080    AC_MSG_WARN([$2 not found - will not DX_CURRENT_DESCRIPTION])
    81     AC_SUBST([DX_FLAG_[]DX_CURRENT_FEATURE], 0)
     81    AC_SUBST([DX_FLAG_]DX_CURRENT_FEATURE, 0)
    8282fi
    8383])
     
    102102# Turn off the DX_CURRENT_FEATURE if the required feature is off.
    103103AC_DEFUN([DX_CLEAR_DEPEND], [
    104 test "$DX_FLAG_$1" = "$2" || AC_SUBST([DX_FLAG_[]DX_CURRENT_FEATURE], 0)
     104test "$DX_FLAG_$1" = "$2" || AC_SUBST([DX_FLAG_]DX_CURRENT_FEATURE, 0)
    105105])
    106106
Note: See TracChangeset for help on using the changeset viewer.