OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.9 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../cloog/cloog-0.20.0-notex.patch
  5. # Copyright (C) 2020 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- a/Makefile.am
  17. +++ b/Makefile.am
  18. @@ -181,19 +181,6 @@ doc:
  19. @echo " *-----------------------------------------------*/"
  20. doxygen ./autoconf/Doxyfile
  21. -#/*****************************************************************************
  22. -# * Doc *
  23. -# *****************************************************************************/
  24. -
  25. -if HAVE_TEXI2DVI
  26. -pdf_DATA = doc/cloog.pdf
  27. -dist_pdf_DATA = doc/cloog.pdf
  28. -doc/cloog.pdf: doc/cloog.texi doc/gitversion.texi
  29. - $(TEXI2DVI) -I $(top_builddir)/doc --pdf $< -o $@
  30. -endif
  31. -
  32. -doc/gitversion.texi: @GIT_INDEX@
  33. - echo '@set VERSION '`$(top_builddir)/genversion.sh`'' > $@
  34. #/*****************************************************************************
  35. # * Tests *
  36. diff --git a/configure.ac b/configure.ac
  37. index 88d346d..fec9b04 100644
  38. --- a/configure.ac
  39. +++ b/configure.ac
  40. @@ -72,8 +72,6 @@ AC_CHECK_PROG(CD, cd)
  41. dnl Configure needs an empty install.sh file with this, i HATE that...
  42. AC_PROG_INSTALL
  43. AC_PROG_LIBTOOL
  44. -AC_CHECK_PROG(TEXI2DVI, texi2dvi, texi2dvi, [])
  45. -AM_CONDITIONAL(HAVE_TEXI2DVI, test -n "$TEXI2DVI")
  46. AX_CC_MAXOPT
  47. AC_SUBST(CFLAGS_WARN)