我正在尝试编译一个gnome应用程序,我很好奇在运行autogen.sh
脚本时输出的含义:
~/Documents/Code/window-picker-applet $./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --install --copy
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
data/Makefile.am:11: `%'-style pattern rules are a GNU make extension
data/Makefile.am:11: wildcard $(top_srcdir: non-POSIX variable name
data/Makefile.am:11: (probably a GNU make extension)
autoreconf: Leaving directory `.'
[Output trunkated...]
为什么我要获取信息configure.ac: not using Gettext
?那是警告吗,我应该更改一些配置文件来解决它吗?我知道应用程序有一个po/
文件夹,所以我认为它应该使用Gettext,因此我对此警告感到困惑。
我也有很多 [更新]请参阅下面的评论[/更新]N_
未定义宏的警告,所以这可能相关吗?