search for: ac_arg_with

Displaying 20 results from an estimated 269 matches for "ac_arg_with".

2001 Mar 27
0
Kerberos4 / AFS library issues
...=========== RCS file: /var/cvs/openssh/configure.in,v retrieving revision 1.267 diff -u -r1.267 configure.in --- configure.in 2001/03/18 23:09:28 1.267 +++ configure.in 2001/03/27 06:16:46 @@ -404,75 +404,6 @@ ] ) - - -# Check whether user wants Kerberos support -KRB4_MSG="no" -AC_ARG_WITH(kerberos4, - [ --with-kerberos4=PATH Enable Kerberos 4 support], - [ - if test "x$withval" != "xno" ; then - - if test "x$withval" != "xyes" ; then - CPPFLAGS="$CPPFLAGS -I${withval}/include" - LDFLAGS="$LDFLAGS -L${withval}/lib&quo...
2012 Mar 26
1
[PATCH] configure.in: fix AC_ARG_ENABLE and AC_ARG_WITH
...u=true - ] + AS_HELP_STRING([--disable-tunemu], [enable support for the tunemu driver]), + [ AS_IF([test "x$enable_tunemu" = "xyes"], + [ AC_DEFINE(ENABLE_TUNEMU, 1, [Support for tunemu]) + tunemu=true + ], + [tunemu=false]) + ], + [tunemu=false] ) AC_ARG_WITH(windows2000, - AS_HELP_STRING([--with-windows2000], [compile with support for Windows 2000. This disables support for tunneling over existing IPv6 networks.]), - [AC_DEFINE(WITH_WINDOWS2000, 1, [Compile with support for Windows 2000])] + AS_HELP_STRING([--without-windows2000], [compile with supp...
2007 Mar 24
0
configure/makefile cleanup: remove LIBSELINUX, LIBWRAP and LIBPAM
...======================================================== RCS file: /usr/local/src/security/openssh/cvs/openssh/configure.ac,v retrieving revision 1.373 diff -u -p -r1.373 configure.ac --- configure.ac 21 Mar 2007 10:39:57 -0000 1.373 +++ configure.ac 24 Mar 2007 11:31:56 -0000 @@ -1109,8 +1109,7 @@ AC_ARG_WITH(tcp-wrappers, CPPFLAGS="-I${withval} ${CPPFLAGS}" fi fi - LIBWRAP="-lwrap" - LIBS="$LIBWRAP $LIBS" + LIBS="-lwrap $LIBS" AC_MSG_CHECKING(for libwrap) AC_TRY_LINK( [ @@ -1126,7 +1125,7 @@ AC_ARG_WITH(tcp-wrappers, AC_DEF...
2001 Feb 13
1
configure.in reorder patch
...(b[4]!='\0');} - ], - [AC_MSG_RESULT(yes)], - [ - AC_MSG_RESULT(no) - AC_DEFINE(BROKEN_SNPRINTF) - AC_MSG_WARN([****** Your snprintf() function is broken, complain to your vendor]) - ] - ) -fi - -AC_FUNC_GETPGRP - -AC_FUNC_STRFTIME - # Check for PAM libs PAM_MSG="no" AC_ARG_WITH(pam, @@ -452,7 +400,7 @@ LDFLAGS="$saved_LDFLAGS" fi - LIBS="$saved_LIBS -lcrypto" + LIBS="-lcrypto $saved_LIBS" # Basic test to check for compatible version and correct linking # *does not* test for RSA - that comes later. @@ -505,7 +453,7 @@ fi...
1999 Nov 22
0
[PATCH] Fixing a couple of glitches in configure.in (1.2.pre14.)
...member to run autoconf.) diff -ur openssh-1.2pre14.orig/configure.in openssh-1.2pre14/configure.in --- openssh-1.2pre14.orig/configure.in Mon Nov 22 06:11:05 1999 +++ openssh-1.2pre14/configure.in Mon Nov 22 20:21:53 1999 @@ -284,7 +284,7 @@ ) dnl Check whether user wants TCP wrappers support -AC_ARG_WITH(skey, +AC_ARG_WITH(tcp-wrappers, [ --with-tcp-wrappers Enable tcpwrappers support], [ AC_DEFINE(LIBWRAP) @@ -293,7 +293,7 @@ ) dnl Check whether to enable MD5 passwords -AC_ARG_WITH(md5passwords, +AC_ARG_WITH(md5-passwords, [ --with-md5-passwords Enable use of MD5 passwords],...
2000 Oct 25
1
Typo in configure.in
...you mean literals "xno" and "xyes" in all those cases. If that's correct please apply the patch at the end of this message. Regards, Pavel Roskin _____________________ --- configure.in Wed Aug 30 18:20:05 2000 +++ configure.in Wed Oct 25 12:17:19 2000 @@ -326,7 +326,7 @@ AC_ARG_WITH(ssl-dir, [ --with-ssl-dir=PATH Specify path to OpenSSL installation ], [ - if test "x$withval" != "$xno" ; then + if test "x$withval" != "xno" ; then tryssldir=$withval fi ] @@ -824,7 +824,7 @@ AC_ARG_WITH(xauth, [ --with-xauth=PATH...
2001 Jun 08
1
configure --with-catman is supposed to be --with-mantype
...e.in that's specifying --with-catman as an option but the help message says --with-mantype. Here's a patch. - Dave Dykstra *** configure.in.old Fri Jun 8 13:23:13 2001 --- configure.in Fri Jun 8 13:17:47 2001 *************** *** 1422,1428 **** AC_SUBST(INSTALL_SSH_PRNG_CMDS) ! AC_ARG_WITH(catman, [ --with-mantype=man|cat|doc Set man page type], [ case "$withval" in --- 1422,1428 ---- AC_SUBST(INSTALL_SSH_PRNG_CMDS) ! AC_ARG_WITH(mantype, [ --with-mantype=man|cat|doc Set man page type], [ case "$withval" in
2002 Jan 31
2
configure --with-rsh=CMD and default blocking-IO support
...Jan 2002 18:45:18 -0000 @@ -303,6 +303,9 @@ #undef RETSIGTYPE /* */ +#undef RSYNC_RSH + +/* */ #undef RSYNC_PATH /* rsync release version */ Index: rsync/configure.in --- rsync/configure.in 25 Jan 2002 23:19:21 -0000 1.130 +++ rsync/configure.in 30 Jan 2002 18:45:19 -0000 @@ -78,6 +78,10 @@ AC_ARG_WITH(included-popt, [ --with-included-popt use bundled popt library, not from system]) +AC_ARG_WITH(rsh, + [ --with-rsh=CMD set rsh command to CMD (default: \"remsh\" or \"rsh\")], + [ AC_DEFINE_UNQUOTED(RSYNC_RSH, "$with_rsh", [ ]) ]) + AC_ARG_WITH...
2010 Jan 12
1
rgl: bogus configure[.ac] (PR#14183)
...ead of LIBS. To get the path at the correct place into the to PKG_LIBS limitted Makevars, one needs to add the path, when the LIB expansion has been done. Suggested patch: --- rgl/configure.ac.orig Mon Feb 2 14:31:24 2009 +++ rgl/configure.ac Tue Jan 12 06:16:52 2010 @@ -157,9 +157,12 @@ AC_ARG_WITH(gl-libs, [ --with-gl-libs=DIR specify location of OpenGL libs], -[LIBS="${LIBS} -L${withval}"] +[LDFLAGS="${LDFLAGS} -L${withval}" +L_LIB="-L${withval}" +] ) + AC_ARG_WITH(gl-libname, [ --with-gl-libname=NAME specify Library name (defaults to "GL&quo...
2006 Jan 08
3
Allow --without-privsep build.
...T_MSEC +/* Use privilege separation */ +#undef USE_PRIVSEP + /* non-privileged user for privilege separation */ #undef SSH_PRIVSEP_USER --- openssh-4.2p1/configure.ac~ 2005-08-31 17:59:49.000000000 +0100 +++ openssh-4.2p1/configure.ac 2006-01-07 18:41:38.000000000 +0000 @@ -1873,6 +1873,16 @@ AC_ARG_WITH(entropy-timeout, ) AC_DEFINE_UNQUOTED(ENTROPY_TIMEOUT_MSEC, $entropy_timeout) +use_privsep=1 + +AC_ARG_WITH(privsep, + [ --without-privsep Disable privilege separation], + [ + if test "x$withval" = "xno" ; then + use_privsep="" + fi + ] +) SSH_PRIVSEP_U...
2005 Oct 05
1
Problems with autoconf example from r-ext.
...s, I am trying to reproduce the autoconf.ac example from R-ext and fail. My autoconf file looks like this [autoconf.ac] # original by Friedrich Leisch, much changed by BDR AC_INIT([SBMLodeSolveR]) dnl Select an optional include path, from a configure option dnl or from an environment variable. AC_ARG_WITH([sbmlode-include], AC_HELP_STRING([--with-sbmlode-include=INCLUDE_PATH], [the location of SBMLODE header files]), [sbmlode_include_path=$withval]) if test [ -n "$sbmlode_include_path" ] ; then AC_SUBST([CPPFLAGS],["-I${sbmlode_inc...
2002 Jun 24
1
remove --with-rsh
...al/lib" LIBS="$LIBS -lprot -lx -ltinfo -lm" no_dev_ptmx=1 - rsh_path="/usr/bin/rcmd" AC_DEFINE(USE_PIPES) AC_DEFINE(HAVE_SECUREWARE) AC_DEFINE(DISABLE_SHADOW) @@ -1790,17 +1788,6 @@ LIBS="$LIBS $KLIBS $K5LIBS" # Looking for programs, paths and files -AC_ARG_WITH(rsh, - [ --with-rsh=PATH Specify path to remote shell program ], - [ - if test "x$withval" != "$no" ; then - rsh_path=$withval - fi - ], - [ - AC_PATH_PROG(rsh_path, rsh) - ] -) PRIVSEP_PATH=/var/empty AC_ARG_WITH(privsep-path, @@ -1835,9 +1822,6 @@ AC_DEFINE...
2001 Jun 07
2
Patch to enable multiple possible sources of entropy
...uot;); ! } else { ! RAND_add(buf, sizeof(buf), sizeof(buf)); ! } ! ! memset(buf, '\0', sizeof(buf)); ! #endif ! } ! *** configure.in.O Mon Jun 4 12:25:12 2001 --- configure.in Thu Jun 7 13:37:09 2001 *************** *** 1334,1340 **** ] ) ! # Check for PRNGD/EGD pool file AC_ARG_WITH(prngd-port, [ --with-prngd-port=PORT read entropy from PRNGD/EGD localhost:PORT], [ --- 1334,1340 ---- ] ) ! # Check for PRNGD/EGD pool port request AC_ARG_WITH(prngd-port, [ --with-prngd-port=PORT read entropy from PRNGD/EGD localhost:PORT], [ *************** *** 1349,135...
2001 Jun 03
1
OPIE support patch
...nssh-2.5.2p2/configure.in openssh-2.5.2p2/configure.in --- org/openssh-2.5.2p2/configure.in Mon Mar 19 00:09:28 2001 +++ openssh-2.5.2p2/configure.in Sun Jun 3 18:36:22 2001 @@ -473,6 +473,31 @@ ) LIBS="$LIBS $KLIBS" +# Check whether user wants OPIE support +OPIE_MSG="no" +AC_ARG_WITH(opie, + [ --with-opie=PATH Enable OPIE support], + [ + if test "x$withval" != "xno" ; then + + if test "x$withval" != "xyes" ; then + CPPFLAGS="$CPPFLAGS -I${withval}/include" + LDFLAGS="$LDFLAGS -L${withval}/lib" + fi...
2016 Feb 16
2
Call for testing: OpenSSH 7.2
...-897,8 +897,10 @@ mips-sony-bsd|mips-sony-newsos4) AC_MSG_RESULT([no]) fi AC_CHECK_FUNC([setppriv], - [ AC_CHECK_HEADERS([priv.h], [ - SOLARIS_PRIVS="yes" + AC_CHECK_FUNC([priv_basicset], + [ AC_CHECK_HEADERS([priv.h], [ + SOLARIS_PRIVS="yes" + ]) ]) ]) AC_ARG_WITH([solaris-contracts], -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
2015 Dec 16
2
Bug#805508: [PATCH] tools: allow configure time choice of libexec subdirectory.
...ude +LIBEXEC_LIB := @LIBEXEC_LIB@ +LIBEXEC_INC := @LIBEXEC_INC@ SHAREDIR := @SHAREDIR@ MAN1DIR := $(mandir)/man1 diff --git a/m4/paths.m4 b/m4/paths.m4 index 63e0f6b..1a558e1 100644 --- a/m4/paths.m4 +++ b/m4/paths.m4 @@ -62,6 +62,14 @@ AC_ARG_WITH([sysconfig-leaf-dir], CONFIG_LEAF_DIR=$config_leaf_dir AC_SUBST(CONFIG_LEAF_DIR) +dnl autoconf docs suggest to use a "package name" subdir. We make it +dnl configurable for the benefit of those who want e.g. xen-X.Y instead. +AC_ARG_WITH([libexec-leaf-dir], + AS_HELP_STRING([--with...
2013 May 16
3
[PATCH] Use pkg-config for Python
...t compile time]) + ],[ + AC_MSG_WARN([python $PYTHON_VERSION not found]) + ]) + ]) + AC_MSG_CHECKING([Python prefix]) + PYTHON_PREFIX=`$PYTHON -c "import sys; print (sys.prefix)"` + AC_MSG_RESULT([$PYTHON_PREFIX]) AC_ARG_WITH([python-installdir], [AS_HELP_STRING([--with-python-installdir], @@ -1171,11 +1177,10 @@ AS_IF([test "x$enable_python" != "xno"],[ AC_SUBST(PYTHON_PREFIX) AC_SUBST(PYTHON_VERSION) - AC_SUBST(PYTHON_INCLUDEDIR) AC_SUBST(PYTHON_INSTALLDIR)...
2008 Apr 15
1
[LLVMdev] Linking to LLVM libs from new project
...lowing from the Stacker configure.ac file: dnl ************************************************************************** dnl * Set the location of various third-party software packages dnl ************************************************************************** dnl Location of LLVM source code AC_ARG_WITH(llvmsrc,AS_HELP_STRING([--with-llvmsrc],[Location of LLVM Source Code]),AC_SUBST(LLVM_SRC,[$withval]),AC_SUBST(LLVM_SRC,[`cd ${srcdir}/../..; pwd`])) AC_CONFIG_COMMANDS([llvm_src],[],[llvm_src=$LLVM_SRC]) dnl Location of LLVM object code AC_ARG_WITH(llvmobj,AS_HELP_STRING([--with-llvmobj],[Locatio...
2002 Apr 03
2
cross compilation?
.../types.h> -#include <dirent.h> -int main(void){struct dirent d;return(sizeof(d.d_name)<=sizeof(char));} - ], - [AC_MSG_RESULT(yes)], - [ - AC_MSG_RESULT(no) - AC_DEFINE(BROKEN_ONE_BYTE_DIRENT_D_NAME) - ] -) - # Check whether user wants S/Key support SKEY_MSG="no" AC_ARG_WITH(skey, @@ -469,11 +455,13 @@ SKEY_MSG="yes" AC_MSG_CHECKING([for s/key support]) - AC_TRY_RUN( + AC_TRY_LINK( [ -#include <stdio.h> -#include <skey.h> -int main() { char *ff = skey_keyinfo(""); ff=""; return 0; } + #include...
2006 Dec 21
3
New default for SNMP and USB (and HAL) compilation
fellows, I'm working on integrating the preliminary HAL support, and thought a bit about the default configure values below: --with-snmp build and install SNMP drivers (no) --with-usb build and install USB drivers (no) [ --with-hal build and install HAL support (no) ] I wonder if some auto detection magic (if the requirement is present enable the