Changeset 870


Ignore:
Timestamp:
06/09/06 11:45:25 (7 years ago)
Author:
perry
Message:

Don't argue about missing NEWS and AUTHORS file
Be easier to read

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootstrap.sh

    r863 r870  
    22 
    33set -x 
    4 aclocal-1.9 || aclocal  
     4aclocal-1.9 ||  
     5        aclocal  
    56libtoolize --force --copy 
    67autoheader 
    7 automake-1.9 --add-missing --copy || automake --add-missing --copy 
     8automake-1.9 --add-missing --copy --foreign ||  
     9        automake --add-missing --copy --foreign 
    810autoconf 
Note: See TracChangeset for help on using the changeset viewer.