ficonfigure: creating cache auto/config.cache
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
.
.
.
if test -d /usr/share/icons/hicolor/48x48/apps -a -w /usr/share/icons/hicolor/48x48/apps \
-a ! -f /usr/share/icons/hicolor/48x48/apps/gvim.png; then \
cp ../runtime/vim48x48.png /usr/share/icons/hicolor/48x48/apps/gvim.png; \
fi
if test -d /usr/share/icons/locolor/32x32/apps -a -w /usr/share/icons/locolor/32x32/apps \
-a ! -f /usr/share/icons/locolor/32x32/apps/gvim.png; then \
cp ../runtime/vim32x32.png /usr/share/icons/locolor/32x32/apps/gvim.png; \
fi
if test -d /usr/share/icons/locolor/16x16/apps -a -w /usr/share/icons/locolor/16x16/apps \
-a ! -f /usr/share/icons/locolor/16x16/apps/gvim.png; then \
cp ../runtime/vim16x16.png /usr/share/icons/locolor/16x16/apps/gvim.png; \
fi
make[1]: Leaving directory `/sources/vim71/src'
|