Lines Matching refs:_OUT
123 AS_VAR_PUSHDEF([_OUT],[ac_prefix_conf_OUT])dnl
131 _OUT=`echo m4_default([$1], [$PACKAGE-config.h])`
132 _DEF=`echo _$_OUT | sed -e "y:m4_cr_letters:m4_cr_LETTERS[]:" -e "s/@<:@^m4_cr_Letters@:>@/_/g"`
147 case "$_OUT" in
148 */*) _INP=`basename "$_OUT"`
150 *-*) _INP=`echo "$_OUT" | sed -e "s/@<:@_symbol@:>@*-//"`
162 AC_MSG_NOTICE(creating $_OUT - prefix $_UPP for $_INP defines)
172 # now executing _script on _DEF input to create _OUT output file
176 echo /'*' $_OUT. Generated automatically at end of configure. '*'/ >>$tmp/pconfig.h
182 if cmp -s $_OUT $tmp/pconfig.h 2>/dev/null; then
183 AC_MSG_NOTICE([$_OUT is unchanged])
185 ac_dir=`AS_DIRNAME(["$_OUT"])`
187 rm -f "$_OUT"
188 mv $tmp/pconfig.h "$_OUT"
191 AC_MSG_ERROR([input file $_INP does not exist - skip generating $_OUT])
202 AS_VAR_POPDEF([_OUT])dnl