Changeset 0625919


Ignore:
Timestamp:
Apr 19, 2013, 3:22:54 AM (11 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
master, release-1.10
Children:
67009f92, c2866ec, cffb044
Parents:
8f335a8
git-author:
Anders Kaseorg <andersk@mit.edu> (04/10/13 01:02:35)
git-committer:
Anders Kaseorg <andersk@mit.edu> (04/19/13 03:22:54)
Message:
Check that programs support --help and --version in ‘make installcheck’

Also, put ‘foreign’ before ‘-Wall’ because automake ≥ 1.10, < 1.12 may
interpret the other order differently:
  http://debbugs.gnu.org/cgi-bin/bugreport.cgi?bug=7669

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r487cc2b r0625919  
    11dnl Process this file with autoconf to produce a configure script.
    22AC_INIT([BarnOwl],[1.10dev],[bug-barnowl@mit.edu])
    3 AM_INIT_AUTOMAKE([1.7.0 -Wall -Wno-portability foreign])
     3AM_INIT_AUTOMAKE([1.7.0 foreign std-options -Wall -Wno-portability])
    44AM_MAINTAINER_MODE([enable])
    55m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
Note: See TracChangeset for help on using the changeset viewer.