IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19586


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

Libtool was disabled!

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/autogen.sh

    r19244 r19586  
    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"
  • trunk/ppMerge/configure.ac

    r14188 r19586  
    1414AC_PROG_CC_C99
    1515AC_PROG_INSTALL
    16 dnl AC_PROG_LIBTOOL
     16AC_PROG_LIBTOOL
    1717AC_SYS_LARGEFILE
    1818
  • trunk/ppMerge/src/Makefile.am

    r18839 r19586  
    11bin_PROGRAMS = ppMerge
    22
    3 ppMerge_CFLAGS = $(PPSTATS_CFLAGS) $(PSMODULE_CFLAGS) $(PSLIB_CFLAGS)
    4 ppMerge_LDFLAGS = $(PPSTATS_LIBS) $(PSMODULE_LIBS) $(PSLIB_LIBS)
     3ppMerge_CFLAGS = $(PPMERGE_CFLAGS) $(PPSTATS_CFLAGS) $(PSMODULE_CFLAGS) $(PSLIB_CFLAGS)
     4ppMerge_LDFLAGS = $(PPMERGE_LIBS) $(PPSTATS_LIBS) $(PSMODULE_LIBS) $(PSLIB_LIBS)
    55
    66ppMerge_SOURCES =               \
  • trunk/ppNorm/autogen.sh

    r19585 r19586  
    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.