aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRob Savoye <rob@senecass.com>2020-05-18 11:28:47 -0600
committerRob Savoye <rob@senecass.com>2020-05-18 11:28:47 -0600
commita53deb4787c3229127481445a28a42ee44c8b550 (patch)
tree3a9cc2fc6e2aea20546734adb8d7901d9803b450 /configure.ac
parent1a76740eff41f63e64f1e65e930ad286f357362c (diff)
Add entry and FIXME
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
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)