summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlexander Strasser <eclipse7@gmx.net>2011-12-20 00:28:47 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-12-20 16:05:01 +0100
commitabab44086fa5b7b3c4cd3f5eabc1348977b506b9 (patch)
treefcc6a33dad061fae5bba5f04901271d250d913e5 /configure
parenta4872cfefe64999adf684d4d1053bf70b3929ad8 (diff)
doc: fate: Support building a plain text version
Also create a plain text (.txt) file from fate.texi if the makeinfo program is available. Signed-off-by: Alexander Strasser <eclipse7@gmx.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 8d8665ef1a..5b8bc3f825 100755
--- a/configure
+++ b/configure
@@ -1195,6 +1195,7 @@ HAVE_LIST="
lzo1x_999_compress
machine_ioctl_bt848_h
machine_ioctl_meteor_h
+ makeinfo
malloc_h
MapViewOfFile
memalign
@@ -3153,6 +3154,7 @@ fi
enabled sdl && add_cflags $sdl_cflags && add_extralibs $sdl_libs
texi2html -version > /dev/null 2>&1 && enable texi2html || disable texi2html
+makeinfo --version > /dev/null 2>&1 && enable makeinfo || disable makeinfo
check_header linux/fb.h
check_header linux/videodev.h