9d0ed269c2
autoconf code from xmms, since I think the rest of the infrastructure comes from there too.
225 lines
6.7 KiB
Text
225 lines
6.7 KiB
Text
$NetBSD: patch-ae,v 1.1 2006/02/16 18:05:58 wiz Exp $
|
|
|
|
--- configure.orig 2006-02-16 10:04:26.000000000 +0000
|
|
+++ configure
|
|
@@ -6892,8 +6841,212 @@ rm -f conftest*
|
|
|
|
|
|
|
|
+PTHREAD_LIBS=error
|
|
+echo $ac_n "checking for old style FreeBSD -pthread flag""... $ac_c" 1>&6
|
|
+echo "configure:6847: checking for old style FreeBSD -pthread flag" >&5
|
|
+cat > conftest.$ac_ext <<EOF
|
|
+#line 6849 "configure"
|
|
+#include "confdefs.h"
|
|
+#if (defined(__FreeBSD_cc_version) && __FreeBSD_cc_version <= 500001) || defined(__OpenBSD__)
|
|
+ yes
|
|
+ #endif
|
|
+
|
|
+EOF
|
|
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
+ egrep "yes" >/dev/null 2>&1; then
|
|
+ rm -rf conftest*
|
|
+ echo "$ac_t""yes" 1>&6
|
|
+ CFLAGS="$CFLAGS -D_THREAD_SAFE" PTHREAD_LIBS="-pthread"
|
|
+else
|
|
+ rm -rf conftest*
|
|
+ echo "$ac_t""no" 1>&6
|
|
+fi
|
|
+rm -f conftest*
|
|
+
|
|
+if test "x$PTHREAD_LIBS" = xerror; then
|
|
+ echo $ac_n "checking for pthread_attr_init in -lpthread""... $ac_c" 1>&6
|
|
+echo "configure:6869: checking for pthread_attr_init in -lpthread" >&5
|
|
+ac_lib_var=`echo pthread'_'pthread_attr_init | sed 'y%./+-%__p_%'`
|
|
+if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
+ echo $ac_n "(cached) $ac_c" 1>&6
|
|
+else
|
|
+ ac_save_LIBS="$LIBS"
|
|
+LIBS="-lpthread $LIBS"
|
|
+cat > conftest.$ac_ext <<EOF
|
|
+#line 6877 "configure"
|
|
+#include "confdefs.h"
|
|
+/* Override any gcc2 internal prototype to avoid an error. */
|
|
+/* We use char because int might match the return type of a gcc2
|
|
+ builtin and then its argument prototype would still apply. */
|
|
+char pthread_attr_init();
|
|
+
|
|
+int main() {
|
|
+pthread_attr_init()
|
|
+; return 0; }
|
|
+EOF
|
|
+if { (eval echo configure:6888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
+ rm -rf conftest*
|
|
+ eval "ac_cv_lib_$ac_lib_var=yes"
|
|
+else
|
|
+ echo "configure: failed program was:" >&5
|
|
+ cat conftest.$ac_ext >&5
|
|
+ rm -rf conftest*
|
|
+ eval "ac_cv_lib_$ac_lib_var=no"
|
|
+fi
|
|
+rm -f conftest*
|
|
+LIBS="$ac_save_LIBS"
|
|
+
|
|
+fi
|
|
+if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
+ echo "$ac_t""yes" 1>&6
|
|
+ PTHREAD_LIBS="-lpthread"
|
|
+else
|
|
+ echo "$ac_t""no" 1>&6
|
|
+fi
|
|
+
|
|
+fi
|
|
+if test "x$PTHREAD_LIBS" = xerror; then
|
|
+ echo $ac_n "checking for pthread_attr_init in -lpthreads""... $ac_c" 1>&6
|
|
+echo "configure:6911: checking for pthread_attr_init in -lpthreads" >&5
|
|
+ac_lib_var=`echo pthreads'_'pthread_attr_init | sed 'y%./+-%__p_%'`
|
|
+if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
+ echo $ac_n "(cached) $ac_c" 1>&6
|
|
+else
|
|
+ ac_save_LIBS="$LIBS"
|
|
+LIBS="-lpthreads $LIBS"
|
|
+cat > conftest.$ac_ext <<EOF
|
|
+#line 6919 "configure"
|
|
+#include "confdefs.h"
|
|
+/* Override any gcc2 internal prototype to avoid an error. */
|
|
+/* We use char because int might match the return type of a gcc2
|
|
+ builtin and then its argument prototype would still apply. */
|
|
+char pthread_attr_init();
|
|
+
|
|
+int main() {
|
|
+pthread_attr_init()
|
|
+; return 0; }
|
|
+EOF
|
|
+if { (eval echo configure:6930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
+ rm -rf conftest*
|
|
+ eval "ac_cv_lib_$ac_lib_var=yes"
|
|
+else
|
|
+ echo "configure: failed program was:" >&5
|
|
+ cat conftest.$ac_ext >&5
|
|
+ rm -rf conftest*
|
|
+ eval "ac_cv_lib_$ac_lib_var=no"
|
|
+fi
|
|
+rm -f conftest*
|
|
+LIBS="$ac_save_LIBS"
|
|
+
|
|
+fi
|
|
+if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
+ echo "$ac_t""yes" 1>&6
|
|
+ PTHREAD_LIBS="-lpthreads"
|
|
+else
|
|
+ echo "$ac_t""no" 1>&6
|
|
+fi
|
|
+
|
|
+fi
|
|
+if test "x$PTHREAD_LIBS" = xerror; then
|
|
+ echo $ac_n "checking for pthread_attr_init in -lc_r""... $ac_c" 1>&6
|
|
+echo "configure:6953: checking for pthread_attr_init in -lc_r" >&5
|
|
+ac_lib_var=`echo c_r'_'pthread_attr_init | sed 'y%./+-%__p_%'`
|
|
+if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
+ echo $ac_n "(cached) $ac_c" 1>&6
|
|
+else
|
|
+ ac_save_LIBS="$LIBS"
|
|
+LIBS="-lc_r $LIBS"
|
|
+cat > conftest.$ac_ext <<EOF
|
|
+#line 6961 "configure"
|
|
+#include "confdefs.h"
|
|
+/* Override any gcc2 internal prototype to avoid an error. */
|
|
+/* We use char because int might match the return type of a gcc2
|
|
+ builtin and then its argument prototype would still apply. */
|
|
+char pthread_attr_init();
|
|
+
|
|
+int main() {
|
|
+pthread_attr_init()
|
|
+; return 0; }
|
|
+EOF
|
|
+if { (eval echo configure:6972: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
+ rm -rf conftest*
|
|
+ eval "ac_cv_lib_$ac_lib_var=yes"
|
|
+else
|
|
+ echo "configure: failed program was:" >&5
|
|
+ cat conftest.$ac_ext >&5
|
|
+ rm -rf conftest*
|
|
+ eval "ac_cv_lib_$ac_lib_var=no"
|
|
+fi
|
|
+rm -f conftest*
|
|
+LIBS="$ac_save_LIBS"
|
|
+
|
|
+fi
|
|
+if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
+ echo "$ac_t""yes" 1>&6
|
|
+ PTHREAD_LIBS="-lc_r"
|
|
+else
|
|
+ echo "$ac_t""no" 1>&6
|
|
+fi
|
|
+
|
|
+fi
|
|
+if test "x$PTHREAD_LIBS" = xerror; then
|
|
+ echo $ac_n "checking for pthread_attr_init""... $ac_c" 1>&6
|
|
+echo "configure:6995: checking for pthread_attr_init" >&5
|
|
+if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_init'+set}'`\" = set"; then
|
|
+ echo $ac_n "(cached) $ac_c" 1>&6
|
|
+else
|
|
+ cat > conftest.$ac_ext <<EOF
|
|
+#line 7000 "configure"
|
|
+#include "confdefs.h"
|
|
+/* System header to define __stub macros and hopefully few prototypes,
|
|
+ which can conflict with char pthread_attr_init(); below. */
|
|
+#include <assert.h>
|
|
+/* Override any gcc2 internal prototype to avoid an error. */
|
|
+/* We use char because int might match the return type of a gcc2
|
|
+ builtin and then its argument prototype would still apply. */
|
|
+char pthread_attr_init();
|
|
+
|
|
+int main() {
|
|
+
|
|
+/* The GNU C library defines this for functions which it implements
|
|
+ to always fail with ENOSYS. Some functions are actually named
|
|
+ something starting with __ and the normal name is an alias. */
|
|
+#if defined (__stub_pthread_attr_init) || defined (__stub___pthread_attr_init)
|
|
+choke me
|
|
+#else
|
|
+pthread_attr_init();
|
|
+#endif
|
|
+
|
|
+; return 0; }
|
|
+EOF
|
|
+if { (eval echo configure:7023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
+ rm -rf conftest*
|
|
+ eval "ac_cv_func_pthread_attr_init=yes"
|
|
+else
|
|
+ echo "configure: failed program was:" >&5
|
|
+ cat conftest.$ac_ext >&5
|
|
+ rm -rf conftest*
|
|
+ eval "ac_cv_func_pthread_attr_init=no"
|
|
+fi
|
|
+rm -f conftest*
|
|
+fi
|
|
+
|
|
+if eval "test \"`echo '$ac_cv_func_'pthread_attr_init`\" = yes"; then
|
|
+ echo "$ac_t""yes" 1>&6
|
|
+ PTHREAD_LIBS=""
|
|
+else
|
|
+ echo "$ac_t""no" 1>&6
|
|
+fi
|
|
+
|
|
+fi
|
|
+if test "x$PTHREAD_LIBS" = xerror; then
|
|
+ { echo "configure: error: *** Unable to locate working posix thread library ***" 1>&2; exit 1; }
|
|
+fi
|
|
+
|
|
+
|
|
+
|
|
echo $ac_n "checking for song position patch""... $ac_c" 1>&6
|
|
echo "configure:6897: checking for song position patch" >&5
|
|
tmp_CPPFLAGS=$CPPFLAGS
|
|
if test -d "$prefix" ;then
|
|
CPPFLAGS="$CPPFLAGS -I${prefix}/include"
|
|
@@ -7126,6 +7277,7 @@ s%@GLIB_LIBS@%$GLIB_LIBS%g
|
|
s%@GTK_CONFIG@%$GTK_CONFIG%g
|
|
s%@GTK_CFLAGS@%$GTK_CFLAGS%g
|
|
s%@GTK_LIBS@%$GTK_LIBS%g
|
|
+s%@PTHREAD_LIBS@%$PTHREAD_LIBS%g
|
|
|
|
CEOF
|
|
EOF
|