search for: ac_func

Displaying 15 results from an estimated 15 matches for "ac_func".

2000 Aug 26
0
New chroot patch, for 2.1.1p4
...>&5 +echo "configure:1380: checking for obsolete utmp and wtmp in solaris2.x" >&5 sol2ver=`echo "$host"| sed -e 's/.*[0-9]\.//'` if test "$sol2ver" -ge 8; then echo "$ac_t""yes" 1>&6 @@ -1395,12 +1397,12 @@ for ac_func in getpwanam do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:1399: checking for $ac_func" >&5 +echo "configure:1401: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac...
2000 Oct 04
0
2.2.0p1 chroot patch
...>&5 +echo "configure:1435: checking for obsolete utmp and wtmp in solaris2.x" >&5 sol2ver=`echo "$host"| sed -e 's/.*[0-9]\.//'` if test "$sol2ver" -ge 8; then echo "$ac_t""yes" 1>&6 @@ -1450,12 +1452,12 @@ for ac_func in getpwanam do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:1454: checking for $ac_func" >&5 +echo "configure:1456: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac...
2001 Jun 07
0
Patch for systems with no setreuid()
.... */ #undef HAVE_SETREUID +/* Define if you have the setresuid function. */ +#undef HAVE_SETRESUID + /* Define if you have the setrlimit function. */ #undef HAVE_SETRLIMIT --- configure.orig Thu Jun 7 14:12:53 2001 +++ configure Thu Jun 7 14:13:40 2001 @@ -3184,7 +3184,7 @@ fi -for ac_func in arc4random atexit b64_ntop bcopy bindresvport_sa clock fchown fchmod freeaddrinfo futimes gai_strerror getcwd getaddrinfo getgrouplist getnameinfo getrlimit getrusage getttyent getusershell glob inet_aton inet_ntoa inet_ntop innetgr login_getcapbool md5_crypt memmove mkdtemp on_exit openpty real...
2002 Jun 24
0
Rsync 2.5.5: FreeBSD mknod can't create FIFO's
...g.h stdlib.h sys/socket.h sys/mode.h + +for ac_header in sys/filio.h string.h stdlib.h sys/socket.h sys/mode.h sys/un.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then @@ -7736,7 +7737,8 @@ -for ac_func in waitpid wait4 getcwd strdup strerror chown chmod mknod + +for ac_func in waitpid wait4 getcwd strdup strerror chown chmod mknod mkfifo do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5 diff -ur work/rsync-2.5.5/co...
2002 Nov 05
2
2.5.6 release
On Tue, Nov 05, 2002 at 08:37:00AM -0800, Martin Pool wrote: > On 10 Oct 2002, "Green, Paul" <Paul.Green@stratus.com> wrote: > > No new CVS messages have appeared on the rsync-cvs archives since August > > 30th. This seems rather odd-- perhaps a daemon stopped working? If there > > has truly been no activity since that date, I apologize for > >
2003 Jan 13
0
SX-6 port of openssh, configure problems
...roblem as b64_pton() multiply defined, in base64.c and in libc.a. So we modified configure to check both the functions b64_pton() and b64_ntop(). But we gave priority to native function if available. Following are the diffs of three files we changed 1. configure (line modified) 5949c5949 < for ac_func in arc4random atexit b64_ntop bcopy bindresvport_sa \ --- > for ac_func in arc4random atexit b64_ntop b64_pton bcopy bindresvport_sa \ 2. config.h.in (Following lines added) 337a337,339 > > /* Define if you have the `b64_pton' function. */ > #undef HAVE_B64_PTON 3. openbsd-comp...
2023 Mar 16
1
[libnbd PATCH v4 3/3] lib/utils: add unit test for async-signal-safe assert()
...S might not find an otherwise existent prctl() *due to* AC_CHECK_FUNCS not generating "#include <sys/prctl.h>" into the test program. On my RHEL-9.1 install (using autoconf-2.69-38.el9.noarch), I've checked the generated "configure" script. First, we have 18509 for ac_func in \ 18510 posix_fadvise \ 18511 posix_memalign \ 18512 prctl \ 18513 strerrordesc_np \ 18514 valloc 18515 do : 18516 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 18517 ac_fn_c_check_func "$LINENO" "$ac_fun...
2002 Mar 22
2
Bug in compile of rsync 2.5.4 on Tru64 UNIX V5.1a using cc
Greetings, here is the output of the 'configure' step and the compile step (using the Compaq cc compiler that comes with Tru64 V5.1A. The configure reported success and most of the compile steps cam through error/warning free except for the one that stumbled. Can someone help me out here? I am willing to provide a binary for Tru64 V5.1A if we can swat this bug. We depend greatly on Rsync
2008 Mar 04
1
Several changes missing from [HEAD] fileflags.diff
...#39; function. */ > +#undef HAVE_CHFLAGS > + > /* Define to 1 if you have the `chmod' function. */ > #undef HAVE_CHMOD > > diff -up a/configure.sh b/configure.sh > --- a/configure.sh > +++ b/configure.sh > @@ -14789,12 +14789,13 @@ fi > > > > + > for ac_func in waitpid wait4 getcwd strdup chown chmod lchmod mknod > mkfifo \ > fchmod fstat ftruncate strchr readlink link utime utimes > lutimes strftime \ > memmove lchown vsnprintf snprintf vasprintf asprintf setsid > glob strpbrk \ > strlcat strlcpy strtol mallinfo...
2003 Sep 05
2
3.6p1 bug on SCO OpenServer
...t;-- *** configure.orig 2003-03-26 00:12:34.000000000 -0500 --- configure 2003-07-18 17:26:00.000000000 -0400 *************** *** 4588,4593 **** --- 4588,4597 ---- #define DISABLE_FD_PASSING 1 _ACEOF + cat >>confdefs.h <<\_ACEOF + #define WITH_ABBREV_NO_TTY 1 + _ACEOF + for ac_func in getluid setluid --8<-- cut here --8<-- -- Roger Cornelius rac at tenzing.org
2017 Jun 12
0
AIX lacks getopt_long
...])])dnl gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext" ]) # Like AC_REPLACE_FUNCS, except that the module name goes # into gl_LIBOBJS instead of into LIBOBJS. AC_DEFUN([gl_REPLACE_FUNCS], [ m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)]) ]) # Like AC_LIBSOURCES, except the directory where the source file is # expected is derived from the gnulib-tool parameterization, # and alloca is special cased (for the alloca-opt module). # We could also entirely rely on EXTRA_lib..._SOURCES. AC_DEFUN([gl_LIBSOURCES], [ m4_foreach([_gl_NA...
1999 Oct 15
2
IEEE_754 logic
Can anybody of the architects of R enlighten me about the reasoning behind the selection of the IEEE 754 mode for the building of R, please? Special points of interest are: 1. The selection seems to be based on the availability of isnan() and finite(). Is this a common way to test for IEEE 754? 2. The C9x draft introduces isfinite() instead of finite() (and as I see, some systems, e.g. the
2011 Jan 28
2
SNMP And SuSE
...Net-SNMP libraries not found, required for SNMP drivers" The claim that the library doesn't exist is incorrect. The library is properly installed, as demonstrated by the "net-snmp-config" command. Rather, configure fails because the configure step that checks "for ac_func in init_snmp" fails to compile properly. Even if the library is properly installed, the compile fails and configure assumes that the library isn't present. Incidentally, the installed library does include the "init_snmp" entry point. The configure code in question reads like t...
2001 Jan 03
1
chroot.diff
...$ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 3069 "configure" +#line 3071 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func(); below. */ @@ -3694,7 +3696,7 @@ u_int64_t a; a = 1; ; return 0; } EOF -if { (eval echo configure:3698: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3700: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; };...
2008 Feb 15
4
Revised flags patch
...ask setattrlist) dnl cygwin iconv.h defines iconv_open as libiconv_open diff -brpu rsync-3.0.0pre9/configure.sh rsync-3.0.0pre9-flags/configure.sh --- rsync-3.0.0pre9/configure.sh Mon Feb 11 05:16:36 2008 +++ rsync-3.0.0pre9-flags/configure.sh Fri Feb 15 20:15:52 2008 @@ -14794,7 +14794,7 @@ for ac_func in waitpid wait4 getcwd strd memmove lchown vsnprintf snprintf vasprintf asprintf setsid glob strpbrk \ strlcat strlcpy strtol mallinfo getgroups setgroups geteuid getegid \ setlocale setmode open64 lseek64 mkstemp64 mtrace va_copy __va_copy \ - strerror putenv iconv_open locale_c...