|
|
|
@ -2,6 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../dialog/dialog.conf |
|
|
|
|
# Copyright (C) 2011 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
|
# |
|
|
|
@ -14,3 +15,8 @@
|
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
makeinstopt="$makeinstopt install-lib" |
|
|
|
|
|
|
|
|
|
# Native Language Support |
|
|
|
|
if [ "$SDECFG_DISABLE_NLS" != 1 ]; then |
|
|
|
|
var_append extraconfopt ' ' '--enable-nls' |
|
|
|
|
fi |
|
|
|
|