*** empty log message ***
[bpt/guile.git] / qthreads.m4
index 2e92200..585892c 100644 (file)
@@ -1,7 +1,7 @@
 dnl   Autoconf macros for configuring the QuickThreads package
 dnl   Jim Blandy <jimb@red-bean.com> --- July 1998
 dnl
-dnl    Copyright (C) 1998 Free Software Foundation, Inc.
+dnl    Copyright (C) 1998, 1999 Free Software Foundation, Inc.
 dnl
 dnl   This file is part of GUILE.
 dnl   
@@ -37,7 +37,6 @@ dnl   It also sets the following variables, which describe how clients
 dnl   can link against libqthreads.a:
 dnl      THREAD_PACKAGE --- set to "QT" if configuration succeeds, or
 dnl         the empty string if configuration fails.
-dnl     THREAD_CPPFLAGS --- set to `-I' flags for thread header files
 dnl     THREAD_LIBS_LOCAL --- linker options for use in this source tree
 dnl     THREAD_LIBS_INSTALLED --- linker options for use after this package
 dnl        is installed
@@ -69,10 +68,6 @@ AC_DEFUN([QTHREADS_CONFIGURE],[
   AC_REQUIRE([AC_PROG_LN_S])
 
   AC_MSG_CHECKING(QuickThreads configuration)
-  # How can we refer to the qt source directory from within the qt build
-  # directory?  For headers, we can rely on the fact that the qt src
-  # directory appears in the #include path.
-  qtsrcdir="`(cd $srcdir; pwd)`/qt"
 
   changequote(,)dnl We use [ and ] in a regexp in the case
 
@@ -125,7 +120,7 @@ AC_DEFUN([QTHREADS_CONFIGURE],[
       qtmdc_c=md/null.c
       qtdmdb_s=md/sparc_b.s 
       ;;
-    alpha-*-*)
+    alpha*-*-*)
       port_name=alpha
       qtmd_h=md/axp.h
       qtmds_s=md/axp.s
@@ -143,7 +138,6 @@ AC_DEFUN([QTHREADS_CONFIGURE],[
   if test -n "$THREAD_PACKAGE"; then
     AC_MSG_RESULT($port_name)
     QTHREAD_LTLIBS=libqthreads.la
-    THREAD_CPPFLAGS="-I$qtsrcdir -I../qt"
     THREAD_LIBS_LOCAL="../qt/libqthreads.la"
     THREAD_LIBS_INSTALLED="-lqthreads"
   else
@@ -157,7 +151,6 @@ AC_DEFUN([QTHREADS_CONFIGURE],[
   AC_SUBST(qtdmdb_s)
   AC_SUBST(qthread_asflags)
   AC_SUBST(THREAD_PACKAGE)
-  AC_SUBST(THREAD_CPPFLAGS)
   AC_SUBST(THREAD_LIBS_LOCAL)
   AC_SUBST(THREAD_LIBS_INSTALLED)
 ])