search for: ac_dir

Displaying 5 results from an estimated 5 matches for "ac_dir".

1999 Dec 09
0
xauth location in openssh-1.2pre17
...er override the test with a path. + ;; + ?:/*) + ac_cv_path_xauth_path="$xauth_path" # Let the user override the test with a dos path. + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" + ac_dummy="$PATH" + for ac_dir in $ac_dummy; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + ac_cv_path_xauth_path="$ac_dir/$ac_word" + break + fi + done + IFS="$ac_save_ifs" + ;; +esac +fi +xauth_path="$ac_cv_path_xauth_path" +if tes...
2001 Aug 05
1
WineX Build Problems
...gure. */" > conftest.h cat conftest.in >> conftest.h rm -f conftest.in if cmp -s $ac_file conftest.h 2>/dev/null; then echo "$ac_file is unchanged" rm -f conftest.h else # Remove last slash and all that follows it. Not all systems have dirname. ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then # The file is in a subdirectory. test ! -d "$ac_dir" && mkdir "$ac_dir" fi rm -f $ac_file mv con...
2014 Mar 05
1
Running configure from subdirectory of source tree
...s build toolchain. Tests suggest that (at least in my case) this is not working with configure: error: cannot find install-sh, install.sh, or shtool in `pwd` > ".."/`pwd` > Looking in the configure process in detail, the failure seem to follow the checks (/bin/sh -x output) + for ac_dir in '`pwd`' '"$srcdir"/`pwd`' > + test -f /home/gian/src/asterisk-1.8.26.0/my-build-directory/install-sh > + test -f /home/gian/src/asterisk-1.8.26.0/my-build-directory/install.sh > + test -f /home/gian/src/asterisk-1.8.26.0/my-build-directory/shtool > + for ac_...
2003 Oct 03
2
Cygwin/rsync Hang Problem Testing Results
People of cygwin & rsync, I recently attempted to get cygwin and rsync working to solve a backup/mirroring need in my computer life. Well, as you might guess, I ran into a little but of trouble. Strangely enough, rsync seemed to be regularly hanging when I attempted to do a "get" (sycronize a remote to a local dir). Well, considering I want to automate this, that was not going
2010 Oct 01
0
Wine release 1.3.4
...in the version resource. version: Don't bother importing lz32, all the functions are in kernel32. comctl32: Return the correct hittest for the size grip in mirrored windows. configure: Automatically append the makedep dependency to all makefile rules. configure: Make the ac_dir variable contain the full directory name for all types of make rules. configure: Support specifying a .rules.in file as dependency. kernel32: Implemented EnumSystemLocalesEx. kernel32/nls: Define the neutral and reading layout locale values. gdi32: Implement MirrorRgn....