Home | History | Annotate | Download | only in dist

Lines Matching refs:DOXYGEN

1124 DOXYGEN
1384 DOXYGEN
2196 --with-doxygen Use doxygen to regenerate documentation (default:
2292 DOXYGEN Path to doxygen command
13147 # Check whether --with-doxygen was given.
13159 # Extract the first word of "doxygen", so it can be a program name with args.
13160 set dummy doxygen; ac_word=$2
13167 e) case $DOXYGEN in
13169 ac_cv_path_DOXYGEN="$DOXYGEN" # Let the user override the test with a path.
13195 DOXYGEN=$ac_cv_path_DOXYGEN
13196 if test -n "$DOXYGEN"; then
13197 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DOXYGEN" >&5
13198 printf "%s\n" "$DOXYGEN" >&6; }
13205 if test "x$DOXYGEN" = "x"; then
13206 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: doxygen not found - documentation targets will be skipped" >&5
13207 printf "%s\n" "$as_me: WARNING: doxygen not found - documentation targets will be skipped" >&2;}
13213 # Extract the first word of "doxygen", so it can be a program name with args.
13214 set dummy doxygen; ac_word=$2
13221 e) case $DOXYGEN in
13223 ac_cv_path_DOXYGEN="$DOXYGEN" # Let the user override the test with a path.
13249 DOXYGEN=$ac_cv_path_DOXYGEN
13250 if test -n "$DOXYGEN"; then
13251 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DOXYGEN" >&5
13252 printf "%s\n" "$DOXYGEN" >&6; }
13259 if test "x$DOXYGEN" = "x"; then
13260 as_fn_error $? "--with-doxygen=yes specified but doxygen not found in PATH" "$LINENO" 5
13264 if test "x$DOXYGEN" != "x"; then
13265 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: ignoring DOXYGEN environment variable since --with-doxygen=no was specified" >&5
13266 printf "%s\n" "$as_me: WARNING: ignoring DOXYGEN environment variable since --with-doxygen=no was specified" >&2;}
13270 as_fn_error $? "--with-doxygen expects 'yes' or 'no'" "$LINENO" 5
13273 # scrape the doxygen version
13274 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the doxygen version" >&5
13275 printf %s "checking the doxygen version... " >&6; }
13276 doxygen_version=`$DOXYGEN --version 2>/dev/null`
13285 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: doxygen version $doxygen_version found, but 1.6.1 needed" >&5
13286 printf "%s\n" "$as_me: WARNING: doxygen version $doxygen_version found, but 1.6.1 needed" >&2;}
13289 as_fn_error $? "doxygen version $doxygen_version found, but 1.6.1 needed" "$LINENO" 5