Bug 4115 - autogen: avoid unwarranted re-configure
Summary: autogen: avoid unwarranted re-configure
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:23 UTC by Bernhard
Modified: 2018-11-06 07:17 UTC (History)
0 users

See Also:


Attachments
prevent spurious configure upon first make after autogen.sh (1.01 KB, patch)
2018-11-02 12:23 UTC, Bernhard
no flags Details | Diff

Description Bernhard 2018-11-02 12:23:55 UTC
Created attachment 1932 [details]
prevent spurious configure upon first make after autogen.sh

libtoolize can install new m4 helpers and thus has to be run _before_
aclocal. See autoreconf(1) for the required ordering.

Alternatively you could just switch to autoreconf for simplicity.

Previously a ./autogen.sh && make erroneously did run configure upon the make-invocation since libtool had updated some m4 and thus automake rightly thought it has to re-build aclocal.m4.
Comment 1 users 2018-11-06 07:15:05 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:15:04.600267081 +0100
http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=56604ac29eba4a357aeefe73a4b28f49d06edfa9
Author: Paul <paul@claws-mail.org>
Date:   Tue Nov 6 06:14:37 2018 +0000

    fix bug 4115 'autogen: avoid unwarranted re-configure'
    
    patch by Bernhard <rep.dot.nop@gmail.com>
Comment 2 Paul 2018-11-06 07:17:04 UTC
thanks!

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