Generify source code
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.
This commit is contained in:
@@ -3,12 +3,6 @@
|
||||
|
||||
if SOLARIS
|
||||
LANG=fr
|
||||
endif
|
||||
|
||||
if LINUX
|
||||
LANG=fr_FR.UTF-8
|
||||
endif
|
||||
|
||||
if BSD
|
||||
else
|
||||
LANG=fr_FR.UTF-8
|
||||
endif
|
||||
|
||||
@@ -3,12 +3,6 @@
|
||||
|
||||
if SOLARIS
|
||||
LANG=de
|
||||
endif
|
||||
|
||||
if LINUX
|
||||
LANG=de_DE.UTF-8
|
||||
endif
|
||||
|
||||
if BSD
|
||||
else
|
||||
LANG=de_DE.UTF-8
|
||||
endif
|
||||
|
||||
@@ -3,12 +3,6 @@
|
||||
|
||||
if SOLARIS
|
||||
LANG=it
|
||||
endif
|
||||
|
||||
if LINUX
|
||||
LANG=it_IT.UTF-8
|
||||
endif
|
||||
|
||||
if BSD
|
||||
else
|
||||
LANG=it_IT.UTF-8
|
||||
endif
|
||||
|
||||
@@ -3,12 +3,6 @@
|
||||
|
||||
if SOLARIS
|
||||
LANG=ja
|
||||
endif
|
||||
|
||||
if LINUX
|
||||
LANG=ja_JP.UTF-8
|
||||
endif
|
||||
|
||||
if BSD
|
||||
else
|
||||
LANG=ja_JP.UTF-8
|
||||
endif
|
||||
|
||||
@@ -3,12 +3,6 @@
|
||||
|
||||
if SOLARIS
|
||||
LANG=es
|
||||
endif
|
||||
|
||||
if LINUX
|
||||
LANG=es_ES.UTF-8
|
||||
endif
|
||||
|
||||
if BSD
|
||||
else
|
||||
LANG=es_ES.UTF-8
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user