aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-07-08 11:37:04 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-07-08 11:37:04 +0000
commitd2fc02f39f3c56dbb4c9c40944c54cff3f497e9f (patch)
treee72071dae6911e9821fafd0bb6b4e3ea3d9b9a38 /configure.ac
parentdf38435c2d0e6c54385cefd66a347d57add9ae67 (diff)
hopefully this is the last checkin regarding the ACONNECT_VERSION
svn path=/trunk/externals/iem/aconnect/; revision=3307
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 03ff035..7ce5e20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ AC_SUBST(STRIPFLAGS)
AC_SUBST(REFERENCEPATH)
AC_SUBST(PDLIBDIR)
AC_SUBST(INCLUDES)
-AC_SUBST(SOURCES)
+AC_SUBST(VERSION)
AC_ARG_WITH(pdversion, [ --with-pdversion=<ver> enforce a certain pd-version (e.g. 0.37)])
@@ -41,8 +41,6 @@ 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