CHANGELOG 2005-08-17
[hdw-linux/hdw-linux.git] / packages / hackbard / gtk-gnutella / configure.patch
index 646f75a..b57925b 100644 (file)
@@ -1,18 +1,37 @@
---- ./Configure.orig   2004-07-19 23:37:17.000000000 +0200
-+++ ./Configure        2004-07-19 23:38:04.000000000 +0200
-@@ -698,15 +698,6 @@
+--- ./Configure.orig   2005-08-15 05:53:24.000000000 +0200
++++ ./Configure        2005-08-15 05:55:00.000000000 +0200
+@@ -859,20 +859,20 @@
  esac
  
  : Sanity checks
 -case "$fastread$alldone" in
 -yescont|yesexit) ;;
 -*)
--      if test ! -t 0; then
--              echo "Say 'sh Configure', not 'sh <Configure'"
--              exit 1
--      fi
+-      case "$extractsh" in
+-      true) ;;
+-      *)
+-              if test ! -t 0; then
+-                      echo "Say 'sh Configure', not 'sh <Configure'"
+-                      exit 1
+-              fi
+-              ;;
+-      esac
 -      ;;
 -esac
++#case "$fastread$alldone" in
++#yescont|yesexit) ;;
++#*)
++#     case "$extractsh" in
++#     true) ;;
++#     *)
++#             if test ! -t 0; then
++#                     echo "Say 'sh Configure', not 'sh <Configure'"
++#                     exit 1
++#             fi
++#             ;;
++#     esac
++#     ;;
++#esac
  
  exec 4>&1
  case "$silent" in