IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8870


Ignore:
Timestamp:
Sep 21, 2006, 12:53:45 PM (20 years ago)
Author:
jhoblitt
Message:

test for what flags are nessicary to enable/link against pthreads

Location:
trunk/psLib
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/autogen.sh

    r7773 r8870  
    7979
    8080$LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed"
    81 $ACLOCAL || echo "$ACLOCAL failed"
     81$ACLOCAL -I m4 || echo "$ACLOCAL failed"
    8282$AUTOHEADER || echo "$AUTOHEADER failed"
    8383$AUTOMAKE --add-missing --force-missing --copy || echo "$AUTOMAKE failed"
  • trunk/psLib/configure.ac

    r8841 r8870  
    118118dnl Add the src directories to the include path
    119119
     120dnl Check for how to link against pthreads
     121ACX_PTHREAD([], [AC_MSG_ERROR([pthread support is required to build psLib])])
     122
     123PSLIB_CFLAGS="${PSLIB_CFLAGS=} ${PTHREAD_CFLAGS}"
     124PSLIB_LIBS="${PSLIB_LIBS=} ${PTHREAD_LIBS}"
    120125
    121126dnl ----------------- MYSQL options --------------------
     127
    122128dnl MYSQL_LDFLAGS="-L${libdir}/mysql"
    123129dnl MYSQL_CFLAGS="-I${includedir}/mysql"
Note: See TracChangeset for help on using the changeset viewer.