Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
スペースを含む AC_CONFIG_SRCDIR にいくつかのパスを含める必要があります。どうすればそれらを逃れることができますか? たとえば、「some file.in」がある場合、次のように宣言する必要があります。
AC_CONFIG_SRCDIR[何らかのファイル]
autoconf 2.59以前では、AC_CONFIG_SRCDIRで指定された一意のファイルのパス名に特殊文字を含めることはできません。autoconf 2.60以降では、これは機能するはずです。
AC_CONFIG_SRCDIR([いくつかのファイル])