Fix info/Makefile.am for old automake
authorNelson Ferreira <nelson.ferreira@ieee.org>
Sun, 13 Sep 2015 22:08:24 +0000 (18:08 -0400)
committerNelson Ferreira <nelson.ferreira@ieee.org>
Sun, 13 Sep 2015 22:10:59 +0000 (18:10 -0400)
* info/Makefile.am: Turns out automake does not deal well with
unknown options. Horrible hack forthcoming in configure.ac.

Signed-off-by: Nelson Ferreira <nelson.ferreira@ieee.org>
info/Makefile.am

index c81f199..34f8a57 100644 (file)
 LANG=C
 LC_ALL=C
 
-AUTOMAKE_OPTIONS = info-in-builddir
+# Since automake does not ignore unknown options, this has to be set in
+# a horrible hack in configure.ac until we choose to mandate automake 1.14
+# Since many distros still carry automake 1.13, this is up for debate...
+#
+# AUTOMAKE_OPTIONS = info-in-builddir
+
 builddir = @builddir@
 srcdir = @srcdir@