summaryrefslogtreecommitdiff
path: root/dev-libs/cloog/files/cloog-0.20.0-notex.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/cloog/files/cloog-0.20.0-notex.patch')
-rw-r--r--dev-libs/cloog/files/cloog-0.20.0-notex.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-libs/cloog/files/cloog-0.20.0-notex.patch b/dev-libs/cloog/files/cloog-0.20.0-notex.patch
deleted file mode 100644
index 72c75a1820d4..000000000000
--- a/dev-libs/cloog/files/cloog-0.20.0-notex.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-diff --git a/Makefile.am b/Makefile.am
-index 9edba30..fcca42f 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -181,19 +181,6 @@ doc:
- @echo " *-----------------------------------------------*/"
- doxygen ./autoconf/Doxyfile
-
--#/*****************************************************************************
--# * Doc *
--# *****************************************************************************/
--
--if HAVE_TEXI2DVI
--pdf_DATA = doc/cloog.pdf
--dist_pdf_DATA = doc/cloog.pdf
--doc/cloog.pdf: doc/cloog.texi doc/gitversion.texi
-- $(TEXI2DVI) -I $(top_builddir)/doc --pdf $< -o $@
--endif
--
--doc/gitversion.texi: @GIT_INDEX@
-- echo '@set VERSION '`$(top_builddir)/genversion.sh`'' > $@
-
- #/*****************************************************************************
- # * Tests *
-diff --git a/configure.ac b/configure.ac
-index 88d346d..fec9b04 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -72,8 +72,6 @@ AC_CHECK_PROG(CD, cd)
- dnl Configure needs an empty install.sh file with this, i HATE that...
- AC_PROG_INSTALL
- AC_PROG_LIBTOOL
--AC_CHECK_PROG(TEXI2DVI, texi2dvi, texi2dvi, [])
--AM_CONDITIONAL(HAVE_TEXI2DVI, test -n "$TEXI2DVI")
-
- AX_CC_MAXOPT
- AC_SUBST(CFLAGS_WARN)