Changeset 315a1e for configure.ac


Ignore:
Timestamp:
Oct 30, 2015, 11:44:33 AM (10 years ago)
Author:
Frederik Heber <heber@…>
Children:
b09709
Parents:
3681dd
git-author:
Frederik Heber <heber@…> (07/25/15 17:56:56)
git-committer:
Frederik Heber <heber@…> (10/30/15 11:44:33)
Message:

FIX: Fixed several lintian warnings when making debian package.

  • library name is now lower case, package name is now libcodepatterns.
  • external libs are now added to LDFLAGS instead of LIBADD.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r3681dd r315a1e  
    33
    44AC_PREREQ([2.65])
    5 AC_INIT([CodePatterns], [1.2.9], [heber@ins.uni-bonn.de], [codepatterns], [http://trac.ins.uni-bonn.de/projects/CodePatterns/])
     5AC_INIT([LibCodePatterns], [1.2.9], [heber@ins.uni-bonn.de], [libcodepatterns], [http://trac.ins.uni-bonn.de/projects/CodePatterns/])
    66AC_CONFIG_AUX_DIR(config)
    77AC_CONFIG_SRCDIR([src/codepatterns-config-main.cpp])
    8 AC_CONFIG_HEADERS([config.h libCodePatterns_config.h])
     8AC_CONFIG_HEADERS([config.h libcodepatterns_config.h])
    99AC_CONFIG_MACRO_DIR([m4])
    1010
     
    2121DX_PS_FEATURE(OFF)
    2222DX_PDF_FEATURE(OFF)
    23 DX_INIT_DOXYGEN(CodePatterns, Doxyfile, ${docdir})
     23DX_INIT_DOXYGEN(libcodepatterns, Doxyfile, ${docdir})
    2424
    2525# use libtool
     
    7272# -${CODEPATTERNS_API_VERSION}
    7373AC_CONFIG_FILES([
    74   CodePatterns.pc:CodePatterns.pc.in])
     74  libcodepatterns.pc:libcodepatterns.pc.in])
    7575AC_CONFIG_FILES([
    76   CodePatterns-debug.pc:CodePatterns-debug.pc.in])
     76  libcodepatterns-debug.pc:libcodepatterns-debug.pc.in])
    7777AC_CONFIG_FILES([
    7878        Makefile
Note: See TracChangeset for help on using the changeset viewer.