IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2006, 4:55:08 PM (20 years ago)
Author:
Paul Price
Message:

Making ppStats into a library, so we can incorporate it into ppImage, etc. There's still an executable which provides a wrapper to the functionality. Nothing tested yet following the change.

Location:
trunk/ppStats
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats

    • Property svn:ignore
      •  

        old new  
        1010install-sh
        1111missing
         12config.guess
         13config.sub
         14libtool
         15ltmain.sh
         16ppStats.pc
  • trunk/ppStats/autogen.sh

    r7902 r8337  
    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 || {
     
    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.