~james-page/ubuntu/raring/openvswitch/lts-raring-backport-dkms

« back to all changes in this revision

Viewing changes to m4/openvswitch.m4

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-08-07 16:00:53 UTC
  • mfrom: (5.1.25 sid)
  • Revision ID: package-import@ubuntu.com-20120807160053-nj4pgmkn6bp8t4md
Tags: 1.4.2+git20120612-9ubuntu1
* Merge from Debian unstable; remaining changes:
  - d/control: Disable openvswitch-datapath-dkms package.
* Dropped changes:
  - d/patches/kernel_3.5_support.patch: Superceded by 
    bug-684057-ovs-ctl-Add-support-for-newer-module-name.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
     [LOGDIR='${localstatedir}/log/${PACKAGE}'])
133
133
   AC_SUBST([LOGDIR])])
134
134
 
 
135
dnl Checks for the directory in which to store the Open vSwitch database.
 
136
AC_DEFUN([OVS_CHECK_DBDIR],
 
137
  [AC_ARG_WITH(
 
138
     [dbdir],
 
139
     AC_HELP_STRING([--with-dbdir=DIR],
 
140
                    [directory used for conf.db [[SYSCONFDIR/PACKAGE]]]),
 
141
     [DBDIR=$withval],
 
142
     [DBDIR='${sysconfdir}/${PACKAGE}'])
 
143
   AC_SUBST([DBDIR])])
 
144
 
135
145
dnl Defines HAVE_BACKTRACE if backtrace() is declared in <execinfo.h>
136
146
dnl and exists in libc.
137
147
AC_DEFUN([OVS_CHECK_BACKTRACE],