summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2007-10-09 18:30:39 +0000
committerNathan Kinder <nkinder@redhat.com>2007-10-09 18:30:39 +0000
commit1291ed2618b5b2a111e82c193c195e03370ef2ba (patch)
treeb679a6bde8908b2538aefb07b289085cdc58445c /configure.ac
parentbf59bf3c7f40eec80ede191a4ed08f4131d88250 (diff)
downloadds-1291ed2618b5b2a111e82c193c195e03370ef2ba.tar.gz
ds-1291ed2618b5b2a111e82c193c195e03370ef2ba.tar.xz
ds-1291ed2618b5b2a111e82c193c195e03370ef2ba.zip
Resolves: 325281
Summary: Install SNMP subagent mibs.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d47de5b4..7017fbd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -165,6 +165,8 @@ if test "$with_fhs_opt" = "yes"; then
serverplugindir=/plugins
# relative to datadir
infdir=/inf
+ # relative to datadir
+ mibdir=/mibs
# location of property/resource files, relative to datadir
propertydir=/properties
# relative to libdir
@@ -189,6 +191,8 @@ else
serverplugindir=/$PACKAGE_NAME/plugins
# relative to datadir
infdir=/$PACKAGE_NAME/inf
+ # relative to datadir
+ mibdir=/$PACKAGE_NAME/mibs
# location of property/resource files, relative to datadir
propertydir=/$PACKAGE_NAME/properties
# relative to libdir
@@ -214,6 +218,7 @@ AC_SUBST(serverplugindir)
AC_SUBST(scripttemplatedir)
AC_SUBST(perldir)
AC_SUBST(infdir)
+AC_SUBST(mibdir)
AC_SUBST(defaultuser)
AC_SUBST(defaultgroup)