그놈 응용 프로그램을 컴파일하려고하는데 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_
매크로가 정의되지 않았다는 경고가 많았 으므로 관련이 있습니까?