]> git.pld-linux.org Git - packages/heartbeat.git/blob - heartbeat-ac.patch
- updated to 1.2.0; files still incomplete
[packages/heartbeat.git] / heartbeat-ac.patch
1 --- heartbeat-1.2.0/configure.in.orig   Tue Feb 17 06:50:30 2004
2 +++ heartbeat-1.2.0/configure.in        Tue Mar 16 13:36:09 2004
3 @@ -258,18 +258,7 @@
4  dnl Determine if we use -w1 or -t1 for ping (in PYTHON Scripts)
5  
6  
7 -AC_MSG_CHECKING(ping option for timeout - w or t)
8 -for PING_TIMEOUT_OPT in "-w1" "-t1"
9 -do
10 -  $PING -nq -c1 $PING_TIMEOUT_OPT localhost > /dev/null 2>&1
11 -  if
12 -    test "$?" = 0
13 -  then
14 -    AC_DEFINE_UNQUOTED(PING_TIMEOUT_OPT, "$PING_TIMEOUT_OPT", option for ping timeout)
15 -    AC_MSG_RESULT($PING_TIMEOUT_OPT)
16 -    break
17 -  fi
18 -done
19 +PING_TIMEOUT_OPT="-w1"
20  AC_SUBST(PING_TIMEOUT_OPT)
21  
22  dnl Determining a route (particularly for "findif").
23 @@ -286,17 +275,7 @@
24  
25  
26  AC_MSG_CHECKING(ifconfig option to list interfaces)
27 -for IFCONFIG_A_OPT in "" "-A" "-a"
28 -do
29 -  $IFCONFIG $IFCONFIG_A_OPT > /dev/null 2>&1
30 -  if
31 -    test "$?" = 0
32 -  then
33 -    AC_DEFINE_UNQUOTED(IFCONFIG_A_OPT, "$IFCONFIG_A_OPT", option for ifconfig command)
34 -    AC_MSG_RESULT($IFCONFIG_A_OPT)
35 -    break
36 -  fi
37 -done
38 +IFCONFIG_A_OPT=""
39  
40  AC_MSG_CHECKING(for the location of the lock directory)
41  for TTY_LOCK_D in /var/lock /var/spool/lock /var/spool/locks
42 @@ -1398,15 +1377,16 @@
43  
44  dnl testing again makes the eventual output a little easier to read
45  if test "${enable_crm}"  = "yes"; then
46 -    AC_OUTPUT(crm/Makefile                                 \
47 -                 crm/common/Makefile                       \
48 -                 crm/cib/Makefile                                      \
49 -                 crm/crmd/Makefile                                     \
50 -                 crm/lrmd/Makefile                                     \
51 -                 crm/pengine/Makefile                      \
52 -                 crm/tengine/Makefile                      \
53 -                 crm/admin/Makefile                        \
54 -)
55 +       :
56 +dnl     AC_OUTPUT(crm/Makefile                             \
57 +dnl              crm/common/Makefile                       \
58 +dnl              crm/cib/Makefile                                      \
59 +dnl              crm/crmd/Makefile                                     \
60 +dnl              crm/lrmd/Makefile                                     \
61 +dnl              crm/pengine/Makefile                      \
62 +dnl              crm/tengine/Makefile                      \
63 +dnl              crm/admin/Makefile                        \
64 +dnl )
65  dnl else
66  dnl For when the CRM is manditory...
67  dnl    if "${enable_crm}" = "no (libxml2 not found)"; then
This page took 0.063779 seconds and 3 git commands to generate.