Update of /cvsroot/dhcp-agent/dhcp-agent
In directory usw-pr-cvs1:/tmp/cvs-serv13857
Modified Files:
acinclude.m4 aclocal.m4 configure
Log Message:
rebuilt script, and fixed minor typo in acinclude
Index: acinclude.m4
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/acinclude.m4,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** acinclude.m4 11 Jun 2002 01:50:27 -0000 1.7
--- acinclude.m4 11 Jun 2002 01:58:53 -0000 1.8
***************
*** 156,160 ****
AC_DEFUN(AC_WF_CHECK_KILL_SIGNAL_DETECT,
! [AC_MSG_CHECKING('if kill(0, pid) can be used to detect a process)
AC_TRY_RUN([
/* Check the behaviour of kill(pid, 0).
--- 156,160 ----
AC_DEFUN(AC_WF_CHECK_KILL_SIGNAL_DETECT,
! [AC_MSG_CHECKING(if kill(0, pid) can be used to detect a process)
AC_TRY_RUN([
/* Check the behaviour of kill(pid, 0).
Index: aclocal.m4
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/aclocal.m4,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** aclocal.m4 11 Jun 2002 01:50:27 -0000 1.7
--- aclocal.m4 11 Jun 2002 01:58:53 -0000 1.8
***************
*** 168,172 ****
AC_DEFUN(AC_WF_CHECK_KILL_SIGNAL_DETECT,
! [AC_MSG_CHECKING('if kill(0, pid) can be used to detect a process)
AC_TRY_RUN([
/* Check the behaviour of kill(pid, 0).
--- 168,172 ----
AC_DEFUN(AC_WF_CHECK_KILL_SIGNAL_DETECT,
! [AC_MSG_CHECKING(if kill(0, pid) can be used to detect a process)
AC_TRY_RUN([
/* Check the behaviour of kill(pid, 0).
Index: configure
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/configure,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** configure 10 Jun 2002 23:15:20 -0000 1.19
--- configure 11 Jun 2002 01:58:53 -0000 1.20
***************
*** 1,5 ****
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
! # Generated by Autoconf 2.52 for dhcp-agent 0.36.
#
# Report bugs to <tm...@wh...>.
--- 1,5 ----
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
! # Generated by Autoconf 2.50 for dhcp-agent 0.36.
#
[...3162 lines suppressed...]
{ (exit 1); exit 1; }; }
--- 3806,3810 ----
else
# /dev/null tree
! { { echo "$as_me:3808: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
***************
*** 3985,3989 ****
if test x"$ac_file" != x-; then
if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
! { echo "$as_me:3987: $ac_file is unchanged" >&5
echo "$as_me: $ac_file is unchanged" >&6;}
else
--- 3923,3927 ----
if test x"$ac_file" != x-; then
if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
! { echo "$as_me:3925: $ac_file is unchanged" >&5
echo "$as_me: $ac_file is unchanged" >&6;}
else
|