X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=configure.in;h=d93efa0ac94b8ca99ab7662a23293415fa577674;hb=6d4d50445119b336eb45c31d24e0a7cf143cbcfe;hp=6085c8aa9568f220493343d8dad67406c7b07aab;hpb=b3f496db98421eb315443617d3fef3847326613c;p=doldaconnect.git diff --git a/configure.in b/configure.in index 6085c8a..d93efa0 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,9 +279,11 @@ config/Makefile config/cmd/Makefile config/util/Makefile contrib/Makefile +autopackage/doldacond.apspec autopackage/dolcon.apspec autopackage/dcuilib.apspec autopackage/dcguile.apspec +autopackage/guishell.apspec ]) echo