diff ChangeLog @ 476:29cccddfc307 noffle

[svn] * Makefile.am,Makefile.in: Remove unnecessary install option -D and relace all user.group params in chown with the more modern user:group. Rerun automake. MacOS X doesn't have -D on its install and its chown whinges about user.group. Thanks again to Andre Berger.
author bears
date Tue, 16 Mar 2004 11:44:43 +0000
parents 20abd71918ad
children 48be71391b9d
line wrap: on
line diff
--- a/ChangeLog	Tue Mar 16 10:24:18 2004 +0000
+++ b/ChangeLog	Tue Mar 16 11:44:43 2004 +0000
@@ -2,6 +2,10 @@
 
 * src/authenticate.c: Move includes of grp.h and pwd.h to after the
   include of their pre-requisite headers. Spotted on MacOS X by Andre Berger.
+* Makefile.am,Makefile.in: Remove unnecessary install option -D and relace
+  all user.group params in chown with the more modern user:group. Rerun
+  automake. MacOS X doesn't have -D on its install and its chown whinges
+  about user.group. Thanks again to Andre Berger.
 
 Sun Nov 29 2003 Jim Hague <jim.hague@acm.org>