IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 16, 2008, 10:34:52 AM (18 years ago)
Author:
Paul Price
Message:

Libtool was disabled!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppNorm/autogen.sh

    r19244 r19585  
    2121AUTOCONF=autoconf
    2222
    23 #($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {
    24 #        echo
    25 #        echo "You must have $LIBTOOLIZE installed to compile $PROJECT."
    26 #        echo "Download the appropriate package for your distribution,"
    27 #        echo "or get the source tarball at http://ftp.gnu.org/gnu/libtool/"
    28 #        DIE=1
    29 #}
     23($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {
     24        echo
     25        echo "You must have $LIBTOOLIZE installed to compile $PROJECT."
     26        echo "Download the appropriate package for your distribution,"
     27        echo "or get the source tarball at http://ftp.gnu.org/gnu/libtool/"
     28        DIE=1
     29}
    3030
    3131($ACLOCAL --version) < /dev/null > /dev/null 2>&1 || {
Note: See TracChangeset for help on using the changeset viewer.