* qthreads.m4 (QTHREADS_CONFIGURE): We *can* use AC_REQUIRE here
authorJim Blandy <jimb@red-bean.com>
Mon, 27 Jul 1998 22:23:59 +0000 (22:23 +0000)
committerJim Blandy <jimb@red-bean.com>
Mon, 27 Jul 1998 22:23:59 +0000 (22:23 +0000)
to get AC_PROG_LN_S.
* aclocal.m4, configure: Regenerated.

aclocal.m4
configure
qthreads.m4

index 422ce25..52d70d5 100644 (file)
@@ -595,13 +595,7 @@ dnl   friends really ought not to be even mentioned in the top-level
 dnl   configure script, but here they are.
 
 AC_DEFUN([QTHREADS_CONFIGURE],[
-
-  # For some reason, AC_REQUIRE doesn't seem to work with the aclocal
-  # program.  So we'll just do this runtime check.
-  if test "${LN_S}" = ""; then
-    f=''
-    AC_MSG_ERROR(The QTHREADS${f}_CONFIGURE macro requires A${f}C_PROG_LN_S)
-  fi
+  AC_REQUIRE([AC_PROG_LN_S])
 
   # 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
index 2a4e7c4..2d5af71 100755 (executable)
--- a/configure
+++ b/configure
@@ -4539,13 +4539,7 @@ case "${with_threads}" in
     ## the THREAD_PACKAGE variable if qthreads don't configure
     ## correctly.
     
-
-  # For some reason, AC_REQUIRE doesn't seem to work with the aclocal
-  # program.  So we'll just do this runtime check.
-  if test "${LN_S}" = ""; then
-    f=''
-    { echo "configure: error: The QTHREADS${f}_CONFIGURE macro requires A${f}C_PROG_LN_S" 1>&2; exit 1; }
-  fi
+  
 
   # 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
@@ -4664,7 +4658,7 @@ do
 # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:4668: checking for $ac_word" >&5
+echo "configure:4662: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
index 32d5ad7..3da5b12 100644 (file)
@@ -41,13 +41,7 @@ dnl   friends really ought not to be even mentioned in the top-level
 dnl   configure script, but here they are.
 
 AC_DEFUN([QTHREADS_CONFIGURE],[
-
-  # For some reason, AC_REQUIRE doesn't seem to work with the aclocal
-  # program.  So we'll just do this runtime check.
-  if test "${LN_S}" = ""; then
-    f=''
-    AC_MSG_ERROR(The QTHREADS${f}_CONFIGURE macro requires A${f}C_PROG_LN_S)
-  fi
+  AC_REQUIRE([AC_PROG_LN_S])
 
   # 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