search for: wrap32

Displaying 2 results from an estimated 2 matches for "wrap32".

2000 Aug 02
0
Fix for configure.in
.../08/02 19:45:14 @@ -1128,7 +1128,7 @@ # Conditions under which smbwrapper should not be built. if test x$PICFLAG = x; then - echo No support for PIC code - disabling smbwrapper and smbsh + AC_MSG_WARN([No support for PIC code - disabling smbwrapper and smbsh]) WRAP="" WRAP32="" elif test x$ac_cv_func_syscall = xno; then @@ -1343,7 +1343,7 @@ withval="$with_sslinc" case "$withval" in yes|no) - echo "configure: warning: --with-sslinc called without argument - will use default" 1>&w + AC_MSG_WARN([--with-sslinc ca...
2002 Jun 21
1
samba-2.2.5 -- a minor "make install" problem and 2 suggestions
...bd bin/swat +SPROGS = bin/smbd bin/nmbd @SWAT_PROG@ PROGS1 = bin/smbclient bin/smbspool bin/testparm bin/testprns bin/smbstatus bin/smbcontrol bin/tdbbackup bin/make_printerdef @RUNPROG@ PROGS2 = bin/smbpasswd bin/make_smbcodepage bin/rpcclient bin/make_unicodemap bin/smbcacls @WRAPPROG@ @WRAP@ @WRAP32@ @PAM_MOD@ @PDBEDIT@ @LIBSMBCLIENT@ MPROGS = @MPROGS@ @@ -103,7 +103,7 @@ TORTURE_PROGS = bin/smbtorture bin/msgtest bin/masktest bin/locktest bin/locktest2 SHLIBS = libsmbclient -SCRIPTS = $(srcdir)/script/smbtar $(srcdir)/script/findsmb +SCRIPTS = $(srcdir)/script/smbtar script/findsmb...