]> Untitled Git - emu8051.git/commitdiff
Convert to automake gnits option
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 7 Apr 2014 03:46:40 +0000 (23:46 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 7 Apr 2014 03:46:40 +0000 (23:46 -0400)
Makefile.am
THANKS [new file with mode: 0644]
configure.ac

index 25a4d2e693b39ee668f153af57221fd90bd79599..cfd1df10c5fb0487e3fe481de2dddff1ac0b1322 100644 (file)
@@ -2,8 +2,6 @@
 
 .PHONY: changelog
 
-AUTOMAKE_OPTIONS = gnu
-
 SUBDIRS = \
     src/common \
     src/cli \
diff --git a/THANKS b/THANKS
new file mode 100644 (file)
index 0000000..e69de29
index 1efc861c5894f5207402ee91d2ab5896b48e9bb2..4ebab8c38c992ca3dc0586cc91e15a365b4cc146 100644 (file)
@@ -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])