मैं एक सूक्ति एप्लिकेशन को संकलित करने की कोशिश कर रहा हूं और मैं उत्सुक हूं कि 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/
फ़ोल्डर है, इसलिए मुझे लगता है कि इसे गेटटेक्स्ट का उपयोग करना चाहिए, इसलिए मैं इस चेतावनी के बारे में उलझन में हूं।
मुझे [अपडेट] नीचे टिप्पणी देखें [/ अपडेट]N_
मैक्रो के साथ बहुत सारी चेतावनियाँ भी परिभाषित नहीं हैं, इसलिए यह संबंधित हो सकता है?