Previously we would fail in some parts of the code if we did not have a premade configuration, now we use any code that was marked as Linux, BSD and Solaris as our basis in order to support building unknown Unix systems.
9 lines
140 B
Plaintext
9 lines
140 B
Plaintext
# This file is a template for setting the platform-specific LANG
|
|
# variable for a locale.
|
|
|
|
if SOLARIS
|
|
LANG=it
|
|
else
|
|
LANG=it_IT.UTF-8
|
|
endif
|