Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 650304
Collapse All | Expand All

(-)../cloog-cloog-0.20.0_org/configure.ac (-2 lines)
Lines 72-79 Link Here
72
dnl Configure needs an empty install.sh file with this, i HATE that...
72
dnl Configure needs an empty install.sh file with this, i HATE that...
73
AC_PROG_INSTALL
73
AC_PROG_INSTALL
74
AC_PROG_LIBTOOL
74
AC_PROG_LIBTOOL
75
AC_CHECK_PROG(TEXI2DVI, texi2dvi, texi2dvi, [])
76
AM_CONDITIONAL(HAVE_TEXI2DVI, test -n "$TEXI2DVI")
77
75
78
AX_CC_MAXOPT
76
AX_CC_MAXOPT
79
AC_SUBST(CFLAGS_WARN)
77
AC_SUBST(CFLAGS_WARN)
(-)../cloog-cloog-0.20.0_org/Makefile.am (-13 lines)
Lines 181-199 Link Here
181
	@echo "              *-----------------------------------------------*/"
181
	@echo "              *-----------------------------------------------*/"
182
	doxygen ./autoconf/Doxyfile
182
	doxygen ./autoconf/Doxyfile
183
183
184
#/*****************************************************************************
185
# *                                   Doc                                     *
186
# *****************************************************************************/
187
188
if HAVE_TEXI2DVI
189
pdf_DATA = doc/cloog.pdf
190
dist_pdf_DATA = doc/cloog.pdf
191
doc/cloog.pdf: doc/cloog.texi doc/gitversion.texi
192
	$(TEXI2DVI) -I $(top_builddir)/doc --pdf $< -o $@
193
endif
194
195
doc/gitversion.texi: @GIT_INDEX@
196
	echo '@set VERSION '`$(top_builddir)/genversion.sh`'' > $@
197
184
198
#/*****************************************************************************
185
#/*****************************************************************************
199
# *                                   Tests                                    *
186
# *                                   Tests                                    *

Return to bug 650304