Changeset 15160 for trunk/FACT++
- Timestamp:
- 03/26/13 17:27:22 (12 years ago)
- Location:
- trunk/FACT++
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/Makefile.in
r15089 r15160 660 660 LTLIBOBJS = @LTLIBOBJS@ 661 661 LT_HAVE_XP = @LT_HAVE_XP@ 662 MAILX = @MAILX@ 662 663 MAKEINFO = @MAKEINFO@ 663 664 MANIFEST_TOOL = @MANIFEST_TOOL@ -
trunk/FACT++/configure
r14652 r15160 662 662 HAS_DOXYGEN_FALSE 663 663 HAS_DOXYGEN_TRUE 664 HAS_MAILX_FALSE 665 HAS_MAILX_TRUE 664 666 HAS_JSDOC_FALSE 665 667 HAS_JSDOC_TRUE … … 672 674 HAS_COLORDIFF_FALSE 673 675 HAS_COLORDIFF_TRUE 676 MAILX 674 677 JSDOC 675 678 HELP2MAN … … 23977 23980 23978 23981 cat > conftest.$ac_ext <<EOF 23979 #line 239 79"configure"23982 #line 23982 "configure" 23980 23983 #include "confdefs.h" 23981 23984 #include <qglobal.h> … … 24986 24989 24987 24990 24991 # Extract the first word of "mailx", so it can be a program name with args. 24992 set dummy mailx; ac_word=$2 24993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 24994 $as_echo_n "checking for $ac_word... " >&6; } 24995 if ${ac_cv_prog_MAILX+:} false; then : 24996 $as_echo_n "(cached) " >&6 24997 else 24998 if test -n "$MAILX"; then 24999 ac_cv_prog_MAILX="$MAILX" # Let the user override the test. 25000 else 25001 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 25002 for as_dir in $PATH 25003 do 25004 IFS=$as_save_IFS 25005 test -z "$as_dir" && as_dir=. 25006 for ac_exec_ext in '' $ac_executable_extensions; do 25007 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 25008 ac_cv_prog_MAILX="yes" 25009 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 25010 break 2 25011 fi 25012 done 25013 done 25014 IFS=$as_save_IFS 25015 25016 test -z "$ac_cv_prog_MAILX" && ac_cv_prog_MAILX="no" 25017 fi 25018 fi 25019 MAILX=$ac_cv_prog_MAILX 25020 if test -n "$MAILX"; then 25021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAILX" >&5 25022 $as_echo "$MAILX" >&6; } 25023 else 25024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 25025 $as_echo "no" >&6; } 25026 fi 25027 25028 24988 25029 24989 25030 ########################################################################## … … 25050 25091 HAS_JSDOC_TRUE='#' 25051 25092 HAS_JSDOC_FALSE= 25093 fi 25094 25095 if test "$MAILX" = yes; then 25096 HAS_MAILX_TRUE= 25097 HAS_MAILX_FALSE='#' 25098 else 25099 HAS_MAILX_TRUE='#' 25100 HAS_MAILX_FALSE= 25052 25101 fi 25053 25102 … … 25507 25556 if test -z "${HAS_JSDOC_TRUE}" && test -z "${HAS_JSDOC_FALSE}"; then 25508 25557 as_fn_error $? "conditional \"HAS_JSDOC\" was never defined. 25558 Usually this means the macro was only invoked conditionally." "$LINENO" 5 25559 fi 25560 if test -z "${HAS_MAILX_TRUE}" && test -z "${HAS_MAILX_FALSE}"; then 25561 as_fn_error $? "conditional \"HAS_MAILX\" was never defined. 25509 25562 Usually this means the macro was only invoked conditionally." "$LINENO" 5 25510 25563 fi … … 28134 28187 28135 28188 fi 28189 if test -z "$HAS_V8_TRUE"; then : 28190 28191 if test -z "$HAS_MAILX_TRUE"; then : 28192 { $as_echo "$as_me:${as_lineno-$LINENO}: Mail support / 'mailx' found: yes" >&5 28193 $as_echo "$as_me: Mail support / 'mailx' found: yes" >&6;} 28194 else 28195 { $as_echo "$as_me:${as_lineno-$LINENO}: Mail support / 'mailx' found: no" >&5 28196 $as_echo "$as_me: Mail support / 'mailx' found: no" >&6;} 28197 28198 fi 28199 28200 fi 28201 28136 28202 if test -z "$HAS_HELP2MAN_TRUE"; then : 28137 28203
Note:
See TracChangeset
for help on using the changeset viewer.