Changeset 2e984a in git for libpolys/configure.ac


Ignore:
Timestamp:
Nov 29, 2012, 8:40:33 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
e17f69c6be6204d38b721577676eee640f77d78c
Parents:
2e06defcff26c0ba83fc00b14887df89c80c32b2
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-11-29 20:40:33+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-11-29 23:08:27+01:00
Message:
Use silent-rules if available (in more recent versions of automake)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/configure.ac

    r2e06def r2e984a  
    88AM_MAINTAINER_MODE
    99AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) # -Wno-extra-portability -Werror silent-rules
     10m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
     11
    1012
    1113dnl Check if build env is sane
Note: See TracChangeset for help on using the changeset viewer.