Changeset 6d8dde for configure.ac


Ignore:
Timestamp:
Feb 13, 2013, 3:55:20 PM (13 years ago)
Author:
Frederik Heber <heber@…>
Children:
e46aa0
Parents:
5d1550
git-author:
Frederik Heber <heber@…> (01/26/13 12:50:04)
git-committer:
Frederik Heber <heber@…> (02/13/13 15:55:20)
Message:

FIX: codepatterns-config did not supply correct flags for debug lib.

  • we required another executable codepatterns-debug-config for that.
  • also version.cpp did not contain correct versioning in a pkg-config sense, i.e. 1.2.3 but with commit suffixed.
  • version.cpp and specific codepatterns-config.cpp are not created in build directory, not in src anymore.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r5d1550 r6d8dde  
    55AC_INIT([CodePatterns], [1.2.3], [heber@ins.uni-bonn.de], [codepatterns], [http://trac.ins.uni-bonn.de/projects/CodePatterns/])
    66AC_CONFIG_AUX_DIR(config)
    7 AC_CONFIG_SRCDIR([src/codepatterns-config.cpp])
     7AC_CONFIG_SRCDIR([src/codepatterns-config-main.cpp])
    88AC_CONFIG_HEADERS([config.h libCodePatterns_config.h])
    99AC_CONFIG_MACRO_DIR([m4])
Note: See TracChangeset for help on using the changeset viewer.