diff options
author | Keith Packard <keithp@keithp.com> | 2013-01-29 14:52:23 +1100 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-01-29 14:52:23 +1100 |
commit | 5a3c5de6657d1c26e52015a8acec0cd05e294cef (patch) | |
tree | 4f209c0eb88577727b16d44c8a66346056e4b050 /configure.ac | |
parent | 5eb52f54a616f4e89b718d50d77a7b68cf7a4354 (diff) |
Change AltosLib to altoslib
Follow Java conventions
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1ff672fe..354926c8 100644 --- a/configure.ac +++ b/configure.ac @@ -26,6 +26,18 @@ AM_MAINTAINER_MODE VERSION_DASH=`echo $VERSION | sed 's/\./-/g'` AC_SUBST(VERSION_DASH) + +dnl ========================================================================== +dnl Java library versions + +ALTOSUILIB_VERSION=1 +ALTOSLIB_VERSION=1 + +AC_SUBST(ALTOSLIB_VERSION) +AC_DEFINE(ALTOSLIB_VERSION,$ALTOSLIB_VERSION,[Version of the AltosLib package]) +AC_SUBST(ALTOSUILIB_VERSION) +AC_DEFINE(ALTOSUILIB_VERSION,$ALTOSUILIB_VERSION,[Version of the AltosUILib package]) + dnl ========================================================================== AM_CONFIG_HEADER(config.h) |