Changeset e76d847b0ec649776753f783cf0cc97f5a20e0b8
- 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
| r85a37a8 |
re76d847 |
|
| 43 | 43 | |
|---|
| 44 | 44 | ACLOCAL_AMFLAGS = -I m4 |
|---|
| | 45 | AUTOMAKE_OPTIONS = \ |
|---|
| | 46 | 1.9 \ |
|---|
| | 47 | -Wall \ |
|---|
| | 48 | check-news \ |
|---|
| | 49 | std-options \ |
|---|
| | 50 | dist-bzip2 \ |
|---|
| | 51 | no-dist-gzip |
|---|
| 45 | 52 | |
|---|
| 46 | 53 | ############################################################################### |
|---|
| r258a153 |
re76d847 |
|
| 17 | 17 | AC_CANONICAL_HOST |
|---|
| 18 | 18 | |
|---|
| 19 | | AM_INIT_AUTOMAKE([1.9 check-news dist-bzip2 no-dist-gzip -Wall]) |
|---|
| | 19 | AM_INIT_AUTOMAKE |
|---|
| 20 | 20 | AM_CONFIG_HEADER(config.h) |
|---|
| 21 | 21 | |
|---|