Changeset 76379c for configure.ac


Ignore:
Timestamp:
May 10, 2011, 12:30:50 PM (15 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
  • configure.ac

    rf6ff493 r76379c  
    55AC_INIT([CodePatterns], [1.1.4], [heber@ins.uni-bonn.de], [codepatterns], [http://trac.ins.uni-bonn.de/projects/CodePatterns/])
    66AC_CONFIG_AUX_DIR(config)
    7 AC_CONFIG_SRCDIR([src/Patterns/Singleton_impl.hpp])
     7AC_CONFIG_SRCDIR([src/codepatterns-config.cpp])
    88AC_CONFIG_HEADERS([config.h libCodePatterns_config.h])
    99AC_CONFIG_MACRO_DIR([m4])
     
    1616AC_PROG_INSTALL
    1717AC_PROG_MAKE_SET
    18 AM_MISSING_PROG([DOXYGEN], [doxygen])
     18
     19# use doxygen
     20DX_HTML_FEATURE(ON)
     21DX_PS_FEATURE(OFF)
     22DX_PDF_FEATURE(OFF)
     23DX_INIT_DOXYGEN(CodePatterns, Doxyfile, $(docdir))
    1924
    2025# use libtool
     
    5257AC_CONFIG_FILES([
    5358  CodePatterns-debug.pc:CodePatterns-debug.pc.in])
    54 AC_CONFIG_FILES([doc/Doxyfile:doc/Doxyfile.in])
    5559AC_CONFIG_FILES([
    5660        Makefile
Note: See TracChangeset for help on using the changeset viewer.