2 # Process this file with autoconf to produce a configure script.
4 AC_INIT([vimicxx], [0.1], [ahmed.badran@gmail.com])
5 AM_INIT_AUTOMAKE([vimicxx], [0.1], [ahmed.badran@gmail.com])
6 AC_CONFIG_SRCDIR([src/generic_exception.h])
7 AC_CONFIG_HEADER([config.h])
14 # Checks for libraries.
15 PKG_CHECK_MODULES([libconfigfile], [libconfigfile >= 1.0])
17 # Checks for header files.
19 # Checks for typedefs, structures, and compiler characteristics.
22 AC_CHECK_SIZEOF(long *)
24 # Checks for library functions.
27 AC_CONFIG_FILES([Makefile src/Makefile src/fs/Makefile src/tests/Makefile])