Changeset e76d847b0ec649776753f783cf0cc97f5a20e0b8

Show
Ignore:
Timestamp:
01/31/08 18:20:11 (5 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1201800011 +0000
git-parent:

[85a37a8cb990d3a992550b96bdea703a5fdd511c]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1201800011 +0000
Message:

Move automake options to Makefile.am

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    r85a37a8 re76d847  
    4343 
    4444ACLOCAL_AMFLAGS = -I m4 
     45AUTOMAKE_OPTIONS = \ 
     46    1.9 \ 
     47    -Wall \ 
     48    check-news \ 
     49    std-options \ 
     50    dist-bzip2 \ 
     51    no-dist-gzip 
    4552 
    4653############################################################################### 
  • configure.ac

    r258a153 re76d847  
    1717AC_CANONICAL_HOST 
    1818 
    19 AM_INIT_AUTOMAKE([1.9 check-news dist-bzip2 no-dist-gzip -Wall]) 
     19AM_INIT_AUTOMAKE 
    2020AM_CONFIG_HEADER(config.h) 
    2121