Ondrej Zajicek 
							
						 
					 
					
						
						
							
						
						373d3dbe8d 
					 
					
						
						
							
							Fixes build on Sparc.  
						
						 
						
						
						
						
					 
					
						2010-08-04 13:53:52 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ondrej Zajicek 
							
						 
					 
					
						
						
							
						
						506fa1a73e 
					 
					
						
						
							
							Merge several fixes suggested by Joakim Tjernlund.  
						
						 
						
						
						
						
					 
					
						2010-05-02 22:41:40 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Mares 
							
						 
					 
					
						
						
							
						
						27e3e5e0c9 
					 
					
						
						
							
							Do not forget to propagate LDFLAGS from configure. Allows static linking,  
						
						 
						
						... 
						
						
						
						among other things. 
						
						
					 
					
						2004-08-19 09:15:36 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Mares 
							
						 
					 
					
						
						
							
						
						99955b54be 
					 
					
						
						
							
							Proper building and installation of documentation in the Makefiles.  
						
						 
						
						
						
						
					 
					
						2000-06-09 06:31:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Mares 
							
						 
					 
					
						
						
							
						
						f9254d2349 
					 
					
						
						
							
							Autoconf is *evil*. The sysconfdir and similar variables are unusable in  
						
						 
						
						... 
						
						
						
						C includes as they contain substitutions specific to make.
Worked around by creating sysconf/paths.h which is created from
the Makefile instead of by the configure script. 
						
						
					 
					
						2000-05-08 14:19:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Mares 
							
						 
					 
					
						
						
							
						
						d8508f70b0 
					 
					
						
						
							
							`make install' now works.  
						
						 
						
						
						
						
					 
					
						2000-05-08 13:54:59 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Mares 
							
						 
					 
					
						
						
							
						
						b177724896 
					 
					
						
						
							
							Connected the `doc' subtree to global makefiles.  
						
						 
						
						... 
						
						
						
						All documentation is built in obj/doc (resp. doc/ if you do a stand-alone build).
Use `make docs' to make the whole documentation or `make userdocs' resp.
`make progdocs' for user manual resp. developer's guide. 
						
						
					 
					
						2000-05-05 17:15:56 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Mares 
							
						 
					 
					
						
						
							
						
						973304bc2b 
					 
					
						
						
							
							Don't make dependencies in client directory if the client is not  
						
						 
						
						... 
						
						
						
						configured in. 
						
						
					 
					
						2000-02-14 17:32:50 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Mares 
							
						 
					 
					
						
						
							
						
						7211be1cff 
					 
					
						
						
							
							Configure, link and use the readline library.  
						
						 
						
						
						
						
					 
					
						2000-01-20 13:13:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Mares 
							
						 
					 
					
						
						
							
						
						ed6081502a 
					 
					
						
						
							
							Added skeleton of the client. Does nothing, but at least compiles.  
						
						 
						
						
						
						
					 
					
						1999-10-29 09:44:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Mares 
							
						 
					 
					
						
						
							
						
						a70693ca9b 
					 
					
						
						
							
							Don't forget to export CPPFLAGS to GCC. :)  
						
						 
						
						
						
						
					 
					
						1999-05-21 14:28:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Mares 
							
						 
					 
					
						
						
							
						
						113694892e 
					 
					
						
						
							
							Use $(CC) instead of gcc even when generating dependencies.  
						
						 
						
						
						
						
					 
					
						1999-04-12 17:21:11 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Mares 
							
						 
					 
					
						
						
							
						
						7a2105becd 
					 
					
						
						
							
							Use dmalloc instead of EFence when available (dmalloc has lot of improvements  
						
						 
						
						... 
						
						
						
						over EFence and also hopefully smaller memory overhead, but sadly it's non-free
for commercial use).
If the DMALLOC_OPTIONS environment variable is not set, switch on `reasonable'
checks by default.
Also introduced mb_allocz() for cleared mb_alloc(). 
						
						
					 
					
						1999-03-04 11:36:26 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Mares 
							
						 
					 
					
						
						
							
						
						e834074dd4 
					 
					
						
						
							
							If we are compiling with debugging enabled and libefence is available,  
						
						 
						
						... 
						
						
						
						link it to get debugging malloc. 
						
						
					 
					
						1999-03-01 22:42:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Machek 
							
						 
					 
					
						
						
							
						
						ca6dfded2c 
					 
					
						
						
							
							Make filters actually compiled.  
						
						 
						
						
						
						
					 
					
						1999-01-15 16:52:14 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Mares 
							
						 
					 
					
						
						
							
						
						cceb3e7d2f 
					 
					
						
						
							
							Fixed trivial bug in naming of `depend' file. Argh.  
						
						 
						
						
						
						
					 
					
						1999-01-12 20:36:18 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Mares 
							
						 
					 
					
						
						
							
						
						49e7e5ee0b 
					 
					
						
						
							
							New makefiles. Includes support for out-of-source-tree builds.  
						
						 
						
						
						
						
					 
					
						1999-01-10 00:18:32 +00:00