Home | History | Annotate | Download | only in bison

Lines Matching refs:ac_dir

2512   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2513 test -d "$ac_dir" ||
2514 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2518 case "$ac_dir" in
2521 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2550 cd "$ac_dir" || { ac_status=$?; continue; }
2559 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
3770 for ac_dir in build-aux "$srcdir"/build-aux; do
3771 if test -f "$ac_dir/install-sh"; then
3772 ac_aux_dir=$ac_dir
3775 elif test -f "$ac_dir/install.sh"; then
3776 ac_aux_dir=$ac_dir
3779 elif test -f "$ac_dir/shtool"; then
3780 ac_aux_dir=$ac_dir
16209 for ac_dir in $PATH; do
16211 test -z "$ac_dir" && ac_dir=.
16212 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
16213 acl_cv_path_LD="$ac_dir/$ac_prog"
34639 for ac_dir in $PATH; do
34641 test -z "$ac_dir" && ac_dir=.
34643 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
34644 echo "$as_me: trying $ac_dir/$ac_word..." >&5
34645 if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 &&
34646 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
34647 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
34761 for ac_dir in $PATH; do
34763 test -z "$ac_dir" && ac_dir=.
34765 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
34766 echo "$as_me: trying $ac_dir/$ac_word..." >&5
34767 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 &&
34768 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
34769 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
34838 for ac_dir in $PATH; do
34840 test -z "$ac_dir" && ac_dir=.
34842 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
34843 echo "$as_me: trying $ac_dir/$ac_word..." >&5
34844 if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then
34845 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
38739 ac_dir=`$as_dirname -- "$ac_file" ||
38762 as_dir="$ac_dir"; as_fn_mkdir_p
38765 case "$ac_dir" in
38768 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
39088 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
39089 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
39102 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
39103 rm -f "$ac_dir/POTFILES"
39104 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
39106 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
39109 # on $ac_dir but don't depend on user-specified configuration
39111 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
39116 ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
39147 # CATALOGS depends on both $ac_dir and the user's LINGUAS
39179 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
39180 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
39181 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
39185 *) cat "$f" >> "$ac_dir/Makefile" ;;