Changeset 5231 for trunk/psLib/configure.ac
- Timestamp:
- Oct 6, 2005, 12:41:08 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r5219 r5231 25 25 SRCDIRS="sys astro db fft fits imageops math mathtypes types xml" 26 26 SRCINC=`echo "${SRCDIRS=}" | ${SED} "s|\(\\w\+\)|-I\${SRCPATH=}/\1|g"` 27 dnl needed for psErrorText.h which is BUILT_SOURCES but also distributed28 SRCINC="-I\${top_srcdir}/src ${SRCINC=}"29 27 30 28 SRCSUBLIBS=`echo "${SRCDIRS=}" | ${SED} "s|\(\\w\+\)|\1/libpslib\1.la|g"` … … 42 40 [AC_MSG_RESULT([compile optimization disabled]) 43 41 CFLAGS="${CFLAGS=} -O0 -g"] 42 ) 43 44 dnl handle profiler building 45 AC_ARG_ENABLE(profile, 46 [AS_HELP_STRING(--enable-profile,enable compiler profiler information inclusion)], 47 [AC_MSG_RESULT(compile optimization enabled) 48 CFLAGS="${CFLAGS=} -fprofile-arcs -ftest-coverage -pg"] 44 49 ) 45 50
Note:
See TracChangeset
for help on using the changeset viewer.
