# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) AC_INIT([h4sp], m4_esyscmd([echo -n $(cat .tarball-version) || echo -n "SNAPSHOT"]), [vivien@planete-kraus.eu]) AM_INIT_AUTOMAKE([foreign]) # Checks for programs. AC_PROG_INSTALL # Checks for libraries. # Checks for header files. # Checks for typedefs, structures, and compiler characteristics. # Checks for library functions. AC_CONFIG_FILES([Makefile]) AC_OUTPUT