1 AC_INIT([libdockapp],[0.7.2],[wmaker-dev@lists.windowmaker.org])
2 AC_CONFIG_SRCDIR([src/dockapp.h])
7 dnl Specify whether to install font and examples
8 dnl ============================================
11 [ --with-font install the dockapp font (default=yes)],
16 [ --with-examples install the examples (default=yes)],
17 with_examples=$withval,
20 AM_CONDITIONAL(COND_FONT, [test "$with_font" = yes])
21 AM_CONDITIONAL(COND_EXAMPLES, [test "$with_examples" = yes])
23 dnl Checks for programs.
27 dnl Checks for libraries.
28 PKG_CHECK_MODULES([X11],[x11])
29 PKG_CHECK_MODULES([Xext],[xext])
30 PKG_CHECK_MODULES([xpm],[xpm])
32 dnl Checks for header files.
35 dnl Checks for typedefs, structures, and compiler characteristics.
40 [ --enable-debug enable debugging ],, enable_debug=no)
41 if test "$enable_debug" = yes; then
42 DFLAGS="-Wall -g -ansi -pedantic"
49 m4_ifndef([XORG_FONT_MACROS_VERSION],
50 [m4_fatal([must install X.Org font-util 1.1 or later before running autoconf/autogen])])
51 XORG_FONT_MACROS_VERSION(1.1)
52 XORG_FONT_COMMON_UTILS()
55 AC_CONFIG_FILES([Makefile