Lines Matching refs:ac_dir
1793 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1794 test -d "$ac_dir" ||
1795 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1799 case "$ac_dir" in
1802 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1831 cd "$ac_dir" || { ac_status=$?; continue; }
1840 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2281 for ac_dir in build-aux "$srcdir"/build-aux; do
2282 if test -f "$ac_dir/install-sh"; then
2283 ac_aux_dir=$ac_dir
2286 elif test -f "$ac_dir/install.sh"; then
2287 ac_aux_dir=$ac_dir
2290 elif test -f "$ac_dir/shtool"; then
2291 ac_aux_dir=$ac_dir
23943 for ac_dir in . "$TMPDIR" /tmp /var/tmp /usr/tmp "$prefix/lib" "$exec_prefix/lib"; do
23946 case $ac_dir in #(
23950 test -w "$ac_dir/." || continue # It is less confusing to not echo anything here.
23951 ac_xdir=$ac_dir/cf$$
24915 for ac_dir in $PATH; do
24917 test -z "$ac_dir" && ac_dir=.
24919 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
24920 echo "$as_me: trying $ac_dir/$ac_word..." >&5
24921 if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 &&
24922 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
24923 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
25038 for ac_dir in $PATH; do
25040 test -z "$ac_dir" && ac_dir=.
25042 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
25043 echo "$as_me: trying $ac_dir/$ac_word..." >&5
25044 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 &&
25045 (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
25046 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
25116 for ac_dir in $PATH; do
25118 test -z "$ac_dir" && ac_dir=.
25120 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
25121 echo "$as_me: trying $ac_dir/$ac_word..." >&5
25122 if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then
25123 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
25234 for ac_dir in $PATH; do
25235 test -z "$ac_dir" && ac_dir=.
25236 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
25237 acl_cv_path_LD="$ac_dir/$ac_prog"
28597 ac_dir=`$as_dirname -- "$ac_file" ||
28620 { as_dir="$ac_dir"
28663 case "$ac_dir" in
28666 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
28997 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
28998 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
29011 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
29012 rm -f "$ac_dir/POTFILES"
29013 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
29014 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
29017 # on $ac_dir but don't depend on user-specified configuration
29019 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
29024 ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
29055 # CATALOGS depends on both $ac_dir and the user's LINGUAS
29087 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
29088 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"
29089 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
29093 *) cat "$f" >> "$ac_dir/Makefile" ;;