我正在尝试在我的 Mac 上安装交流垃圾收集器。我已经下载了所有必要的文件(git、automake 等)。我按照网站http://www.hboehm.info/gc/的说明进行操作。当我到达命令“automake --add-missing”时,我收到以下消息:
configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal)
automake: error: no 'Makefile.am' found for any configure output
automake: Did you forget AC_CONFIG_FILES([Makefile]) in configure.ac?
有人能帮我吗?我究竟做错了什么?谢谢!