Skip to content

Commit

Permalink
Changed configure.in so that the "--enable-snmp-subagent" can be used
Browse files Browse the repository at this point in the history
on system that is running autoconf-2.13 as well.
There should be only one AC_OUTPUT() statement in the configure.in file.
Otherwise none of the Makefile will be subsitituted correctly.

CVS patchset: 1576
CVS date: 2003/01/23 22:51:38

--HG--
extra : convert_revision : b95885c4397ec3f926b6ad2a3c549c4588a7adfb
  • Loading branch information
yixiong committed Jan 23, 2003
1 parent 6d84980 commit 2dd44b9
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions configure.in
Expand Up @@ -8,7 +8,7 @@ dnl Initialiase, with sanity check of a unique file in the hierarchy
AC_INIT(heartbeat.spec.in)

AC_CONFIG_AUX_DIR(.)
AC_REVISION($Revision: 1.168 $) dnl cvs revision
AC_REVISION($Revision: 1.169 $) dnl cvs revision
AC_CANONICAL_HOST

dnl Some scripts require options to "echo"
Expand Down Expand Up @@ -1181,16 +1181,9 @@ membership/Makefile \
membership/ccm/Makefile \
telecom/Makefile \
telecom/apphbd/Makefile \
snmp_subagent/Makefile \
)

if
test X$SNMP_SUBAGENT_DIR != X
then
AC_OUTPUT(
snmp_subagent/Makefile \
)
fi

dnl subpackages configuration - perhaps configure it properly some other time
dnl when it has been discussed at linux-ha-dev
dnl AC_CONFIG_SUBDIRS(stonith heartbeat)
Expand Down

0 comments on commit 2dd44b9

Please sign in to comment.