IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2022, 10:54:01 AM (5 years ago)
Author:
eugene
Message:

put ippCheckKeys under autogen / configure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/ippTests/ippCheck/autogen.sh

    r41941 r41986  
    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 || {
     
    3737}
    3838
    39 #($AUTOHEADER --version) < /dev/null > /dev/null 2>&1 || {
    40 #        echo
    41 #        echo "You must have $AUTOHEADER installed to compile $PROJECT."
    42 #        echo "Download the appropriate package for your distribution,"
    43 #        echo "or get the source tarball at http://ftp.gnu.org/gnu/autoconf/"
    44 #        DIE=1
    45 #}
     39($AUTOHEADER --version) < /dev/null > /dev/null 2>&1 || {
     40        echo
     41        echo "You must have $AUTOHEADER installed to compile $PROJECT."
     42        echo "Download the appropriate package for your distribution,"
     43        echo "or get the source tarball at http://ftp.gnu.org/gnu/autoconf/"
     44        DIE=1
     45}
    4646
    4747($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 || {
     
    7575fi
    7676
    77 #$LIBTOOLIZE --copy --force || echo "$LIBTOOLIZE failed"
     77$LIBTOOLIZE --copy --force || echo "$LIBTOOLIZE failed"
    7878$ACLOCAL || echo "$ACLOCAL failed"
    79 #$AUTOHEADER || echo "$AUTOHEADER failed"
     79$AUTOHEADER || echo "$AUTOHEADER failed"
    8080$AUTOMAKE --add-missing --force-missing --copy || echo "$AUTOMAKE failed"
    8181$AUTOCONF || echo "$AUTOCONF failed"
Note: See TracChangeset for help on using the changeset viewer.