Lines Matching refs:to
23 # As a special exception to the GNU General Public License, if you
29 # bugs to <bug-automake@gnu.org> or send patches to
42 # The CPP macro used to guard inclusion of FILE.
54 # Return STRING (or stdin) quoted to be used as a sed pattern.
82 PROGRAM is program to run
83 ARGS are passed to PROG
87 Report bugs to <bug-automake@gnu.org>.
116 # and y_tab.h instead of y.tab.h. Test to see if this is the case.
126 # A sed program to s/FROM/TO/g for all the FROM/TO so that, for
128 # during the conversion from y.tab.c to parse.c.
149 to=$1
151 sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;"
152 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
155 # The program to run.
183 to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"`
187 case $to in
188 [\\/]* | ?:[\\/]*) target=$to;;
189 *) target=../$to;;
192 # Do not overwrite unchanged header files to avoid useless
195 # output of all other files to a temporary file so we can
196 # compare them to existing versions.
215 echo "$to is unchanged"
218 echo "updating $to"
224 # blatant hack to let us support using "yacc -d". If -d is not