dnl Process this file with autoconf to produce a configure script. AC_INIT(src/vst2xnf.c) VST2XNF_MAJOR_VERSION=1 VST2XNF_MINOR_VERSION=0 VST2XNF_VERSION=$VST2XNF_MAJOR_VERSION.$VST2XNF_MINOR_VERSION AC_SUBST(VST2XNF_MAJOR_VERSION) AC_SUBST(VST2XNF_MINOR_VERSION) AC_SUBST(VST2XNF_VERSION) # For automake. VERSION=$VST2XNF_VERSION PACKAGE=vst2xnf dnl Initialize automake stuff AM_INIT_AUTOMAKE($PACKAGE, $VERSION) dnl Checks for programs. AC_PROG_CC AC_PROG_MAKE_SET AC_CHECK_LIB(m, pow) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AM_ALLIANCE AC_OUTPUT([ Makefile src/Makefile ])