Bug 4114

Summary: autogen.sh: Fix argument quoting
Product: Claws Mail (GTK 2) Reporter: Bernhard <rep.dot.nop>
Component: OtherAssignee: users
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: other   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
quote $@ for proper expansion none

Description Bernhard 2018-11-02 12:18:47 UTC
Created attachment 1931 [details]
quote $@ for proper expansion

without proper $@ expansion something this would fail:
./autogen.sh --prefix=/opt/x86_64/claws \
        CFLAGS='-O2 -pg' \
        LDFLAGS='-O1 -pg'
Comment 1 users 2018-11-06 07:16:02 UTC
Changes related to this bug have been committed.
Please check latest Git and update the bug accordingly.
You can also get the patch from:
http://git.claws-mail.org/

++ ChangeLog	2018-11-06 07:16:02.491752599 +0100
http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=037e9121b124d1b534f5ff53f9fe656c2a71346f
Author: Paul <paul@claws-mail.org>
Date:   Tue Nov 6 06:15:38 2018 +0000

    fix bug 4114, 'autogen.sh: Fix argument quoting'
    
    patch by Berhard <rep.dot.nop@gmail.com>
Comment 2 Paul 2018-11-06 07:17:25 UTC
Thanks!