adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell configure.in,1.86,1.87


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell configure.in,1.86,1.87
Date: Tue, 11 Mar 2003 08:59:06 -0500

Update of /cvsroot/adonthell/adonthell
In directory subversions:/tmp/cvs-serv21573

Modified Files:
        configure.in 
Log Message:
FIXED Python dependency detection (thanks Pete Gale)


Index: configure.in
===================================================================
RCS file: /cvsroot/adonthell/adonthell/configure.in,v
retrieving revision 1.86
retrieving revision 1.87
diff -C2 -r1.86 -r1.87
*** configure.in        20 Feb 2003 17:27:41 -0000      1.86
--- configure.in        11 Mar 2003 13:59:03 -0000      1.87
***************
*** 226,230 ****
     if test x$haveldd != x ; then
         changequote(<<, >>)
!        py_deps=`ldd $PYPACKAGE | sed 's/\( *lib\([^\/]*\)\.so.*=.*$\)/-l\2/p; 
d' | grep -v 'stdc++'`
         for py_lib in $py_deps ; do
           if test "$py_lib" != "-lm" && test "$py_lib" != "-lc" ; then
--- 226,230 ----
     if test x$haveldd != x ; then
         changequote(<<, >>)
!        py_deps=`ldd $PYPACKAGE | sed 's/\( 
*.*lib\([^\/]*\)\.so.*=.*$\)/-l\2/p; d' | grep -v 'stdc++'`
         for py_lib in $py_deps ; do
           if test "$py_lib" != "-lm" && test "$py_lib" != "-lc" ; then
***************
*** 454,458 ****
  echo "Test for Memory Leaks ..... : enabled"
  fi
! if text x$unixinst = xyes; then
      echo "Single Directory install"
  else
--- 454,458 ----
  echo "Test for Memory Leaks ..... : enabled"
  fi
! if test x$unixinst = xno; then
      echo "Single Directory install"
  else





reply via email to

[Prev in Thread] Current Thread [Next in Thread]