IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2012, 9:57:00 AM (14 years ago)
Author:
eugene
Message:

configure.ac changes: invoke LDFLAGS *before* probes, invoke CFLAGS *after* probes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/psphot/configure.ac

    r34032 r34076  
    99AM_MAINTAINER_MODE
    1010
    11 IPP_STDCFLAGS
     11IPP_STDLDFLAGS
    1212
    1313AC_LANG(C)
     
    199199dnl Set CFLAGS for build
    200200IPP_STDOPTS
    201 
    202 dnl CFLAGS="${CFLAGS=} -Wall -Werror"
     201IPP_STDCFLAGS
     202
    203203echo "PSPHOT_CFLAGS: $PSPHOT_CFLAGS"
    204204echo "PSPHOT_LIBS: $PSPHOT_LIBS"
     
    207207
    208208dnl note: the PSPHOT_ entries below do not include PSLIB_ and PSMODULE_ entires
    209 dnl those are passed down to lower Makefils
     209dnl those are passed down to lower Makefiles by the PKG_CHECK_MODULES call above
    210210AC_SUBST([PSPHOT_CFLAGS])
    211211AC_SUBST([PSPHOT_LIBS])
Note: See TracChangeset for help on using the changeset viewer.