From: Stefan Knoblich Date: Thu, 6 Oct 2011 09:08:42 +0000 (+0200) Subject: FreeTDM: Escape $(srcdir) in configure.ac variable X-Git-Tag: v1.2-rc1~27^2~370 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a96ebdaa3d91ae89900ab553211512fa761a932;p=thirdparty%2Ffreeswitch.git FreeTDM: Escape $(srcdir) in configure.ac variable Silencing a "configure:xxxx: srcdir: command not found" error message. Signed-off-by: Stefan Knoblich --- diff --git a/libs/freetdm/configure.ac b/libs/freetdm/configure.ac index a69618ba6f..f59cab95d6 100644 --- a/libs/freetdm/configure.ac +++ b/libs/freetdm/configure.ac @@ -54,7 +54,7 @@ fi AC_SUBST([confdir]) -DEFAULT_INCLUDES="-I. -I./src/include -I$(srcdir)" +DEFAULT_INCLUDES="-I. -I./src/include -I\$(srcdir)" AC_SUBST([DEFAULT_INCLUDES]) # Where to install the modules