2 # Process this file with autoconf to produce a configure script.
5 AC_INIT([barry-backup], [0.17], [barry-devel@lists.sourceforge.net])
6 #AM_CONFIG_HEADER(config.h)
7 AC_CONFIG_SRCDIR([src/main.cc])
8 AC_CONFIG_HEADERS([config.h:config.h.in])
9 AC_CONFIG_AUX_DIR([..])
10 AC_CONFIG_MACRO_DIR([../m4])
13 AM_GNU_GETTEXT([external])
15 # Checks for programs.
24 [ --with-libtar=<path> root path of libtar install],
25 [LIBTAR_CFLAGS="-I$with_libtar/include"
26 LIBTAR_LIBS="-L$with_libtar/lib -ltar"],
27 [echo "Guessing libtar location... may not compile...";
30 AC_SUBST(LIBTAR_CFLAGS)
34 [ --with-zlib=<path> root path of zlib install],
35 [LIBZ_CFLAGS="-I$with_libtar/include"
36 LIBZ_LIBS="-L$with_libtar/lib -ltar"],
37 [echo "Guessing zlib location... may not compile...";
43 PKG_CHECK_MODULES([BARRY], [libbarry-0])
44 PKG_CHECK_MODULES([GTKMM], [gtkmm-2.4 libglademm-2.4 gthread-2.0])
46 # Carry the special tree build environment variables from parent configure,
47 # just in case user is doing a complete tree build with --enable-gui
48 AC_SUBST(TREE_BUILD_CXXFLAGS)
49 AC_SUBST(TREE_BUILD_LDFLAGS)
51 # Setup gladedir, so src/Makefile.am can use it for the compile
52 # and for the glade file installations. (glade_DATA)
53 gladedir="$datadir/barry/glade/"
56 # Checks for libraries.
57 #AC_CHECK_LIB([IOKit], [main])
58 AC_CHECK_LIB([pthread], [main])
59 #AC_CHECK_LIB([libusb], [libusb_init])
61 # Checks for header files.
64 AC_CHECK_HEADERS([assert.h stdint.h time.h])
66 # Checks for typedefs, structures, and compiler characteristics.
71 # Checks for library functions.
73 AC_PROG_GCC_TRADITIONAL
77 AC_FUNC_SELECT_ARGTYPES
79 AC_CHECK_FUNCS([bzero gettimeofday memset select strcasecmp strchr strerror strtol strtoul])
81 AC_CONFIG_FILES([Makefile