FreeTDM: Escape $(srcdir) in configure.ac variable

Silencing a "configure:xxxx: srcdir: command not found" error message.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
This commit is contained in:
Stefan Knoblich 2011-10-06 11:08:42 +02:00
parent 4893acdb16
commit 5a96ebdaa3
1 changed files with 1 additions and 1 deletions

View File

@ -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