X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=configure.in;h=daf5d05566fc8d128182a31137d90129832626ba;hb=8351f3374f9da42acd7251d26b962bae0d3890d5;hp=f90ec5f43088bb3e89ea80e068ef4da71a2296f1;hpb=c0d0c66baba47a19c5fe6e459613702d6ca18292;p=doldaconnect.git diff --git a/configure.in b/configure.in index f90ec5f..daf5d05 100644 --- a/configure.in +++ b/configure.in @@ -243,6 +243,18 @@ CPPFLAGS="-I\$(top_srcdir)/include $CPPFLAGS" DOLDA_AC_GROUP([Writing output]) +AH_TEMPLATE(RELEASEINFO, [define release information reported by various programs (should be left to configure to define)]) +relinfo="relver ${VERSION}\\n" +relinfo="${relinfo}builddate $(date)\\n" +if test -d .git && which git-rev-parse >/dev/null 2>&1; then + relinfo="${relinfo}source git $(git-rev-parse HEAD)\\n" +elif test -r source; then + relinfo="${relinfo}source $(cat source)\\n" +else + relinfo="${relinfo}source unknown\\n" +fi +AC_DEFINE_UNQUOTED([RELEASEINFO], ["$relinfo"]) + AC_SUBST([extlibs]) AC_OUTPUT([ Makefile @@ -267,6 +279,7 @@ config/Makefile config/cmd/Makefile config/util/Makefile contrib/Makefile +share/Makefile autopackage/doldacond.apspec autopackage/dolcon.apspec autopackage/dcuilib.apspec