aboutsummaryrefslogtreecommitdiff
path: root/common/m4/ax_pd_external.m4
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-03-07 20:58:22 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-03-07 20:58:22 +0000
commite7bd2d1954b8e9ec7b9d5e3b1dae30ef97d69032 (patch)
treebb70cd86f0ad1263b83d19e688815699006efaab /common/m4/ax_pd_external.m4
parente9372d1375b01e8aa47bc6e848ddbbf139fe9cb8 (diff)
+ eliminated build-time dependence on svn:special symlinks
svn path=/trunk/externals/moocow/; revision=10845
Diffstat (limited to 'common/m4/ax_pd_external.m4')
-rw-r--r--common/m4/ax_pd_external.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/common/m4/ax_pd_external.m4 b/common/m4/ax_pd_external.m4
index 580ba02..8afa7b0 100644
--- a/common/m4/ax_pd_external.m4
+++ b/common/m4/ax_pd_external.m4
@@ -13,7 +13,7 @@
#
# Pd directories
# AC_ARG_WITH(pd-dir) : default: "\${prefix}/pd"
-# AC_ARG_WITH(pd-include) : sets IFLAGS, AM_IFLAGS
+# AC_ARG_WITH(pd-include) : sets PDEXT_IFLAGS, AM_IFLAGS
# AC_ARG_WITH(pd-extdir) : default $pddir/externs
# AC_SUBST(pddir)
# AC_SUBST(pddocdir)
@@ -148,7 +148,7 @@ AC_DEFUN([AX_PD_EXTERNAL],
[pdincludedir="$withval"],
[pdincludedir=""])
if test -n "$pdincludedir" ; then
- IFLAGS="$IFLAGS -I$pdincludedir"
+ PDEXT_IFLAGS="$PDEXT_IFLAGS -I$pdincludedir"
fi
AC_SUBST(pdincludedir)
@@ -194,7 +194,7 @@ AC_DEFUN([AX_PD_EXTERNAL],
##vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
## check: m_pd.h
- CPPFLAGS="$CPPFLAGS $IFLAGS"
+ CPPFLAGS="$CPPFLAGS $PDEXT_IFLAGS"
AC_CHECK_HEADER(m_pd.h,[],
AC_MSG_ERROR([could not find Pd header file 'm_pd.h' - bailing out]),
[/* nonempty includes: compile only */])