• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/

Lines Matching refs:wrapper

320 # Variables whose values should be saved in libtool wrapper scripts and
2049 # The PATH hackery in wrapper scripts is required on Windows
5194 # We don't need to create a wrapper script.
5237 # Now create the wrapper script.
5293 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
5299 This wrapper executable should never be moved out of the build directory.
5302 Currently, it simply execs the wrapper *script* "/bin/sh $output",
5373 char * find_executable(const char *wrapper);
5490 /* Searches for the full path of the wrapper. Returns
5493 find_executable (const char* wrapper)
5503 DEBUG("(find_executable) : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!");
5505 if ((wrapper == NULL) || (*wrapper == '\0'))
5510 if (isalpha ((unsigned char)wrapper[0]) && wrapper[1] == ':')
5512 concat_name = xstrdup (wrapper);
5520 if (IS_DIR_SEPARATOR (wrapper[0]))
5522 concat_name = xstrdup (wrapper);
5531 for (p = wrapper; *p; p++)
5558 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
5561 strcpy (concat_name + tmp_len + 1, wrapper);
5565 concat_name = XMALLOC(char, p_len + 1 + strlen(wrapper) + 1);
5568 strcpy (concat_name + p_len + 1, wrapper);
5581 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
5584 strcpy (concat_name + tmp_len + 1, wrapper);
5637 # wrapper might as well be built for $host, too.
5647 # $output - temporary wrapper script for $objdir/$outputname
5653 # This wrapper script should never be moved out of the build directory.
5823 \$echo \"This script is just a wrapper for \$program.\" 1>&2
6279 # This variable tells wrapper scripts just to set variables rather
6495 wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
6498 wrapper=$file
6501 if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then
6511 case $wrapper in
6512 */* | *\\*) . ${wrapper} ;;
6513 *) . ./${wrapper} ;;
6518 $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2
6547 case $wrapper in
6548 */* | *\\*) . ${wrapper} ;;
6549 *) . ./${wrapper} ;;
6801 # This variable tells wrapper scripts just to set shlibpath_var
6805 # Check if any of the arguments is a wrapper script.
6865 # This variable tells wrapper scripts just to set variables rather
7559 # Variables whose values should be saved in libtool wrapper scripts and
7867 # Variables whose values should be saved in libtool wrapper scripts and