Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    re0f8c8 r942906  
    137137
    138138
    139 # CodePatterns library (needs Observer::Channels )
    140 AM_PATH_CODEPATTERNS([1.1.5], $have_debug,,[AC_MSG_ERROR([Missing CodePatterns library, please specify PKG_CONFIG_PATH or use --with-codepatterns...])])
     139# CodePatterns library (needs valarray in MemDebug )
     140AM_PATH_CODEPATTERNS([1.1.6], $have_debug,,[AC_MSG_ERROR([Missing CodePatterns library, please specify PKG_CONFIG_PATH or use --with-codepatterns...])])
    141141
    142142# Checks for header files.
     
    218218
    219219# test suite
     220
    220221AC_CONFIG_FILES([
    221222        tests/Makefile])
     
    230231        tests/Fragmentations/atlocal
    231232        tests/Fragmentations/Makefile])
     233AC_CONFIG_FILES([tests/Fragmentations/analyzer], [chmod +x tests/Fragmentations/analyzer])
     234AC_CONFIG_FILES([tests/Fragmentations/joiner], [chmod +x tests/Fragmentations/joiner])
    232235AC_CONFIG_FILES([tests/Fragmentations/molecuilder], [chmod +x tests/Fragmentations/molecuilder])
    233236
     
    247250        doc/molecuilder.xml])
    248251AC_CONFIG_FILES([
    249   MoleCuilder.pc:MoleCuilder.pc.in])
     252        MoleCuilder.pc:MoleCuilder.pc.in])
    250253AC_CONFIG_FILES([
    251254        Makefile
     
    254257])
    255258AC_CONFIG_FILES([
    256   src/unittests/Makefile
     259        src/unittests/Makefile
    257260])
    258261AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.