diff options
author | Rob Savoye <rob@senecass.com> | 2020-05-18 11:28:47 -0600 |
---|---|---|
committer | Rob Savoye <rob@senecass.com> | 2020-05-18 11:28:47 -0600 |
commit | a53deb4787c3229127481445a28a42ee44c8b550 (patch) | |
tree | 3a9cc2fc6e2aea20546734adb8d7901d9803b450 | |
parent | 1a76740eff41f63e64f1e65e930ad286f357362c (diff) | |
download | dejagnu-a53deb4787c3229127481445a28a42ee44c8b550.zip dejagnu-a53deb4787c3229127481445a28a42ee44c8b550.tar.gz dejagnu-a53deb4787c3229127481445a28a42ee44c8b550.tar.bz2 |
Add entry and FIXME
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2020-05-18 Rob Savoye <rob.savoye@senecass.com> + + * configure.ac: Extract the current branch. + * Makefile.am: Change the frame_version in runtest.exp post + install to add the branch and git revision to make it easier to + support multiple versions during development. + 2020-05-15 Rob Savoye <rob@senecass.com> * All files: Minoe change, update copyright dates. diff --git a/configure.ac b/configure.ac index 23b38f1..71bff39 100644 --- a/configure.ac +++ b/configure.ac @@ -61,6 +61,8 @@ fi AC_SUBST(DEJAGNU) # See what branch we're in +# FIXME: this will need to deal with a release branch and +# do something different BRANCH=$(cd ${srcdir} && git branch | grep '^\*' | cut -d ' ' -f 2) AC_SUBST(BRANCH) |