From 10a68cdf685b517c9a0cd19a813cedf0cca3f74f Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 27 Dec 2003 00:25:41 +0100 Subject: * Makefile.am (AUTOMAKE_OPTIONS): Restore this, giving no directory on ansi2knr to avoid a circular build rule. --- Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d21ee0a88..9971bf6af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,14 @@ # MA 02111-1307, USA. +# The following options are the same as AM_INIT_AUTOMAKE in configure.in, +# except no $(top_builddir) on ansi2knr. That directory is wanted for the +# Makefiles in subdirectories, but here we must omit it so automake gives +# the actual ansi2knr build rule, not "cd $(top_builddir) && make ansi2knr". +# +AUTOMAKE_OPTIONS = 1.8 gnu no-dependencies ansi2knr + + # Libtool -version-info for libgmp.la and libmp.la. See "Versioning" in the # libtool manual. # -- cgit v1.2.1