diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 54e5c7188..964c220aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,10 @@ AUTOMAKE_OPTIONS = gnu + +# ACLOCAL_AMFLAGS will be fully deprecated in Automake 2.0; use +# AC_CONFIG_MACRO_DIRS (introduced in Automake 1.13) instead, +# once Automake 1.13 is available on most platforms. ACLOCAL_AMFLAGS = -I m4 SUBDIRS = doc src tests tune |