comparison configure.in @ 798:5055b5b0d75d

Display Lirc state in config log. Re-organize the config log a bit.
author zas_
date Sat, 07 Jun 2008 10:18:30 +0000
parents 5329797d8ff1
children 373c370887bb
comparison
equal deleted inserted replaced
797:799d035b9994 798:5055b5b0d75d
217 if test -d $dir/lib; then CXXFLAGS="$CXXFLAGS -L$dir/lib"; fi 217 if test -d $dir/lib; then CXXFLAGS="$CXXFLAGS -L$dir/lib"; fi
218 if test -d $dir/include; then CXXFLAGS="$CXXFLAGS -I$dir/include"; fi 218 if test -d $dir/include; then CXXFLAGS="$CXXFLAGS -I$dir/include"; fi
219 done 219 done
220 ]) 220 ])
221 221
222 HAVE_LIRC=no
222 if test "x${lirc}" != "xno" ; then 223 if test "x${lirc}" != "xno" ; then
223 AC_CHECK_HEADER(lirc/lirc_client.h, 224 AC_CHECK_HEADER(lirc/lirc_client.h,
224 [AC_CHECK_LIB(lirc_client,lirc_init,[LIBS=-llirc_client $LIBS;AC_DEFINE([HAVE_LIRC],[],[Define to 1 if LIRC must be used])],,)],) 225 [AC_CHECK_LIB(lirc_client,lirc_init,[HAVE_LIRC=yes;LIBS=-llirc_client $LIBS;AC_DEFINE([HAVE_LIRC],[],[Define to 1 if LIRC must be used])],,)],)
225 fi 226 fi
227 AM_CONDITIONAL(HAVE_LIRC, [test "x$HAVE_LIRC" = xyes])
226 228
227 229
228 # LCMS support 230 # LCMS support
229 # ---------------------------------------------------------------------- 231 # ----------------------------------------------------------------------
230 232
352 354
353 Architecture: 355 Architecture:
354 UNIX: $os_unix 356 UNIX: $os_unix
355 Win32: $platform_win32 (native: $os_win32) 357 Win32: $platform_win32 (native: $os_win32)
356 358
357 Settings:
358 Developer: $__IS_DEVELOPER
359 Debug: $__IS_DEBUG
360 Deprecated: $__IS_DEPRECATED
361
362 Flags: 359 Flags:
363 Geeqie: $GQ_CFLAGS 360 Geeqie: $GQ_CFLAGS
364 DEFS: $DEFS 361 DEFS: $DEFS
365 CPPFLAGS: $__CPPFLAGS 362 CPPFLAGS: $__CPPFLAGS
366 CFLAGS: $CFLAGS 363 CFLAGS: $CFLAGS
368 Gtk: $GTK_CFLAGS 365 Gtk: $GTK_CFLAGS
369 Glib: $GLIB_CFLAGS 366 Glib: $GLIB_CFLAGS
370 Thread: $LIBPTHREAD 367 Thread: $LIBPTHREAD
371 Others: $LCMS_LIBS $EXIV2_LIBS 368 Others: $LCMS_LIBS $EXIV2_LIBS
372 369
370 Localization:
371 NLS support: $USE_NLS
372 LINGUAS: $LINGUAS
373
374 Settings:
375 Developer: $__IS_DEVELOPER
376 Debug: $__IS_DEBUG
377 Deprecated: $__IS_DEPRECATED
378
373 Support: 379 Support:
374 LCMS: $HAVE_LCMS 380 LCMS: $HAVE_LCMS
375 Exiv2: $HAVE_EXIV2 381 Exiv2: $HAVE_EXIV2
376 Localization: 382 Lirc: $HAVE_LIRC
377 NLS support: $USE_NLS
378 LINGUAS: $LINGUAS
379 383
380 Documentation: 384 Documentation:
381 Doxygen: $DOXYGEN 385 Doxygen: $DOXYGEN
382 Formats: $doxy_formats_report 386 Formats: $doxy_formats_report
383 END 387 END