Bug 4114 - autogen.sh: Fix argument quoting
Summary: autogen.sh: Fix argument quoting
Status: RESOLVED FIXED
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Other (show other bugs)
Version: other
Hardware: PC Linux
: P3 normal
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2018-11-02 12:18 UTC by Bernhard
Modified: 2018-11-06 07:17 UTC (History)
0 users

See Also:


Attachments
quote $@ for proper expansion (838 bytes, patch)
2018-11-02 12:18 UTC, Bernhard
no flags Details | Diff

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!

Note You need to log in before you can comment on or make changes to this bug.