[Pkg-shadow-commits] r3066 - upstream/trunk

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Tue Sep 8 13:05:59 UTC 2009


Author: nekral-guest
Date: 2009-09-08 13:05:59 +0000 (Tue, 08 Sep 2009)
New Revision: 3066

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/configure.in
Log:
	* configure.in: We do not use SETPGRP_VOID, and already assume
	that setpgrp has a void argument. Remove AC_FUNC_SETPGRP to ease
	cross compiling.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2009-09-07 21:49:29 UTC (rev 3065)
+++ upstream/trunk/ChangeLog	2009-09-08 13:05:59 UTC (rev 3066)
@@ -1,3 +1,9 @@
+2009-09-08  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* configure.in: We do not use SETPGRP_VOID, and already assume
+	that setpgrp has a void argument. Remove AC_FUNC_SETPGRP to ease
+	cross compiling.
+
 2009-09-07  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* man/generate_translations.mak, man/generate_mans.mak,

Modified: upstream/trunk/configure.in
===================================================================
--- upstream/trunk/configure.in	2009-09-07 21:49:29 UTC (rev 3065)
+++ upstream/trunk/configure.in	2009-09-08 13:05:59 UTC (rev 3066)
@@ -112,7 +112,6 @@
 AC_REPLACE_FUNCS(snprintf strcasecmp strdup strerror strstr)
 
 AC_CHECK_FUNC(setpgrp)
-AC_FUNC_SETPGRP
 
 if test "$ac_cv_header_shadow_h" = "yes"; then
 	AC_CACHE_CHECK(for working shadow group support,




More information about the Pkg-shadow-commits mailing list