PERFORCE change 94157 for review
Robert Watson
rwatson at FreeBSD.org
Tue Mar 28 12:06:21 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=94157
Change 94157 by rwatson at rwatson_zoo on 2006/03/28 12:05:18
Try alternative invocation with more configure-happy syntax.
Affected files ...
.. //depot/projects/trustedbsd/openbsm/configure#18 edit
.. //depot/projects/trustedbsd/openbsm/configure.ac#20 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/configure#18 (xtext) ====
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#18 .
+# From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#19 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for OpenBSM 1.0a5.
#
@@ -19687,7 +19687,7 @@
rm -f conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
if test "$ac_cv_search_dlsym" = no; then
- for ac_lib in -ldl; do
+ for ac_lib in dl; do
LIBS="-l$ac_lib $ac_func_search_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
==== //depot/projects/trustedbsd/openbsm/configure.ac#20 (text+ko) ====
@@ -3,7 +3,7 @@
AC_PREREQ(2.59)
AC_INIT([OpenBSM], [1.0a5], [trustedbsd-audit at TrustesdBSD.org],[openbsm])
-AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#19 $])
+AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#20 $])
AC_CONFIG_SRCDIR([bin/auditreduce/auditreduce.c])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADER([config/config.h])
@@ -16,7 +16,7 @@
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
-AC_SEARCH_LIBS(dlsym, -ldl,,)
+AC_SEARCH_LIBS(dlsym, dl)
# Checks for header files.
AC_HEADER_STDC
More information about the trustedbsd-cvs
mailing list