summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2007-08-22 05:11:34 +0000
committerNathan Kinder <nkinder@redhat.com>2007-08-22 05:11:34 +0000
commitcbb8ad61d1760b7bf97607a1659cf36ab15bfd5c (patch)
tree406a36fe5db4e2d2df84262f3fa9c2dc8485c3b7 /configure
parent214c7a725c8f2872ede5905fa7ea7904976f060b (diff)
downloadds-cbb8ad61d1760b7bf97607a1659cf36ab15bfd5c.tar.gz
ds-cbb8ad61d1760b7bf97607a1659cf36ab15bfd5c.tar.xz
ds-cbb8ad61d1760b7bf97607a1659cf36ab15bfd5c.zip
Resolves: 253818
Summary: Support FHS opt layout for perldir and propertydir.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 8 insertions, 4 deletions
diff --git a/configure b/configure
index aec91f14..afaae43a 100755
--- a/configure
+++ b/configure
@@ -23160,6 +23160,10 @@ if test "$with_fhs_opt" = "yes"; then
serverplugindir=/plugins
# relative to datadir
infdir=/inf
+ # location of property/resource files, relative to datadir
+ propertydir=/properties
+ # relative to libdir
+ perldir=/perl
else
if test "$with_fhs" = "yes"; then
ac_default_prefix=/usr
@@ -23178,17 +23182,17 @@ else
serverplugindir=/$PACKAGE_NAME/plugins
# relative to datadir
infdir=/$PACKAGE_NAME/inf
+ # location of property/resource files, relative to datadir
+ propertydir=/$PACKAGE_NAME/properties
+ # relative to libdir
+ perldir=/$PACKAGE_NAME/perl
fi
# Shared paths for all layouts
# relative to sysconfdir
configdir=/$PACKAGE_NAME/config
-# location of property/resource files, relative to datadir
-propertydir=/$PACKAGE_NAME/properties
# relative to sysconfdir
schemadir=/$PACKAGE_NAME/schema
-# relative to libdir
-perldir=/$PACKAGE_NAME/perl
# default user, group
defaultuser=nobody