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

# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../cloog/cloog-0.20.0-notex.patch
# Copyright (C) 2020 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- 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)