File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2974,7 +2974,7 @@ else
2974
2974
2975
2975
fi
2976
2976
2977
- CROSS_CONFIG=" . /cross.config"
2977
+ CROSS_CONFIG=" $srcdir /cross.config"
2978
2978
if test " $cross_result " ! = " no"
2979
2979
then
2980
2980
if test -f " $cross_result " && test -r " $cross_result "
@@ -7918,7 +7918,7 @@ if ${ac_cv_sizeof_gs_mutex_t+:} false; then :
7918
7918
else
7919
7919
if ac_fn_c_compute_int " $LINENO " " (long int) (sizeof (gs_mutex_t))" " ac_cv_sizeof_gs_mutex_t" " $ac_includes_default
7920
7920
#define GS_USE_WIN32_THREADS_AND_LOCKS 1
7921
- #include \" Source/GSPThread.h\"
7921
+ #include \" $srcdir / Source/GSPThread.h\"
7922
7922
" ; then :
7923
7923
7924
7924
else
@@ -7958,7 +7958,7 @@ if ${ac_cv_alignof_gs_mutex_t+:} false; then :
7958
7958
else
7959
7959
if ac_fn_c_compute_int " $LINENO " " (long int) offsetof (ac__type_alignof_, y)" " ac_cv_alignof_gs_mutex_t" " $ac_includes_default
7960
7960
#define GS_USE_WIN32_THREADS_AND_LOCKS 1
7961
- #include \" Source/GSPThread.h\"
7961
+ #include \" $srcdir / Source/GSPThread.h\"
7962
7962
7963
7963
#ifndef offsetof
7964
7964
# define offsetof(type, member) ((char *) &((type *) 0)->member - (char *) 0)
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ AC_ARG_WITH(cross-compilation-info,
170
170
cross_result="$withval" ,
171
171
cross_result="no"
172
172
)
173
- CROSS_CONFIG=". /cross.config"
173
+ CROSS_CONFIG="$srcdir /cross.config"
174
174
if test "$cross_result" != "no"
175
175
then
176
176
if test -f "$cross_result" && test -r "$cross_result"
1873
1873
if test $HAVE_WIN32_THREADS_AND_LOCKS = 1; then
1874
1874
AC_CHECK_SIZEOF ( gs_mutex_t ,,[ AC_INCLUDES_DEFAULT
1875
1875
#define GS_USE_WIN32_THREADS_AND_LOCKS 1
1876
- #include "Source/GSPThread.h"] )
1876
+ #include "$srcdir/ Source/GSPThread.h"] )
1877
1877
GS_SIZEOF_MUTEX_T=$ac_cv_sizeof_gs_mutex_t
1878
1878
if test $ac_cv_sizeof_gs_mutex_t = 0 ; then
1879
1879
AC_MSG_ERROR ( [ Unable to find size of gs_mutex_t (required).] )
@@ -1882,7 +1882,7 @@ if test $HAVE_WIN32_THREADS_AND_LOCKS = 1; then
1882
1882
1883
1883
AC_CHECK_ALIGNOF ( gs_mutex_t ,[ AC_INCLUDES_DEFAULT
1884
1884
#define GS_USE_WIN32_THREADS_AND_LOCKS 1
1885
- #include "Source/GSPThread.h"] )
1885
+ #include "$srcdir/ Source/GSPThread.h"] )
1886
1886
GS_ALIGNOF_MUTEX_T=$ac_cv_alignof_gs_mutex_t
1887
1887
if test $ac_cv_alignof_gs_mutex_t = 0 ; then
1888
1888
AC_MSG_ERROR ( [ Unable to find align of gs_mutex_t (required).] )
You can’t perform that action at this time.
0 commit comments