@@ -19174,30 +19174,30 @@ if test cross_compiling != yes; then
1917419174#
1917519175echo "$as_me:$LINENO: checking thread safety of required library functions" >&5
1917619176echo $ECHO_N "checking thread safety of required library functions... $ECHO_C" >&6
19177- if ! $MAKE -C$srcdir/ src/tools/thread clean >&5
19178- thenrm -f$srcdir/ src/Makefile.global
19177+ if ! $MAKE -C src/tools/thread clean >&5
19178+ thenrm -f src/Makefile.global
1917919179{ { echo "$as_me:$LINENO: error: Can not clean thread test directory." >&5
1918019180echo "$as_me: error: Can not clean thread test directory." >&2;}
1918119181 { (exit 1); exit 1; }; }
1918219182fi
19183- if ! $MAKE -C$srcdir/ src/tools/thread >&5
19184- thenrm -f$srcdir/ src/Makefile.global
19183+ if ! $MAKE -C src/tools/thread >&5
19184+ thenrm -f src/Makefile.global
1918519185{ { echo "$as_me:$LINENO: error: Can not build thread test proram." >&5
1918619186echo "$as_me: error: Can not build thread test proram." >&2;}
1918719187 { (exit 1); exit 1; }; }
1918819188fi
19189- if !$srcdir/ src/tools/thread/thread_test >&5
19190- thenrm -f$srcdir/ src/Makefile.global
19189+ if ! src/tools/thread/thread_test >&5
19190+ thenrm -f src/Makefile.global
1919119191echo "no"
1919219192echo
19193- $srcdir/ src/tools/thread/thread_test
19193+ src/tools/thread/thread_test
1919419194echo
1919519195{ { echo "$as_me:$LINENO: error: Thread test program failed. Your platform is not thread-safe." >&5
1919619196echo "$as_me: error: Thread test program failed. Your platform is not thread-safe." >&2;}
1919719197 { (exit 1); exit 1; }; }
1919819198fi
19199- if ! $MAKE -C$srcdir/ src/tools/thread clean >&5
19200- thenrm -f$srcdir/ src/Makefile.global
19199+ if ! $MAKE -C src/tools/thread clean >&5
19200+ thenrm -f src/Makefile.global
1920119201{ { echo "$as_me:$LINENO: error: Can not clean thread test directory." >&5
1920219202echo "$as_me: error: Can not clean thread test directory." >&2;}
1920319203 { (exit 1); exit 1; }; }
@@ -19206,11 +19206,11 @@ echo "yes"
1920619206else
1920719207{ echo "$as_me:$LINENO: WARNING:
1920819208*** Skipping thread test program because of cross-compile build.
19209- *** Run the program in$srcdir/ src/tools/thread on the target matchine.
19209+ *** Run the program in src/tools/thread on the target matchine.
1921019210" >&5
1921119211echo "$as_me: WARNING:
1921219212*** Skipping thread test program because of cross-compile build.
19213- *** Run the program in$srcdir/ src/tools/thread on the target matchine.
19213+ *** Run the program in src/tools/thread on the target matchine.
1921419214" >&2;}
1921519215fi
1921619216fi