Changeset cdf2e4 for configure.ac


Ignore:
Timestamp:
Dec 22, 2010, 5:39:32 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
392a79
Parents:
70672e3
git-author:
Frederik Heber <heber@…> (12/22/10 17:20:51)
git-committer:
Frederik Heber <heber@…> (12/22/10 17:39:32)
Message:

From now on we create two libs, one with and one without debug.

  • We specifically create two libs, as the debug one is not just the old lib but with some debug symbols. MemDebug, Asserts and ObserverLog implementations are clearly missing in these. This justifies to have two distinct (in an odd way) libraries.
  • additional CodePattern-debug.pc file
  • extended ax_codepatterns.m4 macro to have debug as an extra argument
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r70672e3 rcdf2e4  
    33
    44AC_PREREQ([2.65])
    5 AC_INIT([CodePatterns], [1.0.0], [heber@ins.uni-bonn.de], [codepatterns], [http://trac.ins.uni-bonn.de/projects/CodePatterns/])
     5AC_INIT([CodePatterns], [1.0.1], [heber@ins.uni-bonn.de], [codepatterns], [http://trac.ins.uni-bonn.de/projects/CodePatterns/])
    66AC_CONFIG_AUX_DIR(config)
    77AC_CONFIG_SRCDIR([src/Patterns/Singleton_impl.hpp])
     
    2525# refer to the libtool manual, section "Updating library version information":
    2626# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
    27 AC_SUBST([CODEPATTERNS_SO_VERSION], [1:0:0])
    28 AC_SUBST([CODEPATTERNS_API_VERSION], [1.0.0])
     27AC_SUBST([CODEPATTERNS_SO_VERSION], [1:0:1])
     28AC_SUBST([CODEPATTERNS_API_VERSION], [1.0.1])
    2929
    3030# Checks for libraries.
     
    5050  CodePatterns.pc:CodePatterns.pc.in])
    5151AC_CONFIG_FILES([
     52  CodePatterns-debug.pc:CodePatterns-debug.pc.in])
     53AC_CONFIG_FILES([
    5254        Makefile
    5355        doc/Makefile
Note: See TracChangeset for help on using the changeset viewer.