]> granicus.if.org Git - python/commitdiff
Add test for setpgrp. Fixes #690317.
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 28 Mar 2003 18:37:01 +0000 (18:37 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 28 Mar 2003 18:37:01 +0000 (18:37 +0000)
configure
configure.in
pyconfig.h.in

index 0d9e495834c4231ff03b81c27b3c171b1e36f857..a005779b243bc62fb5fc8445d17b179db76defdc 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.394 .
+# From configure.in Revision: 1.395 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53 for python 2.3.
 #
@@ -908,7 +908,7 @@ esac
 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
 # absolute.
 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
-ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
+ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
 
@@ -12101,6 +12101,7 @@ echo "${ECHO_T}MACHDEP_OBJS" >&6
 
 
 
+
 
 
 for ac_func in alarm chown clock confstr ctermid execv \
@@ -12111,7 +12112,7 @@ for ac_func in alarm chown clock confstr ctermid execv \
  mremap nice pathconf pause plock poll pthread_init \
  putenv readlink realpath \
  select setegid seteuid setgid \
- setlocale setregid setreuid setsid setpgid setuid setvbuf snprintf \
+ setlocale setregid setreuid setsid setpgid setpgrp setuid setvbuf snprintf \
  sigaction siginterrupt sigrelse strftime strptime \
  sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
  truncate uname unsetenv utimes waitpid wcscoll _getpty
@@ -17666,7 +17667,7 @@ esac
 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
 # absolute.
 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
-ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
+ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
 
index bc57591657486295a5e62d5639f25b1a22858f38..586e60ad83b268dd2bba7ef7a0a7dc23028aa8d7 100644 (file)
@@ -1852,7 +1852,7 @@ AC_CHECK_FUNCS(alarm chown clock confstr ctermid execv \
  mremap nice pathconf pause plock poll pthread_init \
  putenv readlink realpath \
  select setegid seteuid setgid \
- setlocale setregid setreuid setsid setpgid setuid setvbuf snprintf \
+ setlocale setregid setreuid setsid setpgid setpgrp setuid setvbuf snprintf \
  sigaction siginterrupt sigrelse strftime strptime \
  sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
  truncate uname unsetenv utimes waitpid wcscoll _getpty)
index e0ab1b9e92bbb02bd02a0e106cb461b5e3eb5a27..9d2447b146ce2b7062d535862c2bc70eeb008d1c 100644 (file)
 /* Define to 1 if you have the `setpgid' function. */
 #undef HAVE_SETPGID
 
+/* Define to 1 if you have the `setpgrp' function. */
+#undef HAVE_SETPGRP
+
 /* Define to 1 if you have the `setregid' function. */
 #undef HAVE_SETREGID