summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2009-05-13 10:28:55 -0600
committerRich Megginson <rmeggins@redhat.com>2009-05-13 10:28:55 -0600
commit84c2fe4af619a862d352b2bd4499976d8944de16 (patch)
tree7b10308f946377db5d054bf090ccfb19e2363da4 /configure.ac
parent5381a78daee870cff14684fa9c7845ff363a6e7c (diff)
downloadds-84c2fe4af619a862d352b2bd4499976d8944de16.tar.gz
ds-84c2fe4af619a862d352b2bd4499976d8944de16.tar.xz
ds-84c2fe4af619a862d352b2bd4499976d8944de16.zip
Rename to 389
changed brand and capbrand to 389 changed vendor to "389 Project" I had to redo my earlier patch - I should have used the newer automake and autoconf to reduce the size of the patch This commit uses automake 1.10.1 and autoconf 2.63 from F10 Reviewed by nkinder (Thanks!)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 57dd54d2..d083484a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -185,9 +185,9 @@ AM_CONDITIONAL(enable_presence,test "$enable_presence" = "yes")
# the default prefix - override with --prefix or --with-fhs
AC_PREFIX_DEFAULT([/opt/$PACKAGE_NAME])
-brand=fedora
-capbrand=Fedora
-vendor="Fedora Project"
+brand=389
+capbrand=389
+vendor="389 Project"
m4_include(m4/fhs.m4)