mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
config: Set automake options consistenly in one location
Avoid use of two manners of setting automake configuration options, and consolidate them into AM_INIT_AUTOMAKE macro. Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
This commit is contained in:
parent
b06c2c7e23
commit
bdfab93fab
@ -1,5 +1,5 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.10 dist-bzip2
|
||||
AUTOMAKE_OPTIONS = 1.10
|
||||
|
||||
include $(top_srcdir)/Makefile.all.am
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
AC_INIT([Valgrind],[3.15.0.GIT],[valgrind-users@lists.sourceforge.net])
|
||||
AC_CONFIG_SRCDIR(coregrind/m_main.c)
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||
AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user