mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
added rtf support
This commit is contained in:
12
configure
vendored
12
configure
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user