summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2015-06-01 14:54:46 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-03 22:37:00 +0100
commit223ad19162fdea43cf17f1507de233a5e397f36a (patch)
tree44f5fb985d122708d7789b71a302b2ba2a441111 /configure.ac
parent0acf40732e435d5d7a480783586f5e3eb17386b7 (diff)
downloadptxdist-223ad19162fdea43cf17f1507de233a5e397f36a.tar.gz
ptxdist-223ad19162fdea43cf17f1507de233a5e397f36a.tar.xz
Try to handle the version number to identify the PTXdist release
Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
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 7d1ceb498..e539f87db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -380,10 +380,12 @@ AC_ARG_WITH([bash-completion],
[BASH_COMPLETION_DIR=/etc/bash_completion.d]
)
AC_SUBST(BASH_COMPLETION_DIR)
+AC_SUBST(PACKAGE_VERSION)
AC_MSG_RESULT([])
AC_CONFIG_FILES( \
Makefile \
+ doc/conf.py
)
AC_OUTPUT
AC_MSG_RESULT([])