patching file hostname.c
patching file lib/inet_sr.c
patching file mii-tool.c
patching file hostname.c
patching file lib/x25_sr.c
patching file include/mii.h
rm -f config.h
Configuring the Linux net-tools (NET-3 Base Utilities)...
*
*
* Internationalization
*
* The net-tools package has currently been translated to French,
* German and Brazilian Portugese. Other translations are, of
* course, welcome. Answer `n' here if you have no support for
* internationalization on your system.
*
Does your system support GNU gettext? (I18N) [n] *
*
* Protocol Families.
.
.
.
make -C po install
make[1]: Entering directory `/sources/net-tools-1.60/po'
catalogs=''; \
for n in $catalogs; do \
l=`basename $n .mo`; \
install -c -m 755 -d /usr/share/locale/$l; \
install -c -m 755 -d /usr/share/locale/$l/LC_MESSAGES; \
install -c -m 644 $n /usr/share/locale/$l/LC_MESSAGES/net-tools.mo; \
done
make[1]: Leaving directory `/sources/net-tools-1.60/po'
|