summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-08 23:52:01 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-08 23:52:01 +0200
commit758c01b63b4067f5e610a778d48609fb83e96121 (patch)
treed8751b9c2c1925cc5fa038d803b2266e62f2afdf /Makefile.am
parente3ba8d9b2ac1c0333c83d46320a65aa45a585214 (diff)
downloadgmp-758c01b63b4067f5e610a778d48609fb83e96121.tar.gz
* Makefile.am (AUTOMAKE_OPTIONS): Remove check-news (permission notice
in NEWS file is too big). (dist-hook): Don't distribute numbered or unnumbered emacs backups.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 421b2a7d3..35b6f8654 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,7 +61,7 @@ LIBMP_LT_REVISION = 2
LIBMP_LT_AGE = 1
-AUTOMAKE_OPTIONS = gnu check-news no-dependencies ansi2knr
+AUTOMAKE_OPTIONS = gnu no-dependencies ansi2knr
# FIXME: This is a workaround for automake not allowing info_TEXINFOS to be
# conditionalized. We want mpfr/mpfr.info only installed under
@@ -270,5 +270,5 @@ gmp_TEXINFOS = fdl.texi
# Don't ship CVS directories or emacs backups.
dist-hook:
- -find $(distdir) \( -name CVS -type d \) -o -name "*.~*" \
+ -find $(distdir) \( -name CVS -type d \) -o -name "*~" \
| xargs rm -rf