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

    r16673 r19244  
    2323#($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {
    2424#        echo
    25 #        echo "You must have $LIBTOOlIZE installed to compile $PROJECT."
     25#        echo "You must have $LIBTOOLIZE installed to compile $PROJECT."
    2626#        echo "Download the appropriate package for your distribution,"
    2727#        echo "or get the source tarball at http://ftp.gnu.org/gnu/libtool/"
     
    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"
Note: See TracChangeset for help on using the changeset viewer.