summaryrefslogtreecommitdiff
path: root/mpn/Makefile.am
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-12-12 23:01:27 +0100
committerKevin Ryde <user42@zip.com.au>2002-12-12 23:01:27 +0100
commit9f5cbc1c3f0df3b8ed09b33255c61e0fe67e8a3d (patch)
tree17d4e28c8b2f20dbbefc3d15c7e7f7fb8d1382dd /mpn/Makefile.am
parent32a8c2882639767fb90a9c0bb7586ad3b02147ed (diff)
downloadgmp-9f5cbc1c3f0df3b8ed09b33255c61e0fe67e8a3d.tar.gz
* configure.in: (AM_INIT_AUTOMAKE): Use "gnu no-dependencies
$(top_builddir)/ansi2knr". * */Makefile.am (AUTOMAKE_OPTIONS): Remove, now in configure.in.
Diffstat (limited to 'mpn/Makefile.am')
-rw-r--r--mpn/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/mpn/Makefile.am b/mpn/Makefile.am
index 1ce8b5893..b21814cd9 100644
--- a/mpn/Makefile.am
+++ b/mpn/Makefile.am
@@ -21,8 +21,6 @@
# MA 02111-1307, USA.
-AUTOMAKE_OPTIONS = gnu no-dependencies $(top_builddir)/ansi2knr
-
INCLUDES = -D__GMP_WITHIN_GMP -I$(top_srcdir) \
-DOPERATION_`echo $* | sed 's/_$$//'`