mirror of
https://github.com/bspeice/libcvautomation
synced 2025-04-21 00:41:29 -04:00
Fix a formatting issue in the configure script
This commit is contained in:
parent
4043c9cbad
commit
e529aa60e4
@ -53,8 +53,10 @@ fi
|
|||||||
|
|
||||||
# Check for doxygen
|
# Check for doxygen
|
||||||
AC_ARG_WITH(docs, [ --with-docs build documentation for libcvautomation @<:@default=no@:>@])
|
AC_ARG_WITH(docs, [ --with-docs build documentation for libcvautomation @<:@default=no@:>@])
|
||||||
AC_ARG_ENABLE(man, [ --enable-man enable building the 'man' pages for libcvautomation - only works if --with-docs is enabled @<:@default=enable@:>@])
|
AC_ARG_ENABLE(man, [ --enable-man enable building the 'man' pages for libcvautomation
|
||||||
AC_ARG_ENABLE(tex, [ --enable-tex enable building the 'latex' pages for libcvautomation - only works if --with-docs is enabled @<:@default=disable@:>@])
|
only works if --with-docs is enabled @<:@default=enable@:>@])
|
||||||
|
AC_ARG_ENABLE(tex, [ --enable-tex enable building the 'latex' pages for libcvautomation
|
||||||
|
only works if --with-docs is enabled @<:@default=disable@:>@])
|
||||||
|
|
||||||
if test "$with_docs" == "yes"; then
|
if test "$with_docs" == "yes"; then
|
||||||
AC_CHECK_PROGS([Doxygen], [doxygen], [missing])
|
AC_CHECK_PROGS([Doxygen], [doxygen], [missing])
|
||||||
|
Loading…
Reference in New Issue
Block a user