summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2013-05-15 23:12:07 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2013-05-15 23:12:07 +0000
commitaf1dd005d6479323b4547c8d526cee184f325cb5 (patch)
tree354acab04e0e49775a323fe1137b89554efce004 /Makefile.am
parente71876fcc7402cb5d8abd8d4798522890bcf670a (diff)
downloadmpfr-af1dd005d6479323b4547c8d526cee184f325cb5.tar.gz
[Makefile.am] Added a comment about ACLOCAL_AMFLAGS, based on the
GNU Automake 1.13.2 release notes. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8520 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
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