001-no_tests.patch 927 B

1234567891011121314151617181920212223242526
  1. Index: mpfr-3.0.0/Makefile.am
  2. ===================================================================
  3. --- mpfr-3.0.0.orig/Makefile.am
  4. +++ mpfr-3.0.0/Makefile.am
  5. @@ -12,7 +12,7 @@
  6. AUTOMAKE_OPTIONS = gnu ansi2knr
  7. ACLOCAL_AMFLAGS = -I m4
  8. -SUBDIRS = tests
  9. +SUBDIRS =
  10. nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER FAQ.html NEWS TODO \
  11. examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c \
  12. Index: mpfr-3.0.0/Makefile.in
  13. ===================================================================
  14. --- mpfr-3.0.0.orig/Makefile.in
  15. +++ mpfr-3.0.0/Makefile.in
  16. @@ -357,7 +357,7 @@ top_builddir = @top_builddir@
  17. top_srcdir = @top_srcdir@
  18. AUTOMAKE_OPTIONS = gnu ansi2knr
  19. ACLOCAL_AMFLAGS = -I m4
  20. -SUBDIRS = tests
  21. +SUBDIRS =
  22. nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER FAQ.html NEWS TODO \
  23. examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c \
  24. examples/version.c