Author: metze Date: 2005-09-08 11:26:42 +0000 (Thu, 08 Sep 2005) New Revision: 10080
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10080 Log: [EMAIL PROTECTED] (orig r10071): jpeach | 2005-09-08 10:18:08 +0200 Configure checks for IRIX build environment. Test whether we can use the MIPSPro 7.4 -c99 option to get C99 support. Try to find a common perl that is more modern than /usr/bin/perl. [EMAIL PROTECTED] (orig r10072): abartlet | 2005-09-08 11:08:13 +0200 Fix mismerge weridness in error handling. Andrew Bartlett [EMAIL PROTECTED] (orig r10073): metze | 2005-09-08 11:45:19 +0200 ignore generated files metze [EMAIL PROTECTED] (orig r10074): jelmer | 2005-09-08 12:35:55 +0200 Pass CPP to pidl via environment variables rather then config.pm. This fixes the standalone pidl build (as used for ethereal) [EMAIL PROTECTED] (orig r10075): metze | 2005-09-08 12:49:21 +0200 fix warning with autoconf 2.59 on SuSE 9.3 (don't use m4_regexp: use regexp or m4_bregexp) metze [EMAIL PROTECTED] (orig r10076): metze | 2005-09-08 12:55:05 +0200 this macro was moved to build/m4/smb_cc_featues.m4 metze [EMAIL PROTECTED] (orig r10077): metze | 2005-09-08 13:01:39 +0200 - move gcc option checks to check_cc.m4 - only use -g if supported - don't allow AC_PROG_C and friends to autoset the CFLAGS (we don't want -g -02 by default..., maybe a configure option for -OX could be useful...) metze [EMAIL PROTECTED] (orig r10078): metze | 2005-09-08 13:26:05 +0200 - add a 'struct data_blob_list_item' - use this for the send_queue's of the different stream_servers to not redefine the same struct so often, and it maybe will be used in other places too metze Added: branches/tmp/samba4-winsrepl/source/build/m4/ax_cflags_irix_option.m4 branches/tmp/samba4-winsrepl/source/build/m4/smb_cc_features.m4 Modified: branches/tmp/samba4-winsrepl/ branches/tmp/samba4-winsrepl/source/aclocal.m4 branches/tmp/samba4-winsrepl/source/build/m4/check_cc.m4 branches/tmp/samba4-winsrepl/source/build/m4/check_path.m4 branches/tmp/samba4-winsrepl/source/build/m4/check_perl.m4 branches/tmp/samba4-winsrepl/source/build/m4/env.m4 branches/tmp/samba4-winsrepl/source/build/m4/rewrite.m4 branches/tmp/samba4-winsrepl/source/heimdal/lib/gssapi/accept_sec_context.c branches/tmp/samba4-winsrepl/source/include/smb.h branches/tmp/samba4-winsrepl/source/ldap_server/ldap_server.c branches/tmp/samba4-winsrepl/source/ldap_server/ldap_server.h branches/tmp/samba4-winsrepl/source/lib/registry/ branches/tmp/samba4-winsrepl/source/lib/registry/config.mk branches/tmp/samba4-winsrepl/source/pidl/idl.yp branches/tmp/samba4-winsrepl/source/pidl/lib/Parse/Pidl/IDL.pm branches/tmp/samba4-winsrepl/source/rpc_server/dcerpc_server.c branches/tmp/samba4-winsrepl/source/rpc_server/dcerpc_server.h branches/tmp/samba4-winsrepl/source/rpc_server/dcerpc_sock.c branches/tmp/samba4-winsrepl/source/winbind/wb_server.c Changeset: Sorry, the patch is too large (1004 lines) to include; please use WebSVN to see it! WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10080
