Changeset 7384
- Timestamp:
- Jun 6, 2006, 5:31:22 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/configure.ac (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/configure.ac
r7019 r7384 49 49 50 50 SRCPATH='${top_srcdir}/src' 51 SRCDIRS=" pslibconfig concepts camera astrom detrend imcombine objects"51 SRCDIRS="config concepts camera astrom detrend imcombine objects" 52 52 # escape two escapes at this level so \\ gets passed to the shell and \ to perl 53 53 SRCINC=`echo "${SRCDIRS=}" | ${PERL} -pe "s|(\w+)|-I\\\\${SRCPATH=}/\1|g"` … … 80 80 AC_CHECK_PROG([doxygen], [doxygen], [true], [false]) 81 81 AM_CONDITIONAL(DOXYGEN, test x$doxygen = xtrue) 82 83 dnl libjpeg -------------------------------------------------------------------84 85 AC_CHECK_LIB(jpeg,jpeg_CreateCompress,[],[AC_MSG_ERROR([jpeg library not found.])])86 82 87 83 dnl pslib --------------------------------------------------------------------- … … 120 116 src/imcombine/Makefile 121 117 src/objects/Makefile 122 src/pslib/Makefile123 118 test/Makefile 124 119 test/astrom/Makefile … … 129 124 test/imcombine/Makefile 130 125 test/objects/Makefile 131 test/pslib/Makefile132 126 Doxyfile 133 127 psmodule-config
Note:
See TracChangeset
for help on using the changeset viewer.
