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 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 8d0b0fb..fe1a4ee 100755 --- a/configure +++ b/configure @@ -1291,6 +1291,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu +VERSION=0.2 + ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -2531,6 +2533,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