Author Topic: Fixing "bootstrap"  (Read 4224 times)

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Fixing "bootstrap"
« 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.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Fixing "bootstrap"
« Reply #1 on: October 28, 2006, 10:47:47 pm »
Patch applied.
Be patient!
This bug will be fixed soon...

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: Fixing "bootstrap"
« Reply #2 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