IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13102


Ignore:
Timestamp:
Apr 30, 2007, 5:55:22 PM (19 years ago)
Author:
jhoblitt
Message:

give up on tap's boostrap.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/autogen.sh

    r13099 r13102  
    1616
    1717LIBTOOLIZE=libtoolize
    18 ACLOCAL="aclocal"
     18ACLOCAL="aclocal $ACLOCAL_FLAGS"
    1919AUTOHEADER=autoheader
    2020AUTOMAKE=automake
     
    8181$AUTOCONF || echo "$AUTOCONF failed"
    8282
     83# bypass taps bootstrap.sh
     84cd ./test/tap
     85$LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed"
     86$ACLOCAL || echo "$ACLOCAL failed"
     87$AUTOHEADER || echo "$AUTOHEADER failed"
     88$AUTOMAKE --add-missing --force-missing --copy || echo "$AUTOMAKE failed"
     89$AUTOCONF || echo "$AUTOCONF failed"
    8390cd $ORIGDIR
    8491
Note: See TracChangeset for help on using the changeset viewer.