Changeset 863


Ignore:
Timestamp:
06/08/06 15:47:38 (7 years ago)
Author:
perry
Message:

Make bootstrap.sh use {aclocal,automake}-1.9 if they are installed, irrespective
of what "aclocal" and "automake" binaries point to. I'm sick of dealing with
people who can't figure out what "This requires automake-1.9" means.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootstrap.sh

    r98 r863  
    22 
    33set -x 
    4 aclocal  
     4aclocal-1.9 || aclocal  
    55libtoolize --force --copy 
    66autoheader 
    7 automake --add-missing --copy 
     7automake-1.9 --add-missing --copy || automake --add-missing --copy 
    88autoconf 
Note: See TracChangeset for help on using the changeset viewer.