1 # Process this file with autoconf to produce a configure script.
6 dnl =============================================================
12 VERSION_MAJOR=`echo $VERSION | sed 's/\..*$//'`
14 VERSION_MINOR=`echo $VERSION | sed 's/^[^\.]*\.//'`
16 AC_SUBST(VERSION_MAJOR)
17 AC_SUBST(VERSION_MINOR)
26 dnl =============================================================
27 AM_INIT_AUTOMAKE(${NAME},${VERSION})
28 AM_CONFIG_HEADER(config.h)
35 if test "$YACC" = "bison -y"; then
36 AC_MSG_WARN([We'll remove the -y option here])
39 AC_MSG_ERROR([Sorry, bison is needed])
46 gedcom/calendar/Makefile