added rtf support

This commit is contained in:
SJ
2012-09-14 15:03:00 +02:00
parent 36e08326d0
commit a6ff431397
6 changed files with 28 additions and 1 deletions

12
configure vendored
View File

@ -3419,6 +3419,7 @@ pdftotext="no"
catdoc="no"
catppt="no"
xls2csv="no"
unrtf="no"
have_static_build="no"
@ -4304,11 +4305,22 @@ _ACEOF
fi
if test z`which unrtf 2>/dev/null` != "z"; then
unrtf=`which unrtf`
cat >>confdefs.h <<_ACEOF
#define HAVE_UNRTF "$unrtf"
_ACEOF
fi
echo
echo "pdftotext: $pdftotext"
echo "catdoc: $catdoc"
echo "catppt: $catppt"
echo "xls2csv: $xls2csv"
echo "unrtf: $unrtf"
id -u $RUNNING_USER 2>/dev/null 1>/dev/null