|
|
|
@ -2,6 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../cmake/cmake.conf |
|
|
|
|
# Copyright (C) 2009 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -12,12 +13,4 @@
|
|
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
# oehm - the configure script is rather strange - we can not detect the options |
|
|
|
|
# this is rather bruce force - do not do this in other *normal* packages ... |
|
|
|
|
eval_config_command() |
|
|
|
|
{ |
|
|
|
|
config_command="$configprefix $configscript $confopt" |
|
|
|
|
echo Running "$config_command" |
|
|
|
|
eval "$config_command" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
cleanconfopt=0 |
|
|
|
|