From df38435c2d0e6c54385cefd66a347d57add9ae67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Fri, 8 Jul 2005 11:32:04 +0000 Subject: moved ACONNECT_VERSION from aconnect.c to configure.ac svn path=/trunk/externals/iem/aconnect/; revision=3306 --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.1