我正在研究用C++和python編寫的項目。我在我的configure.ac以下行: AC_INIT(MILHOUSE, 0.3.6)
這意味着,在運行configure生成config.h中,我有以下定義行: /* Define to the version of this package. */
#define PACKAGE_VERSION "0.3.6"
我只是想知道如果有一個現
Autoconf腳本遇到文件名或路徑名帶空格的問題。例如, ./configure CPPFLAGS="-I\"/path with space\""
結果(的config.log): configure:3012: gcc -I"/path with space" conftest.c >&5
gcc: with: No such file or directory
gcc: space