~ubuntu-branches/debian/experimental/389-ds-base/experimental

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2014-07-08 15:50:11 UTC
  • mfrom: (0.2.2)
  • Revision ID: package-import@ubuntu.com-20140708155011-r66lvtioamqwaype
Tags: 1.3.2.19-1
* New upstream release.
* admin_scripts.diff: Updated to fix more bashisms.
* watch: Update the url.
* Install failedbinds.py and logregex.py scripts.
* init: Use status from init-functions.
* control: Update my email.

Show diffs side-by-side

added added

removed removed

Lines of Context:
264
264
  propertydir=/properties
265
265
  # relative to libdir
266
266
  perldir=/perl
 
267
  # relative to libdir
 
268
  pythondir=/python
267
269
else
268
270
  if test "$with_fhs" = "yes"; then
269
271
    ac_default_prefix=/usr
295
297
  propertydir=/$PACKAGE_NAME/properties
296
298
  # relative to libdir
297
299
  perldir=/$PACKAGE_NAME/perl
 
300
  # relative to libdir
 
301
  pythondir=/$PACKAGE_NAME/python
298
302
fi
299
303
 
300
304
# if mandir is the default value, override it
403
407
AC_SUBST(serverplugindir)
404
408
AC_SUBST(scripttemplatedir)
405
409
AC_SUBST(perldir)
 
410
AC_SUBST(pythondir)
406
411
AC_SUBST(infdir)
407
412
AC_SUBST(mibdir)
408
413
AC_SUBST(mandir)