2 # Process this file with autoconf to produce a configure script.
5 AC_INIT([ds_Diffractometer],[3.6.0],[picca@synchrotron-soleil.fr])
6 AC_CONFIG_SRCDIR([config.h.in])
7 AC_CONFIG_HEADERS([config.h])
8 AC_CONFIG_MACRO_DIR([m4])
9 AC_CONFIG_AUX_DIR(config)
11 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
13 # Checks for programs.
17 # Checks for header files.
18 AC_CHECK_HEADERS([sys/time.h])
20 # Checks for typedefs, structures, and compiler characteristics.
26 # Checks for library functions.
28 AC_CHECK_FUNCS([memset strcasecmp strdup strstr])
30 PKG_CHECK_MODULES(HKL, hkl >= 4.0.0)
31 PKG_CHECK_MODULES(TANGO, tango >= 6.1.1)
33 AC_CONFIG_FILES([Makefile