/[autoconf]/autoconf/lib/autoconf/programs.m4
ViewVC logotype

Diff of /autoconf/lib/autoconf/programs.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by dprice, Tue Apr 1 21:27:52 2003 UTC revision 1.17 by akim, Thu May 22 13:24:05 2003 UTC
# Line 233  AC_DEFUN([AC_CHECK_TOOLS], Line 233  AC_DEFUN([AC_CHECK_TOOLS],
233    for ac_prog in $2    for ac_prog in $2
234    do    do
235      AC_CHECK_PROG([$1],      AC_CHECK_PROG([$1],
236                    [$ac_tool_prefix$ac_prog], [$ac_tool_prefix$ac_prog],,                    [$ac_tool_prefix$ac_prog], [$ac_tool_prefix$ac_prog],,
237                    [$4])                    [$4])
238      test -n "$$1" && break      test -n "$$1" && break
239    done    done
240  fi  fi
# Line 325  case $as_dir/ in Line 325  case $as_dir/ in
325      # by default.      # by default.
326      for ac_prog in ginstall scoinst install; do      for ac_prog in ginstall scoinst install; do
327        for ac_exec_ext in '' $ac_executable_extensions; do        for ac_exec_ext in '' $ac_executable_extensions; do
328          if AS_EXECUTABLE_P(["$as_dir/$ac_prog$ac_exec_ext"]); then          if AS_EXECUTABLE_P(["$as_dir/$ac_prog$ac_exec_ext"]); then
329            if test $ac_prog = install &&            if test $ac_prog = install &&
330              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
331              # AIX install.  It has an incompatible calling convention.              # AIX install.  It has an incompatible calling convention.
332              :              :
333            elif test $ac_prog = install &&            elif test $ac_prog = install &&
334              grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then              grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
335              # program-specific install script used by HP pwplus--don't use.              # program-specific install script used by HP pwplus--don't use.
336              :              :
337            else            else
338              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
339              break 3              break 3
340            fi            fi
341          fi          fi
342        done        done
343      done      done
344      ;;      ;;
# Line 428  rm -f "${LEX_OUTPUT_ROOT}.c" Line 428  rm -f "${LEX_OUTPUT_ROOT}.c"
428  dnl  dnl
429  if test $ac_cv_prog_lex_yytext_pointer = yes; then  if test $ac_cv_prog_lex_yytext_pointer = yes; then
430    AC_DEFINE(YYTEXT_POINTER, 1,    AC_DEFINE(YYTEXT_POINTER, 1,
431              [Define to 1 if `lex' declares `yytext' as a `char *' by default,              [Define to 1 if `lex' declares `yytext' as a `char *' by default,
432               not a `char[]'.])               not a `char[]'.])
433  fi  fi
434  ])# _AC_PROG_LEX_YYTEXT_DECL  ])# _AC_PROG_LEX_YYTEXT_DECL
435    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26