[Xorp-cvs] XORP cvs commit: xorp xorp/config xorp/mibs

Pavlin Radoslavov pavlin at icir.org
Fri Apr 13 18:35:08 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-04-14 01:35:08 UTC

XORP CVS repository


Modified files:
	.             config.h.in configure configure.in 
	config        acfirewall.m4 acifconf.m4 acinet.m4 acipmrt.m4 
	              acipv4.m4 acipv6.m4 aclinux.m4 acsocket.m4 
	              acxorp.m4 compiler_flags.m4 dmalloc.m4 
	mibs          configure configure.in 

Added files:
	config        acopenssl.m4 

Log message:
	Refactor and cleanup the autoconf setup:
	
	* Move the OpenSSL-related stuff to new file config/acopenssl.m4
	* Move all the multicast-related stuff to config/acipmrt.m4
	* Move various Linux-specific stuff to config/aclinux.m4
	* Improve some of the tests
	* Run some of the tests only when appropriate (e.g., include
	  config/aclinux.m4 only if the system is Linux).
	* Remove stuff from mibs/configure.in that is not necessary.
	* Spacing: use 4-tabs spacing (as specified in the XORP coding style guide)
	* Editorial nits

Revision  Changes                                     Path
1.72      +16 -1;  commitid: 1549e46202d077ea6;       xorp/config.h.in
1.2       +36 -40;  commitid: 1549e46202d077ea6;      xorp/config/acfirewall.m4
1.4       +86 -44;  commitid: 1549e46202d077ea6;      xorp/config/acifconf.m4
1.3       +6 -6;  commitid: 1549e46202d077ea6;        xorp/config/acinet.m4
1.8       +557 -120;  commitid: 1549e46202d077ea6;    xorp/config/acipmrt.m4
1.11      +63 -187;  commitid: 1549e46202d077ea6;     xorp/config/acipv4.m4
1.27      +250 -289;  commitid: 1549e46202d077ea6;    xorp/config/acipv6.m4
1.3       +138 -87;  commitid: 1549e46202d077ea6;     xorp/config/aclinux.m4
1.1       +74 -0                                      xorp/config/acopenssl.m4 (new)
1.6       +165 -106;  commitid: 1549e46202d077ea6;    xorp/config/acsocket.m4
1.7       +7 -12;  commitid: 1549e46202d077ea6;       xorp/config/acxorp.m4
1.11      +75 -67;  commitid: 1549e46202d077ea6;      xorp/config/compiler_flags.m4
1.4       +22 -21;  commitid: 1549e46202d077ea6;      xorp/config/dmalloc.m4
1.231     +7679 -8184;  commitid: 1549e46202d077ea6;  xorp/configure
1.192     +409 -458;  commitid: 1549e46202d077ea6;    xorp/configure.in
1.52      +764 -540;  commitid: 1549e46202d077ea6;    xorp/mibs/configure
1.26      +187 -286;  commitid: 1549e46202d077ea6;    xorp/mibs/configure.in



More information about the Xorp-cvs mailing list