#!/bin/sh

# Run this script only if you want GKrellM to be compiled with
# i18n enabled and if you want any translation files in the locale
# directory to be installed.
#
# Setup to enable internationalization when running make.  Just
# make a link to the proper makefile

rm Makefile
ln -s Makefile.top_enable_nls Makefile
