Date: Tue, 28 Mar 2006 12:06:15 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 94157 for review Message-ID: <200603281206.k2SC6ER3016940@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=94157 Change 94157 by rwatson@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603281206.k2SC6ER3016940>