IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9085


Ignore:
Timestamp:
Sep 30, 2006, 8:00:19 PM (20 years ago)
Author:
drobbin
Message:

Fixed the --enable-coverage option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r9061 r9085  
    6464  [AS_HELP_STRING(--enable-coverage,enable path coverage checking)],
    6565  [AC_MSG_RESULT(path coverage enabled)
    66    CFLAGS="${CFLAGS=} -fprofile-arcs -ftest-coverage -pg"]
     66   CFLAGS="${CFLAGS=} -lgcov -fprofile-arcs -ftest-coverage -pg"]
    6767)
    6868
     
    308308dnl AC_CHECK_FILE($XML_CONFIG,[],
    309309dnl     [AC_MSG_ERROR([GNOME XML C parser is required.  Obtain it at http://www.xmlsoft.org or use --with-xml2-config to specify location.])])
    310 dnl 
     310dnl
    311311dnl AC_MSG_CHECKING([xml2 version])
    312312dnl XML_VERSION=`xml2-config --version`
     
    320320dnl     AC_MSG_RESULT([$XML_VERSION... yes])
    321321dnl fi
    322 dnl 
     322dnl
    323323dnl AC_MSG_CHECKING([xml2 cflags])
    324324dnl XML_CFLAGS="`${XML_CONFIG} --cflags`"
    325325dnl AC_MSG_RESULT([${XML_CFLAGS}])
    326 dnl 
     326dnl
    327327dnl AC_MSG_CHECKING([xml2 ldflags])
    328328dnl XML_LDFLAGS="`${XML_CONFIG} --libs`"
    329329dnl AC_MSG_RESULT([${XML_LDFLAGS}])
    330 dnl 
     330dnl
    331331dnl PSLIB_CFLAGS="${PSLIB_CFLAGS=} ${XML_CFLAGS}"
    332332dnl PSLIB_LIBS="${PSLIB_LIBS=} ${XML_LDFLAGS}"
    333 dnl 
     333dnl
    334334dnl AC_SUBST([XML_CFLAGS])
    335335
Note: See TracChangeset for help on using the changeset viewer.