- Timestamp:
- 04/26/11 11:33:43 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/configure.ac
r10445 r10458 125 125 LDFLAGS+=" "$MOTIF_LDFLAGS" " 126 126 127 #AC_CHECK_HEADERS([Mrm/MrmAppl.h], [], 128 # [ 129 # echo "Error! Mrm/MrmAppl.h not properly installed, needed to compile did (you need most probably lesstif2-dev)." 130 # exit -1 131 # ] 132 #) 127 AM_COND_IF(HAS_LIBXP,, 128 AC_MSG_WARN([ Motif/lesstif not found!]) 129 ) 133 130 134 131 ###################################################################### … … 280 277 AM_CONDITIONAL(HAS_GUI, [test "$QT4_VERSION" -a "$HAVE_ROOT_QT" = yes]) 281 278 279 AM_CONDITIONAL(IS_FALSE, [test "x" = "y"]) 280 AM_CONDITIONAL(IS_TRUE, [test "x" = "x"]) 281 282 282 ########################################################################## 283 283 # print summary … … 297 297 AC_MSG_NOTICE([ BOOST_CPPFLAGS = $BOOST_CPPFLAGS]) 298 298 AC_MSG_NOTICE([ BOOST_LDFLAGS = $BOOST_LDFLAGS]) 299 299 AC_MSG_NOTICE() 300 300 AM_COND_IF(HAS_QT4, [ 301 301 AC_MSG_NOTICE(--------------------------------------------------------------------) … … 322 322 AC_MSG_NOTICE([ ROOTCPPFLAGS = $ROOTCPPFLAGS]) 323 323 AC_MSG_NOTICE([ ROOTLDFLAGS = $ROOTLDFLAGS]) 324 AC_MSG_NOTICE()324 AC_MSG_NOTICE() 325 325 ],[]) 326 326 AC_MSG_NOTICE(--------------------------------------------------------------------) 327 327 AC_MSG_NOTICE() 328 328 AM_COND_IF(HAS_LIBXP, 329 AC_MSG_NOTICE([ Motif/lesstif / 'Xm/Xm.h' 'libXp' found: yes]), 330 AC_MSG_NOTICE([ Motif/lesstif / 'Xm/Xm.h' 'libXp' found: no]) 331 ) 329 332 AM_COND_IF(HAS_COLORDIFF, 330 AC_MSG_NOTICE([ colored svn diff / 'colordiff' found: yes]),331 AC_MSG_NOTICE([ colored svn diff / 'colordiff' found: no])333 AC_MSG_NOTICE([ colored svn diff / 'colordiff' found: yes]), 334 AC_MSG_NOTICE([ colored svn diff / 'colordiff' found: no]) 332 335 ) 333 336 AM_COND_IF(HAS_HELP2MAN,[ 334 AC_MSG_NOTICE([ man-pages enabled / 'help2man' found: $HELP2MAN])337 AC_MSG_NOTICE([ man-pages enabled / 'help2man' found: $HELP2MAN]) 335 338 AM_COND_IF(HAS_GROFF, 336 AC_MSG_NOTICE([ build of html enabled / 'groff' found: yes])337 AC_MSG_NOTICE([ build of pdf enabled / 'ps2pdf' found: $PS2PDF]),338 AC_MSG_NOTICE([ build of html and pdf / 'groff' found: no])339 AC_MSG_NOTICE([ build of html enabled / 'groff' found: yes]) 340 AC_MSG_NOTICE([ build of pdf enabled / 'ps2pdf' found: $PS2PDF]), 341 AC_MSG_NOTICE([ build of html and pdf / 'groff' found: no]) 339 342 ) 340 343 ],[ 341 AC_MSG_NOTICE([ man, html, pdf enabled / 'help2man' found: no])344 AC_MSG_NOTICE([ man, html, pdf enabled / 'help2man' found: no]) 342 345 ]) 343 346 344 347 AM_COND_IF(HAS_DOXYGEN, 345 AC_MSG_NOTICE([ doxygen docu enabled / 'doxygen' found: $DX_DOXYGEN]),346 AC_MSG_NOTICE([ doxygen docu enabled / 'doxygen' found: no])348 AC_MSG_NOTICE([ doxygen docu enabled / 'doxygen' found: $DX_DOXYGEN]), 349 AC_MSG_NOTICE([ doxygen docu enabled / 'doxygen' found: no]) 347 350 ) 348 351 AM_COND_IF(HAS_DOT, 349 AC_MSG_NOTICE([ doxygen graphs enabled / 'dot' (graphviz) found: $DX_DOT]),350 AC_MSG_NOTICE([ dox agen graphs enabled / 'dot' (graphviz)found: no])352 AC_MSG_NOTICE([ doxygen graphs enabled / 'dot' (graphviz) found: $DX_DOT]), 353 AC_MSG_NOTICE([ doxygen graphs enabled / 'dot' (graphviz) found: no]) 351 354 ) 352 355 AM_COND_IF(HAS_QT4, 353 AC_MSG_NOTICE([ QT4 support enabled / QT4 toolkit found: yes]),354 AC_MSG_NOTICE([ QT4 support enabled / QT4 toolkit found: no])355 ) 356 AC_MSG_NOTICE([ ROOT support enabled / root >= 5.12/00 found: $ROOTEXEC])357 AC_MSG_NOTICE([ ROOT built with --with-qt found: $HAVE_ROOT_QT])356 AC_MSG_NOTICE([ QT4 support enabled / QT4 toolkit found: yes]), 357 AC_MSG_NOTICE([ QT4 support enabled / QT4 toolkit found: no]) 358 ) 359 AC_MSG_NOTICE([ ROOT support enabled / root >= 5.12/00 found: $ROOTEXEC]) 360 AC_MSG_NOTICE([ ROOT built with --with-qt found: $HAVE_ROOT_QT]) 358 361 AC_MSG_NOTICE() 359 362 AC_MSG_NOTICE(--------------------------------------------------------------------) … … 361 364 AC_MSG_NOTICE([Suggestions and hits:]) 362 365 AC_MSG_NOTICE() 363 AC_MSG_NOTICE([ 364 AC_MSG_NOTICE([ 365 AC_MSG_NOTICE([ 366 AC_MSG_NOTICE([ - Add 'V=1' to you make-call to switch on verbose output.]) 367 AC_MSG_NOTICE([ - Do not try to create man-pages with doxygen,]) 368 AC_MSG_NOTICE([ it does most probably not work.]) 366 369 AM_COND_IF(HAS_COLORGCC,, 367 AC_MSG_NOTICE([ 368 ) 369 AC_MSG_NOTICE([ 370 AC_MSG_NOTICE([ + configureplease attach the file config.log])371 AC_MSG_NOTICE([ + makeplease send me the output of 'make V=1'])370 AC_MSG_NOTICE([ - Install colorgcc to get colored compiler output.]) 371 ) 372 AC_MSG_NOTICE([ - If you send me a bug report about:]) 373 AC_MSG_NOTICE([ + configure: please attach the file config.log]) 374 AC_MSG_NOTICE([ + make: please send me the output of 'make V=1']) 372 375 AC_MSG_NOTICE() 373 376 AC_MSG_NOTICE(--------------------------------------------------------------------) … … 394 397 AC_MSG_NOTICE(--------------------------------------------------------------------) 395 398 AC_MSG_NOTICE() 399 AM_COND_IF(HAS_LIBXP,, 400 AC_MSG_WARN([ Motif/lesstif not found. The dim gui did will not be built!]) 401 ) 396 402 AM_COND_IF(HAS_ROOT, 397 [AM_COND_IF(HAS_ROOT_QT, [],403 [AM_COND_IF(HAS_ROOT_QT,, 398 404 AC_MSG_WARN([ root found but it was built without the --with-qt option]) 399 405 )]
Note:
See TracChangeset
for help on using the changeset viewer.