Store git version string to a C file, not a header.
authorMichael Poole <mdpoole@troilus.org>
Fri, 14 Dec 2007 02:42:30 +0000 (21:42 -0500)
committerMichael Poole <mdpoole@troilus.org>
Fri, 14 Dec 2007 02:42:30 +0000 (21:42 -0500)
commit113ef8305f6ba5f3c7df66294a7eb15dcb02e026
tree6aa0c8fe21b3e59c6c1f8ff1cda4be7bbe72911e
parent67b6c3832061e4d7a44d1417c55fccf0d0af5917
Store git version string to a C file, not a header.

.gitignore: Update git-ignore.* file name.
Makefile.am: Update rebuild rules and srvx_SOURCES to match.
common.h: Declare git_version[].
main-common.c: Include git_version in version banner.  Update copyright years.
modcmd.c: Use git_version instead of GIT_VERSION.
src/.gitignore
src/Makefile.am
src/common.h
src/main-common.c
src/modcmd.c