[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: kdeutils-1.1.2pre3
From:       Uwe Thiem <uwe () uwix ! alt ! na>
Date:       1999-08-30 13:58:07
[Download RAW message or body]

On Mon, 30 Aug 1999, Stephan Kulow wrote:

> Uwe Thiem wrote:
> > 
> > Why does configure insist on compiling kpm only on Linux/Intel and
> > ktop only on Linux/Intel and FreeBSD? Is there a real reason
> > to avoid compilation of ktop on other Linuxes like Linux/Alpha?
> > 
> When users come and say, it works on their plattform too and send
> me a patch for the configure test (as it needs to evualate the uname),
> it's no problem to enable it there. As long I go with the least possible
> options.

kpm and ktop compile and run on Linux/Alpha. Please find the patch for
configure.in attached.

Uwe

-------------------------------------------------------------------------
Uwe Thiem                                        Tel: +264 - 061 - 244511
P.O.Box 30955                                    Fax: +264 - 061 - 244511
Windhoek                                         Email:   uwe@uwix.alt.na
Republic of Namibia                                           uwe@kde.org
                                                       http://www.kde.org
                  **********************************
         You can still escape from the GATES of hell: Use KDE!
-------------------------------------------------------------------------


["configure.in.diff" (TEXT/PLAIN)]

--- configure.in	Mon Aug 30 14:57:37 1999
+++ configure.in.new	Mon Aug 30 14:57:26 1999
@@ -103,10 +103,11 @@
 AC_ARG_PROGRAM
 
 AC_MSG_CHECKING(if kpm can be compiled)
 case "$host" in 
   *86-*-linux-*) kpm_compile=yes ;;
+  alpha*-*-linux-*) kpm_compile=yes ;;
   *) kpm_compile=no
 esac
 AC_MSG_RESULT($kpm_compile)
 if test "$kpm_compile" = "no"; then
   DO_NOT_COMPILE="$DO_NOT_COMPILE kpm"
@@ -115,10 +116,11 @@
 dnl Check whether ktop can run
 dnl Alpha Linux might work as well; please test and modify check
 AC_MSG_CHECKING(if ktop can be compiled)
 case "$host" in
   *86-*-linux-*) ktop_compile=yes ;;
+  alpha*-*-linux-*) ktop_compile=yes ;;
   *-*-freebsd-*) ktop_compile=yes ;;
   *) ktop_compile=no
 esac
 AC_MSG_RESULT($ktop_compile)
 if test "$ktop_compile" = "no"; then


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic