diff options
author | Kevin Ryde <user42@zip.com.au> | 2003-12-27 00:25:41 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2003-12-27 00:25:41 +0100 |
commit | 10a68cdf685b517c9a0cd19a813cedf0cca3f74f (patch) | |
tree | 1e3a723866149ef6e9879797ae48513cbc20f6a5 /Makefile.am | |
parent | af012d122571b8e43f93e56f0790511f986ef125 (diff) | |
download | gmp-10a68cdf685b517c9a0cd19a813cedf0cca3f74f.tar.gz |
* Makefile.am (AUTOMAKE_OPTIONS): Restore this, giving no directory on
ansi2knr to avoid a circular build rule.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
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. # |