Source: amtterm
Severity: normal
Tags: +patch
User: [email protected]
Usertags: transition-make-4.0

--8<---------------cut here---------------start------------->8---
[dgit/sid]__> make --trace distclean
checking for libdir name ... lib
checking for gtk+-x11-2.0 (using pkg-config) ... no
checking for vte (using pkg-config) ... no
mk/Autoconf.mk:165: update target 'Make.config' due to: GNUmakefile
echo -e "LIB            := lib\nHAVE_GTK        := no\nHAVE_VTE := no" > 
Make.config
echo

echo "Make.config written, edit if needed"
Make.config written, edit if needed
echo

Make.config:1: *** empty variable name.  Stop.
[2]    1635 exit 2     make --trace distclean
[dgit/sid]__2> cat Make.config
-e LIB          := lib
HAVE_GTK        := no
HAVE_VTE        := no
--8<---------------cut here---------------end--------------->8---

        manoj

The following patch makes it all work:

index 7608ea5..4685cfb 100644
--- i/mk/Autoconf.mk
+++ w/mk/Autoconf.mk
@@ -162,7 +162,7 @@ config: Make.config
        @true
 
 Make.config: $(srcdir)/GNUmakefile
-       @echo -e "$(make-config-q)" > $@
+       @echo "$(make-config-q)" > $@
        @echo
        @echo "Make.config written, edit if needed"
        @echo


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Are you having fun yet?
Manoj Srivastava <[email protected]> 
4096R/C5779A1C E37E 5EC5 2A01 DA25 AD20  05B6 CF48 9438 C577 9A1C

Attachment: signature.asc
Description: PGP signature

Reply via email to