IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8904


Ignore:
Timestamp:
Sep 22, 2006, 4:48:12 PM (20 years ago)
Author:
magnier
Message:

adding tap support for tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/autogen.sh

    r8569 r8904  
    8484$AUTOCONF || echo "$AUTOCONF failed"
    8585
     86# bypass taps bootstrap.sh
     87cd ./test/tap
     88$LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed"
     89$ACLOCAL || echo "$ACLOCAL failed"
     90$AUTOHEADER || echo "$AUTOHEADER failed"
     91$AUTOMAKE --add-missing --force-missing --copy || echo "$AUTOMAKE failed"
     92$AUTOCONF || echo "$AUTOCONF failed"
     93
    8694cd $ORIGDIR
    8795
Note: See TracChangeset for help on using the changeset viewer.