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/psLib/autogen.sh

    r11606 r19244  
    2626($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {
    2727        echo
    28         echo "You must have $LIBTOOlIZE installed to compile $PROJECT."
     28        echo "You must have $LIBTOOLIZE installed to compile $PROJECT."
    2929        echo "Download the appropriate package for your distribution,"
    3030        echo "or get the source tarball at http://ftp.gnu.org/gnu/libtool/"
     
    7878fi
    7979
    80 $LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed"
     80$LIBTOOLIZE --copy --force || echo "$LIBTOOLIZE failed"
    8181$ACLOCAL -I m4 || echo "$ACLOCAL failed"
    8282$AUTOHEADER || echo "$AUTOHEADER failed"
     
    8686# bypass taps bootstrap.sh
    8787cd ./test/tap
    88 $LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed"
     88$LIBTOOLIZE --copy --force || echo "$LIBTOOLIZE failed"
    8989$ACLOCAL || echo "$ACLOCAL failed"
    9090$AUTOHEADER || echo "$AUTOHEADER failed"
Note: See TracChangeset for help on using the changeset viewer.