search for: ac_save_lib

Displaying 8 results from an estimated 8 matches for "ac_save_lib".

Did you mean: ac_save_libs
2003 Aug 30
1
Fink's vorbis-tools patch
...E"; then - CURL_CFLAGS="-I$prefix/include" - fi - - AC_MSG_CHECKING(for libcurl) - no_curl="" - + CURL_LIBS="/usr/lib/libcurl.a -lssl -lcrypto" if test "x$enable_curltest" = "xyes" ; then - ac_save_CFLAGS="$CFLAGS" - ac_save_LIBS="$LIBS" - CFLAGS="$CFLAGS $CURL_CFLAGS" - LIBS="$LIBS $CURL_LIBS" + + ac_save_CFLAGS="$CFLAGS" + ac_save_LIBS="$LIBS" + CFLAGS="$CFLAGS $CURL_CFLAGS" + LIBS="$LIBS $CURL_LIBS" dnl dnl Now check if the...
2007 Jun 06
1
Typo in aclocal.m4
...libflac macros. -- Joshua Kwan --- flac-1.1.4/src/libFLAC++/libFLAC++.m4~ 2007-06-06 00:48:22.000000000 -0700 +++ flac-1.1.4/src/libFLAC++/libFLAC++.m4 2007-06-06 00:48:30.000000000 -0700 @@ -42,7 +42,7 @@ ac_save_CFLAGS="$CFLAGS" ac_save_CXXFLAGS="$CXXFLAGS" ac_save_LIBS="$LIBS" - ac_save_LDPATH="$LD_LIBRARY_PATH" + ac_save_LD_LIBRARY_PATH="$LD_LIBRARY_PATH" CFLAGS="$CFLAGS $LIBFLACPP_CFLAGS" CXXFLAGS="$CXXFLAGS $LIBFLACPP_CFLAGS" LIBS="$LIBS $LIBFLACPP_LIBS" --- flac-1.1.4/src/libFLA...
2001 Apr 19
0
Fwd: Re: 2.2 release imminent.
...> > ac_lib_var=`echo resolv'_'dn_expand | sed 'y%./+-%__p_%'` > > if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then > > echo $ac_n "(cached) $ac_c" 1>&6 > > else > > ac_save_LIBS="$LIBS" > > LIBS="-lresolv $LIBS" > > cat > conftest.$ac_ext <<EOF > > #line 10733 "configure" > > #include "confdefs.h" > > /* Override any gcc2 internal prototype to avoid an error. */ > > /* We use char becau...
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...for deflate in -lz" >&5 ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1543,7 +1545,7 @@ ac_save_LIBS="$LIBS" LIBS="-lz $LIBS" cat > conftest.$ac_ext <<EOF -#line 1547 "configure" +#line 1549 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the ret...
2000 Oct 04
0
2.2.0p1 chroot patch
...for deflate in -lz" >&5 ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1611,7 +1613,7 @@ ac_save_LIBS="$LIBS" LIBS="-lz $LIBS" cat > conftest.$ac_ext <<EOF -#line 1615 "configure" +#line 1617 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the ret...
2000 Jan 19
3
AIX openssh patches
...connect in -lsocks5" >&5 + ac_lib_var=`echo socks5'_'SOCKSconnect | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" + LIBS="-lsocks5 $LIBS" + cat > conftest.$ac_ext <<EOF + #line 6850 "configure" + #include "confdefs.h" + /* Override any gcc2 internal prototype to avoid an error. */ + /* We use char because int might match the return type of a gcc2 +...
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 29
1
HDF5 as a module
...c -r1.30 aclocal.m4 *** aclocal.m4 2000/01/21 07:49:19 1.30 --- aclocal.m4 2000/01/29 00:22:35 *************** *** 543,570 **** AC_MSG_WARN([I found f2c but not libf2c, or libF77 and libI77]) fi]) dnl - dnl R_LIB_HDF5 - dnl - AC_DEFUN(R_LIB_HDF5, - [ AC_CHECK_LIB(hdf5, main, - [ ac_save_LIBS="${LIBS}" - LIBS="-lhdf5 ${LIBS}" - AC_CACHE_CHECK([for HDF5 version >= 1.2], - r_cv_lib_hdf5, - AC_TRY_LINK( - [#include <hdf5.h>], - [ H5T_pers_t convtype = H5T_PERS_SOFT; - H5Tclose ((hid_t) 0);], - r_cv_lib_hdf5=yes, - r_cv_lib_hd...