|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../samhain/samhain.conf |
|
|
|
|
# Copyright (C) 2006 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 - 2008 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -14,7 +14,7 @@
|
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
# removing some not supported configure options |
|
|
|
|
CONFOPT_RM_REGEX="bindir libdir datadir includedir infodir" |
|
|
|
|
CONFOPT_RM_REGEX="bindir libdir datadir includedir infodir docdir" |
|
|
|
|
for x in $CONFOPT_RM_REGEX; do |
|
|
|
|
var_remove_regex confopt " " "--$x.*" |
|
|
|
|
done |
|
|
|
|