Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: afb on October 28, 2006, 10:15:03 pm

Title: Fixing "bootstrap"
Post by: afb on October 28, 2006, 10:15:03 pm
Is it possible to get "bootstrap" script updated sooner rather than later ?

Having it recognize automake-1.7 (or at least acknowledge $AUTOMAKE)
would fix build errors both on Mac OS X as well as older Linux variants...

http://developer.berlios.de/patch/?func=detailpatch&patch_id=1502&group_id=5358

The best would be if could try first the program name without any suffix,
and then try it as "$PROGRAM-$VERSION" if the first program is too old.
The same goes for selecting the name of GNU libtool: glibtool vs. libtool.
Goal is to have the script work out-of-the-box on all supported platforms.
Title: Re: Fixing "bootstrap"
Post by: mandrav on October 28, 2006, 10:47:47 pm
Patch applied.
Title: Re: Fixing "bootstrap"
Post by: afb on October 28, 2006, 10:55:01 pm
Thanks, that was quick!

I'll try to update it to be automatic, i.e. write a for loop for the program, program-version ?

For now, you'll have to invoke it as: AUTOMAKE=automake-1.7 ACLOCAL=aclocal-1.7 ./bootstrap