[PATCH app-xdm 7/9] config: relocate AC_FUNC_FORK in section Check for system library functions

2010-11-22 Thread Gaetan Nadon
No configuration changes.

Signed-off-by: Gaetan Nadon mems...@videotron.ca
---
 configure.ac |   10 ++
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/configure.ac b/configure.ac
index 70d5676..59bc5ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,16 +88,12 @@ AC_CHECK_HEADERS([grp.h syslog.h sys/param.h])
 # Checks for typedefs, structures, and compiler characteristics.
 AC_TYPE_SIGNAL
 
-#--
-#  Check for system library functions
-#
+# Check for system library functions
 # Required system libraries have been searched for and are listed in $LIBS
-#--
+AC_FUNC_FORK
 AC_CHECK_FUNCS([daemon sigaction openlog asprintf setproctitle setusercontext \
 mkstemp getifaddrs getspnam arc4random])
 
-#--
-
 m4_ifdef([AM_SILENT_RULES],[HAVE_AM_SILENT_RULES=yes])
 AM_CONDITIONAL(HAVE_AM_SILENT_RULES, test x$HAVE_AM_SILENT_RULES != x)
 
@@ -105,8 +101,6 @@ XDM_CFLAGS=$XDM_CFLAGS
 GREETER_CFLAGS=$GREETER_CFLAGS
 CHOOSER_CFLAGS=$CHOOSER_CFLAGS
 
-AC_FUNC_FORK
-
 # Find needed libraries for TCP sockets (pre-pended in $LIBS)
 XTRANS_CONNECTION_FLAGS
 
-- 
1.6.0.4

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel


Re: [PATCH app-xdm 7/9] config: relocate AC_FUNC_FORK in section Check for system library functions

2010-11-22 Thread Alan Coopersmith
Gaetan Nadon wrote:
 No configuration changes.
 
 Signed-off-by: Gaetan Nadon mems...@videotron.ca
 ---
  configure.ac |   10 ++
  1 files changed, 2 insertions(+), 8 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
 index 70d5676..59bc5ee 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -88,16 +88,12 @@ AC_CHECK_HEADERS([grp.h syslog.h sys/param.h])
  # Checks for typedefs, structures, and compiler characteristics.
  AC_TYPE_SIGNAL
  
 -#--
 -#Check for system library functions
 -#
 +# Check for system library functions
  # Required system libraries have been searched for and are listed in $LIBS
 -#--
 +AC_FUNC_FORK
  AC_CHECK_FUNCS([daemon sigaction openlog asprintf setproctitle 
 setusercontext \
  mkstemp getifaddrs getspnam arc4random])
  
 -#--
 -
  m4_ifdef([AM_SILENT_RULES],[HAVE_AM_SILENT_RULES=yes])
  AM_CONDITIONAL(HAVE_AM_SILENT_RULES, test x$HAVE_AM_SILENT_RULES != x)
  
 @@ -105,8 +101,6 @@ XDM_CFLAGS=$XDM_CFLAGS
  GREETER_CFLAGS=$GREETER_CFLAGS
  CHOOSER_CFLAGS=$CHOOSER_CFLAGS
  
 -AC_FUNC_FORK
 -
  # Find needed libraries for TCP sockets (pre-pended in $LIBS)
  XTRANS_CONNECTION_FLAGS
  

Reviewed-by: Alan Coopersmith alan.coopersm...@oracle.com

-- 
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel


[PATCH app-xdm 7/9] config: relocate AC_FUNC_FORK in section Check for system library functions

2010-11-12 Thread Gaetan Nadon
No configuration changes.

Signed-off-by: Gaetan Nadon mems...@videotron.ca
---
 configure.ac |   10 ++
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/configure.ac b/configure.ac
index 70d5676..59bc5ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,16 +88,12 @@ AC_CHECK_HEADERS([grp.h syslog.h sys/param.h])
 # Checks for typedefs, structures, and compiler characteristics.
 AC_TYPE_SIGNAL
 
-#--
-#  Check for system library functions
-#
+# Check for system library functions
 # Required system libraries have been searched for and are listed in $LIBS
-#--
+AC_FUNC_FORK
 AC_CHECK_FUNCS([daemon sigaction openlog asprintf setproctitle setusercontext \
 mkstemp getifaddrs getspnam arc4random])
 
-#--
-
 m4_ifdef([AM_SILENT_RULES],[HAVE_AM_SILENT_RULES=yes])
 AM_CONDITIONAL(HAVE_AM_SILENT_RULES, test x$HAVE_AM_SILENT_RULES != x)
 
@@ -105,8 +101,6 @@ XDM_CFLAGS=$XDM_CFLAGS
 GREETER_CFLAGS=$GREETER_CFLAGS
 CHOOSER_CFLAGS=$CHOOSER_CFLAGS
 
-AC_FUNC_FORK
-
 # Find needed libraries for TCP sockets (pre-pended in $LIBS)
 XTRANS_CONNECTION_FLAGS
 
-- 
1.6.0.4

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel