SUBDIRS=src tests doc rpm debian
-## decide on appending version to installed doc dir
-if PLAIN_DOCDIR
-DOCROOTDIR=$(prefix)/share/doc/$(PACKAGE)
-else
-DOCROOTDIR=$(prefix)/share/doc/${PACKAGE}-${VERSION}
-endif
-docdir = $(DOCROOTDIR)
-
## install the following extra data with docs
doc_DATA = ChangeLog ChangeLogOld NEWS README COPYING.LESSER
The following changes will be in Check 0.9.4
+Got rid of debian/ directory for building .debs. We should let Debian
+handle this.
+
Updated GNU Build System to use modern Autotools.
Fixed sourceforge bug #1327225, Two teardown checked fixtures segfaults.
AM_CONDITIONAL(NO_TIMEOUT_TESTS, test x"$enable_timeout_tests" = "xfalse")
-AC_ARG_ENABLE(plain_docdir,
-[ --enable-plain-docdir don't append version information to docdir],
-[case "${enableval}" in
- yes) plain_docdir=true ;;
- no) plain_docdir=false ;;
- *) AC_MSG_ERROR(bad value ${enableval} for --enable-plain-docdir) ;;
-esac], [plain_docdir=false ])
-
-AM_CONDITIONAL(PLAIN_DOCDIR, test x"$plain_docdir" = "xtrue")
-
# Checks for programs.
AC_PROG_AWK
AC_PROG_CC
src/Makefile
tests/Makefile])
-AC_OUTPUT
\ No newline at end of file
+AC_OUTPUT
## Process this file with automake to produce Makefile.in
-if PLAIN_DOCDIR
-DOCROOTDIR=$(prefix)/share/doc/$(PACKAGE)
-else
-DOCROOTDIR=$(prefix)/share/doc/${PACKAGE}-${VERSION}
-endif
-docdir = $(DOCROOTDIR)
-
SUBDIRS=money
SUFFIXES = .html
## Process this file with automake to produce Makefile.in
-if PLAIN_DOCDIR
-DOCROOTDIR=$(prefix)/share/doc/$(PACKAGE)
-else
-DOCROOTDIR=$(prefix)/share/doc/${PACKAGE}-${VERSION}
-endif
-exampledocdir=$(DOCROOTDIR)/examples
-
example_docs =\
money.h\
money.c\