mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Implemented a Table-to-Table protocol a.k.a The Pipe.
This commit is contained in:
		@@ -8,7 +8,7 @@ AC_CONFIG_AUX_DIR(tools)
 | 
			
		||||
 | 
			
		||||
AC_ARG_ENABLE(debug,[  --enable-debug          enable internal debugging routines (default: enabled)],,enable_debug=yes)
 | 
			
		||||
AC_ARG_WITH(sysconfig,[  --with-sysconfig=FILE   use specified BIRD system configuration file])
 | 
			
		||||
AC_ARG_WITH(protocols,[  --with-protocols=LIST   include specified routing protocols (default: rip,static)],,[with_protocols="rip,static"])
 | 
			
		||||
AC_ARG_WITH(protocols,[  --with-protocols=LIST   include specified routing protocols (default: rip,static,pipe)],,[with_protocols="rip,static,pipe"])
 | 
			
		||||
AC_ARG_WITH(sysinclude,[  --with-sysinclude=PATH  search for system includes on specified place])
 | 
			
		||||
 | 
			
		||||
if test "$srcdir" = . ; then
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user