IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 27, 2008, 2:12:23 PM (18 years ago)
Author:
Paul Price
Message:

Fixing bad variable that was in ALL autogen scripts.

File:
1 edited

Legend:

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

    r14410 r19244  
    7575fi
    7676
    77 $LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed"
     77$LIBTOOLIZE --copy --force || echo "$LIBTOOLIZE failed"
    7878$ACLOCAL || echo "$ACLOCAL failed"
    7979$AUTOHEADER || echo "$AUTOHEADER failed"
     
    8383# bypass taps bootstrap.sh
    8484cd ./tests/tap
    85 $LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed"
     85$LIBTOOLIZE --copy --force || echo "$LIBTOOLIZE failed"
    8686$ACLOCAL || echo "$ACLOCAL failed"
    8787$AUTOHEADER || echo "$AUTOHEADER failed"
Note: See TracChangeset for help on using the changeset viewer.