Package: twin
Version: 0.5.1-3
Followup-For: Bug #445402

By putting few "set -x / set +x" calls to ./configure reveals:

    + echo ./configure
    + sed s%/[^/][^/]*$%%
    + TOP_SRCDIR=.
    + test . = ./configure
    + set +x
    + . ./scripts/Makefiles.sh .
    + top=dummy
    + [ dummy = . ]
    + echo dummy
    + sed s%\(/\)*$%%
    + top_srcdir=dummy/
    + test dummy/ = / -o ! -d dummy/
    + echo Usage: scripts/Makefiles.sh <top_srcdir>
    Usage: scripts/Makefiles.sh <top_srcdir>
    + exit 1
    make: *** [configure-stamp] Error 1

Patch attached,
Jari

diff --git a/configure b/configure
index eaddff2..fbac906 100755
--- a/configure
+++ b/configure
@@ -8999,7 +8999,8 @@ done
 
 
 # this will prepare the Makefiles
-. ${TOP_SRCDIR}/scripts/Makefiles.sh "${TOP_SRCDIR}"
+set -- "${TOP_SRCDIR}"
+. ${TOP_SRCDIR}/scripts/Makefiles.sh 
 
 
 trap '' 1 2 15

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to