]> granicus.if.org Git - check/commit
Changed autogen.sh to bail out if necessary tools can't be found
authorneo23 <neo23@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 28 Mar 2002 18:22:09 +0000 (18:22 +0000)
committerneo23 <neo23@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 28 Mar 2002 18:22:09 +0000 (18:22 +0000)
commite9c5d1943d9d43fe507d26eaa61f2496645a7dc0
treeb29f4673b62b503d565a5f86beb01f26844aff08
parentff1b2b87a3f48829ada7a12c6a7637ed1a11c449
Changed autogen.sh to bail out if necessary tools can't be found
instead of proceeding to the version checks.

Document use of autogen.sh in README.

Generate check.spec from check.spec.in to it automatically gets the
correct version number.

Generate check.h from chech.h.in and include Check version information.

Compile Check version number into the library to allow for runtime
version checks.

Added the m4 script check.m4 that allows to easily integrate Check
into projects using autoconf/automake. It does version checking and
also assures that header and library versions match.

Document the use of check.m4 and the AM_PATH_CHECK() macro in the
tutorial. Adapted example Makefile.am and configure.in and added a
missing .cvsignore file.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@124 64e312b2-a51f-0410-8e61-82d0ca0eb02a
18 files changed:
check/Makefile.am
check/README
check/autogen.sh
check/check.m4 [new file with mode: 0644]
check/configure.in
check/doc/money/.cvsignore [new file with mode: 0644]
check/doc/money/Makefile.am.money
check/doc/money/aclocal.m4
check/doc/money/configure.in.money
check/doc/tutorial.lyx
check/rpm/.cvsignore
check/rpm/Makefile.am
check/rpm/check.spec.in [moved from check/rpm/check.spec with 95% similarity]
check/src/.cvsignore
check/src/Makefile.am
check/src/check.c
check/src/check.h.in [moved from check/src/check.h with 95% similarity]
check/tests/.cvsignore