forked from Imagelibrary/rtems
2003-02-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Unconditionally check for epstopdf and texi2pdf.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-02-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Unconditionally check for epstopdf and texi2pdf.
|
||||||
|
|
||||||
2003-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* index.html.in: Fix duplicate c4x entry.
|
* index.html.in: Fix duplicate c4x entry.
|
||||||
|
|||||||
@@ -82,16 +82,19 @@ AM_CONDITIONAL(GS,test x"$GS" != x"")
|
|||||||
|
|
||||||
AC_CHECK_PROGS(TEXI2DVI,texi2dvi)
|
AC_CHECK_PROGS(TEXI2DVI,texi2dvi)
|
||||||
AM_CONDITIONAL(TEXI2DVI,test x"$TEXI2DVI" != x"")
|
AM_CONDITIONAL(TEXI2DVI,test x"$TEXI2DVI" != x"")
|
||||||
if test "$enable_pdf" = "yes"; then
|
|
||||||
AC_CHECK_PROGS(EPSTOPDF,epstopdf)
|
|
||||||
AM_CONDITIONAL(EPSTOPDF,test x"$EPSTOPDF" != x"")
|
|
||||||
|
|
||||||
AC_CHECK_PROGS(TEXI2PDF,texi2pdf)
|
AC_CHECK_PROGS(EPSTOPDF,epstopdf)
|
||||||
AM_CONDITIONAL(TEXI2PDF,test x"$TEXI2PDF" != x"")
|
AM_CONDITIONAL(EPSTOPDF,
|
||||||
fi
|
test "$enable_pdf" = "yes" \
|
||||||
|
&& test x"$EPSTOPDF" != x"" )
|
||||||
|
|
||||||
|
AC_CHECK_PROGS(TEXI2PDF,texi2pdf)
|
||||||
|
AM_CONDITIONAL(TEXI2PDF,
|
||||||
|
test "$enable_pdf" = "yes" \
|
||||||
|
&& test x"$TEXI2PDF" != x"")
|
||||||
|
|
||||||
AM_CONDITIONAL(USE_HTML,
|
AM_CONDITIONAL(USE_HTML,
|
||||||
test "$enable_html" = "yes" \
|
test "$enable_html" = "yes" \
|
||||||
&& test x"PERL" != x"" )
|
&& test x"PERL" != x"" )
|
||||||
|
|
||||||
AM_CONDITIONAL(USE_DVI,
|
AM_CONDITIONAL(USE_DVI,
|
||||||
|
|||||||
Reference in New Issue
Block a user