On Fri, May 4, 2012 at 9:14 AM, Alon Bar-Lev <alon.bar...@gmail.com> wrote: > If source is located at git repository, acquire branch and revision > of head to be printed at --version output. > > Signed-off-by: Alon Bar-Lev <alon.bar...@gmail.com> > --- > .gitignore | 1 + > Makefile.am | 21 +++++++++++++++++++++ > compat.m4 | 5 +++++ > config-version.h.in | 1 + > configure.ac | 12 ++++++++++++ > src/openvpn/options.c | 6 ++++++ > 6 files changed, 46 insertions(+), 0 deletions(-) > create mode 100644 config-version.h.in
David, This should be complete, even simpler than the original. Alon.