Changeset 7380 for trunk/psLib/configure.ac
- Timestamp:
- Jun 6, 2006, 5:22:07 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r7300 r7380 26 26 27 27 SRCPATH='${top_srcdir}/src' 28 SRCDIRS="sys astro db fft fits imageops math mathtypes types xml"28 SRCDIRS="sys astro db fft fits imageops jpeg math mathtypes types xml" 29 29 # escape two escapes at this level so \\ gets passed to the shell and \ to perl 30 30 SRCINC=`echo "${SRCDIRS=}" | ${PERL} -pe "s|(\w+)|-I\\\\${SRCPATH=}/\1|g"` … … 241 241 AC_SUBST([GSL_CFLAGS]) 242 242 243 dnl libjpeg ------------------------------------------------------------------- 244 245 AC_CHECK_LIB(jpeg,jpeg_CreateCompress,[],[AC_MSG_ERROR([jpeg library not found.])]) 246 243 247 dnl ------------------- XML2 options --------------------- 244 248 AC_ARG_WITH(xml2-config, … … 316 320 AM_CONDITIONAL(DOXYGEN, test x$doxygen = xtrue) 317 321 318 319 322 dnl ------- restore CFLAGS / LDFLAGS (tests done) -------- 320 323 CFLAGS="${CFLAGS} -Wall -Werror" … … 338 341 src/fits/Makefile 339 342 src/imageops/Makefile 343 src/jpeg/Makefile 340 344 src/math/Makefile 341 345 src/mathtypes/Makefile … … 349 353 test/fits/Makefile 350 354 test/imageops/Makefile 355 test/jpeg/Makefile 351 356 test/math/Makefile 352 357 test/mathtypes/Makefile
Note:
See TracChangeset
for help on using the changeset viewer.
