How can I escape paths with spaces inside AC_CONFIG_SRCDIR
Posted
by Lluis Sanchez
on Stack Overflow
See other posts from Stack Overflow
or by Lluis Sanchez
Published on 2010-05-26T12:22:17Z
Indexed on
2010/05/27
6:31 UTC
Read the original article
Hit count: 327
I need to include some paths in AC_CONFIG_SRCDIR which contain spaces. How should I escape them? For example, if I have "some file.in", how should I declare it in:
AC_CONFIG_SRCDIR[some file]
© Stack Overflow or respective owner