search for: ac_c

Displaying 20 results from an estimated 20 matches for "ac_c".

Did you mean: ac_
2000 Oct 04
0
2.2.0p1 chroot patch
..." ac_help="$ac_help --with-ipaddr-display Use ip address instead of hostname in \$DISPLAY" @@ -588,7 +590,7 @@ # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:592: checking for $ac_word" >&5 +echo "configure:594: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c&quot...
2000 Aug 26
0
New chroot patch, for 2.1.1p4
..." ac_help="$ac_help --with-ipaddr-display Use ip address instead of hostname in \$DISPLAY" @@ -588,7 +590,7 @@ # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:592: checking for $ac_word" >&5 +echo "configure:594: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c&quot...
1999 Dec 23
0
Patch to make pre19 work with NetBSD
...the patch below, openssh will compile and run on NetBSD again. Thanks, David --- configure.orig Tue Dec 21 06:51:22 1999 +++ configure Thu Dec 23 14:15:16 1999 @@ -2073,12 +2073,43 @@ fi rm -f conftest* -echo $ac_n "checking whether pam_strerror takes only one argument""... $ac_c" 1>&6 -echo "configure:2078: checking whether pam_strerror takes only one argument" >&5 +echo $ac_n "checking For struct lastlog in utmp.h""... $ac_c" 1>&6 +echo "configure:2078: checking For struct lastlog in utmp.h" >&5 cat...
2000 Jan 19
3
AIX openssh patches
...able Kerberos 4 support" ac_help="$ac_help --with-afs=PATH Enable AFS support" *************** *** 2245,2250 **** --- 2253,2282 ---- rm -f conftest* fi + # check for the AIX authenticate + echo $ac_n "checking whether to use AIX authenticate""... $ac_c" 1>&6 + echo "configure:XXXX: checking whether to use AIX authenticate" >&5 + # Check whether --with-aixauthenticate or --without-aixauthenticate was given. + if test "${with_aixauthenticate+set}" = set; then + withval="$with_aixauthenticate" +...
2004 Sep 10
0
Re: FLAC 1.0.4 released
...6:57:49 2002 @@ -261,7 +261,7 @@ main () fclose(output); exit(0); } -], . conftest.id3; echo "${ID3LIB_MAJOR}.${ID3LIB_MINOR}.${ID3LIB_PATCH}", AC_MSG_WARN(could not determine id3lib version),[echo $ac_n "cross compiling; assuming ${ID3LIB_MAJOR}.${ID3LIB_MINOR}.${ID3LIB_PATCH} $ac_c"]) +], . ./conftest.id3; echo "${ID3LIB_MAJOR}.${ID3LIB_MINOR}.${ID3LIB_PATCH}", AC_MSG_WARN(could not determine id3lib version),[echo $ac_n "cross compiling; assuming ${ID3LIB_MAJOR}.${ID3LIB_MINOR}.${ID3LIB_PATCH} $ac_c"]) AC_DEFINE_UNQUOTED(ID3LIB_MAJOR, $ID3LIB_MAJOR)...
1999 Dec 09
0
xauth location in openssh-1.2pre17
...** */ --- configure.orig Thu Dec 9 14:16:54 1999 +++ configure Thu Dec 9 14:14:49 1999 @@ -2282,6 +2282,46 @@ fi +# Extract the first word of "xauth", so it can be a program name with args. +set dummy xauth; ac_word=$2 +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +echo "configure:2289: checking for $ac_word" >&5 +if eval "test \"`echo '$''{'ac_cv_path_xauth_path'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + case "$xauth_path" in +...
2000 Mar 11
1
OpenSSH 1.2.3 Configure
...t is much improved, but I still had problems with the OpenSSL detection. Had to tweak it a bit: *** configure-1.2.3pre1 Sat Mar 11 03:29:00 2000 --- configure Sat Mar 11 03:15:55 2000 *************** *** 1887,1895 **** fi echo $ac_n "checking for OpenSSL/SSLeay directory""... $ac_c" 1>&6 echo "configure:1890: checking for OpenSSL/SSLeay directory" >&5 ! for ssldir in "" $tryssldir /usr /usr/local/openssl /usr/lib/openssl /usr/local/ssl /usr/lib/ssl /usr/local /usr/pkg /opt /opt/openssl ; do if test ! -z "$ssldir" ; th...
1999 Dec 27
1
More patches to fix NetBSD compiling
...ESULT(yes); ], + [AC_MSG_RESULT(no)] +) dnl Look for lastlog location AC_ARG_WITH(lastlog, --- configure.orig Mon Dec 27 09:15:10 1999 +++ configure Mon Dec 27 09:15:17 1999 @@ -2348,6 +2348,48 @@ fi rm -f conftest* +echo $ac_n "checking whether utmp.h has ut_pid field""... $ac_c" 1>&6 +echo "configure:2353: checking whether utmp.h has ut_pid field" >&5 +cat > conftest.$ac_ext <<EOF +#line 2355 "configure" +#include "confdefs.h" +#include <utmp.h> +EOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5...
2001 Apr 19
0
Fwd: Re: 2.2 release imminent.
...his helps (I have a diff of the source/configure script >listed below): > ># diff configure.orig configure >10788c10788,10836 >< LIBS="$LIBS -ldes425 -lkrb5 -lcrypto -lcom_err" >--- > > echo $ac_n "checking for dn_expand in -lresolv""... $ac_c" 1>&6 > > echo "configure:10725: checking for dn_expand in -lresolv" >&5 > > ac_lib_var=`echo resolv'_'dn_expand | sed 'y%./+-%__p_%'` > > if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\&quot...
2004 Sep 10
9
FLAC 1.0.4 released
I uploaded the source tarball and binary releases for win32 and redhat 7. Solaris package should be ready tomorrow. See the news item for all the improvements from 1.0.3: http://flac.sourceforge.net/news.html#20020924 Developers, see the new Doxygen-based API docs: http://flac.sourceforge.net/api/index.html Thanks again to all the contributors and testers. Josh
2001 Mar 16
3
Patches for NetBSD
...15 20:35:58 wiz Exp $ --- configure.orig Sun Feb 25 20:58:48 2001 +++ configure Wed Mar 14 22:03:19 2001 @@ -2086,6 +2086,8 @@ HAVE_OSS_TRUE='#' HAVE_OSS_FALSE= fi +HAVE_OSS_TRUE= +HAVE_OSS_FALSE='#' echo $ac_n "checking for snd_pcm_open in -lasound""... $ac_c" 1>&6 $NetBSD: patch-ab,v 1.1.1.1 2001/03/15 20:35:58 wiz Exp $ --- ../libao-0.6.0.orig/src/plugins/oss/ao_oss.c Fri Feb 23 17:31:48 2001 +++ src/plugins/oss/ao_oss.c Wed Mar 14 22:12:22 2001 @@ -113,7 +113,7 @@ } } else { /* default: first tr...
2003 Oct 03
2
Cygwin/rsync Hang Problem Testing Results
People of cygwin & rsync, I recently attempted to get cygwin and rsync working to solve a backup/mirroring need in my computer life. Well, as you might guess, I ran into a little but of trouble. Strangely enough, rsync seemed to be regularly hanging when I attempted to do a "get" (sycronize a remote to a local dir). Well, considering I want to automate this, that was not going
2000 Feb 26
1
OpenSSH on HP-UX 11 with TCB
...fi CFLAGS="$CFLAGS -D_HPUX_SOURCE" cat >> confdefs.h <<\EOF #define IPADDR_IN_DISPLAY 1 EOF cat >> confdefs.h <<\EOF #define USE_UTMPX 1 EOF echo $ac_n "checking for HPUX trusted system password database""... $ac_c" 1>&6 echo "configure:1301: checking for HPUX trusted system password database" >&5 if test -f /tcb/files/auth/system/default; then echo "$ac_t""yes" 1>&6 cat >> confdefs.h <<\EOF #define HAV...
2001 Jun 07
0
Patch for systems with no setreuid()
...setenv setegid seteuid setlogin setproctitle setresgid setreuid setresuid setrlimit setsid sigaction sigvec snprintf strerror strlcat strlcpy strmode strsep strtok_r sysconf tcgetpgrp utimes vsnprintf vhangup vis waitpid _getpty __b64_ntop do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:3191: checking for $ac_func" >&5 --- configure.in.orig Thu Jun 7 14:12:44 2001 +++ configure.in Thu Jun 7 14:13:10 2001 @@ -447,7 +447,7 @@ ) dnl Checks for library functions. -AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_...
2001 Apr 09
13
2.2 release imminent.
Well, as Andrew shouted at me again this weekend it's getting to be about that time.... :-) :-). Yep, we're thinking we should do an official 2.2 Samba release early next week, so if you have anything you can't live with, now would be a good time to tell us.... :-). It's been gestating longer than an elephant, so it's really time to let it out into the world and do its own
2000 Jan 05
3
openssh-1.2.1pre24 on SCO
Yo All! Sorry if this is obvious but I am new to openssh. I have used the original ssh for a while and am familiar with it (and it's restrictive license). I am trying to port openssh-1.2.1pre24 on to SCO UnixWare 7.1.0. I will post the small patches when it is really running. Two problems, SCO has no /dev/random so I installed egd-0.6. It usually works but sometimes dies. I have sent
2000 Mar 11
3
TEST RELEASE: openssh-1.2.3pre1
I have just uploaded a test release of 1.2.3. It includes numerous fixes from the OpenBSD team and should fix the stupid configure bugs of 1.2.2p1. http://violet.ibs.com.au/openssh/files/test/ A detailed ChangeLog is in the directory. Please report successes and failures. Regards, Damien Miller -- | "Bombay is 250ms from New York in the new world order" - Alan Cox | Damien Miller -
2003 Aug 30
1
Fink's vorbis-tools patch
...ew. dnl + AC_MSG_CHECKING(for libcurl) + no_curl="" + rm -f conf.curltest AC_TRY_RUN([ #include <stdio.h> @@ -468,53 +452,57 @@ return 0; } +void func () +{ + curl_easy_perform(0); +} ],, no_curl=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"]) - CFLAGS="$ac_save_CFLAGS" - LIBS="$ac_save_LIBS" - fi - - if test "x$no_curl" = "x" ; then - AC_MSG_RESULT(yes) - ifelse([$1], , :, [$1]) - else - AC_MSG_RESULT(no) - if test -f conf.curltest ; then - : -...
2001 Jan 03
1
chroot.diff
...Enable user chrooting through magic token" +ac_help="$ac_help --without-shadow Disable shadow password support" ac_help="$ac_help --with-ipaddr-display Use ip address instead of hostname in \$DISPLAY" @@ -3065,7 +3067,7 @@ echo $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. */ @@ -...
2001 Mar 29
3
Patches for OpenSSH 2.5.2p2: evaluate /etc/default/login, makefiles manpages
...derr, " %.512s\n", env[i]); } /* we have to stash the hostname before we close our socket. */ if (options.use_login) --- configure.in.orig-2.5.2p2 Mon Mar 19 00:09:28 2001 +++ configure.in Wed Mar 21 17:20:12 2001 @@ -368,7 +368,7 @@ AC_FUNC_STRFTIME # Checks for header files. -AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h getopt.h glob.h lastlog.h limits.h login.h login_cap.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h regex.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h sys/queue.h sys/select.h sys/stat.h sys/...