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

Lines Matching refs:wrapper

1697 	  # The PATH hackery in wrapper scripts is required on Windows
4842 # We don't need to create a wrapper script.
4885 # Now create the wrapper script.
4941 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4947 This wrapper executable should never be moved out of the build directory.
4950 Currently, it simply execs the wrapper *script* "/bin/sh $output",
5021 char * find_executable(const char *wrapper);
5138 /* Searches for the full path of the wrapper. Returns
5141 find_executable (const char* wrapper)
5151 DEBUG("(find_executable) : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!");
5153 if ((wrapper == NULL) || (*wrapper == '\0'))
5158 if (isalpha ((unsigned char)wrapper[0]) && wrapper[1] == ':')
5160 concat_name = xstrdup (wrapper);
5168 if (IS_DIR_SEPARATOR (wrapper[0]))
5170 concat_name = xstrdup (wrapper);
5179 for (p = wrapper; *p; p++)
5206 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
5209 strcpy (concat_name + tmp_len + 1, wrapper);
5213 concat_name = XMALLOC(char, p_len + 1 + strlen(wrapper) + 1);
5216 strcpy (concat_name + p_len + 1, wrapper);
5229 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
5232 strcpy (concat_name + tmp_len + 1, wrapper);
5285 # wrapper might as well be built for $host, too.
5295 # $output - temporary wrapper script for $objdir/$outputname
5301 # This wrapper script should never be moved out of the build directory.
5471 \$echo \"This script is just a wrapper for \$program.\" 1>&2
5927 # This variable tells wrapper scripts just to set variables rather
6143 wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
6146 wrapper=$file
6149 if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then
6159 case $wrapper in
6160 */* | *\\*) . ${wrapper} ;;
6161 *) . ./${wrapper} ;;
6166 $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2
6195 case $wrapper in
6196 */* | *\\*) . ${wrapper} ;;
6197 *) . ./${wrapper} ;;
6449 # This variable tells wrapper scripts just to set shlibpath_var
6453 # Check if any of the arguments is a wrapper script.
6513 # This variable tells wrapper scripts just to set variables rather