ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/vendor/pxys2-2.1.0/pxyservd/dbprim/m4/com_err-obj.m4
Revision: 3253
Committed: Wed Apr 2 20:46:18 2014 UTC (10 years ago) by michael
File size: 284 byte(s)
Log Message:
- Imported pxys2-2.1.0

File Contents

# Content
1 dnl @(#)$Id: com_err-obj.m4,v 1.3 2006/09/04 15:12:26 spale Exp $
2 dnl
3 dnl KLM_COM_ERR_OBJ
4 dnl
5 dnl Defines the given OBJ if com_err is enabled.
6
7 AC_DEFUN([KLM_COM_ERR_OBJ],
8 [AC_REQUIRE([KLM_WITH_COM_ERR])
9 if test "x$COM_ERR" = "xtrue"; then
10 $1="$2"
11 else
12 $1=
13 fi
14 AC_SUBST($1)
15 ])