aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-07-06 20:40:50 +0000
committerGuy Harris <guy@alum.mit.edu>2002-07-06 20:40:50 +0000
commit78b3b038e17097671f07427732a18a837c33a44c (patch)
tree886ec7323a363ca81cb8efa03a353abc34abf27c /AUTHORS
parent26543ab3d4271ca6927a020de79666b1f9d24c0e (diff)
From Nix:
Don't add "-I/usr/include" to CFLAGS or CPPFLAGS; GCC 3.1 warns about it, and it's not necessary. Expand the plugin directory path used for installation at installation time, rather than configuration time, so the user can reset "prefix" at installation time. svn path=/trunk/; revision=5828
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS5
1 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index b2869fdd13..d29a78df57 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1306,6 +1306,11 @@ Christopher K. St. John <cks[AT]distributopia.com> {
Apache JServ Protocol v1.3 support
}
+Nix <nix[AT]esperi.demon.co.uk> {
+ Don't add "-I/usr/include" to CFLAGS or CPPFLAGS
+ Expand the plugin directory path at install time
+}
+
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to
give his permission to use his version of snprintf.c.