aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-07-08 11:32:04 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-07-08 11:32:04 +0000
commitdf38435c2d0e6c54385cefd66a347d57add9ae67 (patch)
tree0f28d33d5f2162d9af9de25f1b2c0a30fec43497 /configure.ac
parent479f8331310a2e4aef98c32088a3298ec4dc3433 (diff)
moved ACONNECT_VERSION from aconnect.c to configure.ac
svn path=/trunk/externals/iem/aconnect/; revision=3306
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 71aa3d2..03ff035 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,8 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(aconnect.c)
+VERSION=0.2
+
dnl Checks for programs.
AC_PROG_CC
@@ -39,6 +41,8 @@ if test "x$ac_cv_lib_asound_snd_seq_close" = "xyes"; then
DFLAGS="-DHAVE_ALSA ${DFLAGS}"
fi
+DFLAGS="-DACONNECT_VERSION=\\\"${VERSION}\\\" ${DFLAGS}"
+
if test "x$includedir" != "x"; then
for id in $includedir
do