mirror of
https://github.com/HEYAHONG/emu8051.git
synced 2025-05-08 13:43:42 +08:00
Convert to automake gnits option
This commit is contained in:
parent
972da42d11
commit
3ca737ea38
@ -2,8 +2,6 @@
|
||||
|
||||
.PHONY: changelog
|
||||
|
||||
AUTOMAKE_OPTIONS = gnu
|
||||
|
||||
SUBDIRS = \
|
||||
src/common \
|
||||
src/cli \
|
||||
|
@ -12,7 +12,7 @@ dnl To get rid of message:
|
||||
dnl linking libraries using a non-POSIX archiver requires 'AM_PROG_AR'...
|
||||
dnl -Wall:
|
||||
dnl Ask automake to turn on all warnings (not a gcc flag)
|
||||
AM_INIT_AUTOMAKE([no-define check-news std-options dist-bzip2
|
||||
AM_INIT_AUTOMAKE([no-define gnits dist-bzip2
|
||||
color-tests parallel-tests
|
||||
-Wall -Wno-extra-portability])
|
||||
AM_SILENT_RULES([yes])
|
||||
|
Loading…
x
Reference in New Issue
Block a user