search for: ac_prog_ranlib

Displaying 11 results from an estimated 11 matches for "ac_prog_ranlib".

1999 Dec 28
1
Patch to detect perl using autoconf
For systems that don't have perl at /usr/bin/perl, fixpaths doesn't run. I've added a check in configure.in to find where perl is and use it to run fixpaths. Here's the patch: --- configure.in.orig Mon Dec 27 23:09:36 1999 +++ configure.in Tue Dec 28 10:16:05 1999 @@ -9,6 +9,7 @@ AC_PROG_RANLIB AC_PROG_INSTALL AC_CHECK_PROG(AR, ar, ar) +AC_CHECK_PROG(PERL, perl, perl) AC_PATH_PROG(xauth_path, xauth) dnl Use ip address instead of hostname in $DISPLAY --- Makefile.in.orig Tue Dec 28 10:22:27 1999 +++ Makefile.in Tue Dec 28 10:23:54 1999 @@ -25,6 +25,7 @@ AR=@AR@ RANLIB=@RANLIB@ INS...
2007 Sep 23
1
Trouble Compiling svn Vorbis-Tools
...s, please wait.... aclocal configure.ac:32: warning: macro `AM_GNU_GETTEXT' not found in library autoheader libtoolize --automake automake --add-missing share/Makefile.am:5: library used but `RANLIB' is undefined share/Makefile.am:5: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB' share/Makefile.am:5: to `configure.ac' and run `autoconf' again. andrew@ilium:~/Desktop/vorbis-tools$ This is on an Ubuntu Dapper system with the following tools: andrew@ilium:~$ autoconf --version autoconf (GNU Autoconf) 2.61 andrew@ilium:~$ automake --version automake (GNU auto...
2006 Feb 03
3
OpenSSH_4.3p1 configure patch
...t LIBWRAP@,$LIBWRAP,;t t s, at LIBEDIT@,$LIBEDIT,;t t s, at LIBPAM@,$LIBPAM,;t t diff -ru openssh-4.3p1/configure.ac openssh/configure.ac --- openssh-4.3p1/configure.ac 2006-01-29 05:22:39.000000000 -0800 +++ openssh/configure.ac 2006-02-02 16:10:29.540763142 -0800 @@ -27,6 +27,7 @@ AC_PROG_CPP AC_PROG_RANLIB AC_PROG_INSTALL +AC_PROG_EGREP AC_PATH_PROG(AR, ar) AC_PATH_PROG(CAT, cat) AC_PATH_PROG(KILL, kill) @@ -1832,7 +1833,7 @@ [AC_LANG_SOURCE([[ #include <string.h> #include <openssl/evp.h> -int main(void) { exit(EVP_aes_192_cbc() == NULL || EVP_aes_256_cbc() == NULL)} +int main(voi...
2005 Nov 21
1
dovecot-lda macro `AM_PROG_LIBTOOL' not found in library
...all-sh' configure.in <http://configure.in>: installing `./missing' src/Makefile.am: installing `./depcomp' src/libsieve/Makefile.am:1: library used but `RANLIB' is undefined src/libsieve/Makefile.am:1: src/libsieve/Makefile.am:1: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB' src/libsieve/Makefile.am:1: to `configure.in' and run `autoconf' again. configure.in <http://configure.in>: installing `./ylwrap' Makefile.am <http://Makefile.am>: installing `./INSTALL' configure.in:4 <http://configure.in:4>: required file `lda-config.h.in&lt...
2006 Jun 16
1
building dovecot lda on solaris 9
...depCC does not appear in AM_CONDITIONAL /usr/local/share/automake-1.9/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL src/libsieve/Makefile.am:5: library used but `RANLIB' is undefined src/libsieve/Makefile.am:5: src/libsieve/Makefile.am:5: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB' src/libsieve/Makefile.am:5: to `configure.in' and run `autoconf' again. /usr/local/share/automake-1.9/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /usr/local/share/automake-1.9/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
2001 Feb 05
1
Minor configure.in check
...not be found when it steps into openbsd-compat/. I've not heard of this bug before but this is the following fix. Any particle reason for us not to commit this? - Ben --- ../openssh/configure.in Sat Feb 3 17:04:03 2001 +++ configure.in Mon Feb 5 13:24:41 2001 @@ -8,7 +8,7 @@ AC_PROG_CPP AC_PROG_RANLIB AC_PROG_INSTALL -AC_CHECK_PROG(AR, ar, ar) +AC_PATH_PROG(AR, ar) AC_PATH_PROG(PERL, perl) AC_SUBST(PERL) AC_PATH_PROG(ENT, ent)
2013 Sep 19
0
[PATCH] also look for host-prefixed ar
...autoconf docs say that the former calls AC_SUBST. Applies to OpenSSH portable 6.3p1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4a1b503..460addd 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ AC_PROG_CPP AC_PROG_RANLIB AC_PROG_INSTALL AC_PROG_EGREP -AC_PATH_PROG([AR], [ar]) +AC_CHECK_TOOLS([AR], [ar]) AC_PATH_PROG([CAT], [cat]) AC_PATH_PROG([KILL], [kill]) AC_PATH_PROGS([PERL], [perl5 perl]) -- 1.8.4
2003 Nov 15
2
[patch] 3.7.1p2: slogin symlink fixes
...dir); \ fi diff -up --recursive --new-file openssh-3.6.1p2.macro/configure.ac openssh-3.6.1p2/configure.ac --- openssh-3.6.1p2.macro/configure.ac 2003-04-29 09:12:08.000000000 +0000 +++ openssh-3.6.1p2/configure.ac 2003-05-06 20:53:51.000000000 +0000 @@ -12,6 +12,7 @@ AC_C_BIGENDIAN AC_PROG_CPP AC_PROG_RANLIB AC_PROG_INSTALL +AC_PROG_LN_S AC_PATH_PROG(AR, ar) AC_PATH_PROGS(PERL, perl5 perl) AC_PATH_PROG(SED, sed)
2001 Apr 24
10
Call for testing for coming 2.9 release.
If we can get people to test their platforms against the last snapshot/cvs tree I'd be greatful. (http://www.openssh.com/portable.html) I know NeXT platform has problems. I'm going to spend tonight looking at it. Also, take a moment to see what manpage type ./configure decided for your system and if it's 'cat' please let us know. Thanks. - Ben
1999 Nov 23
0
[PATCH] Adding BSD compatible install script to 1.2pre14.
...onfig $(sysconfdir)/sshd_config; \ fi distclean: clean diff -urN 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 Tue Nov 23 10:38:55 1999 @@ -6,6 +6,7 @@ AC_PROG_CC AC_PROG_CPP AC_PROG_RANLIB +AC_PROG_INSTALL AC_CHECK_PROG(AR, ar, ar) if test "$GCC" = "yes"; then CFLAGS="$CFLAGS -Wall"; fi diff -urN openssh-1.2pre14.orig/install-sh openssh-1.2pre14/install-sh --- openssh-1.2pre14.orig/install-sh Thu Jan 1 01:00:00 1970 +++ openssh-1.2pre14/install-sh M...
2001 May 21
1
2.9p1 patches
...if (*pattern != TILDE_CHAR || !(pglob->gl_flags & GLOB_TILDE)) return pattern; /* Copy up to the end of the string or / */ --- configure.in.orig Fri May 18 20:50:43 2001 +++ configure.in Fri May 18 23:45:09 2001 @@ -9,6 +9,7 @@ # Checks for programs. AC_PROG_CPP +AC_SYS_LARGEFILE AC_PROG_RANLIB AC_PROG_INSTALL AC_PATH_PROG(AR, ar) @@ -285,35 +256,56 @@ ] ) +dnl for PCRE regex library AC_ARG_WITH(pcre, - [ --with-pcre Override built in regex library with pcre], - [ - - AC_CHECK_LIB(pcre, pcre_info, - [ - AC_DEFINE(HAVE_LIBPCRE) - LIBS="$LIBS -lpcrepos...