Bug 51221 - New project wizard doesn't use correct autoconf
Summary: New project wizard doesn't use correct autoconf
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-26 17:18 UTC by zakariya
Modified: 2002-12-02 20:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zakariya 2002-11-26 17:18:57 UTC
Version:           unknown (using KDE 3.0.9)
Compiler:          gcc version 2.95.3 20010315 (release)
OS:          Linux (i686) release 2.4.17

I use the wizard to make a new project, and after setting things up, and clicking finish, I click"run autoconf and friends" -- but it immediately fails because it tries to use autoconf 2.13 -- now, I have both 2.13 and 2.53a -- and I have the environment variable WANT_AUTOCONF_2_5=1 -- so if I invoke autoconf I *always* get 2.53a.

So -- I can go to a konsole, and run make -f Makefile.cvs and it works fine. But for some reason, gideon tries to use autconf 2.13 anyway.

Baffling.
Comment 1 Caleb Tennis 2002-12-02 20:34:03 UTC
Resolved in CVS.  A configuration option now exists to set environment variables before 
running "automake & friends".  Patch provided by Hannes Mehnert (hannes@gentoo.org).