Skip to content

Commit

Permalink
Changes to get heartbeat/lib/BasicSanityCheck.in running on Solaris.
Browse files Browse the repository at this point in the history
CVS patchset: 1800
CVS date: 2003/04/15 17:57:04

--HG--
extra : convert_revision : ee1266f6ff931ec67fcc9f23f6b46e575c99ebb2
  • Loading branch information
msoffen committed Apr 15, 2003
1 parent 6e72f70 commit 0102816
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 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.193 $) dnl cvs revision
AC_REVISION($Revision: 1.194 $) dnl cvs revision
AC_CANONICAL_HOST

dnl Some scripts require options to "echo"
Expand Down Expand Up @@ -205,6 +205,7 @@ AC_PATH_PROGS(RAIDSTOP, raidstop)
AC_PATH_PROGS(LIBNETCONFIG, libnet-config)
AC_PATH_PROGS(GETENT, getent)
AC_PATH_PROGS(IP2UTIL, ip)
AC_PATH_PROGS(WHOAMI, whoami)

AC_MSG_CHECKING(which glib config exists)
if test "X${GLIBCONFIG}" = "X"; then
Expand Down Expand Up @@ -316,7 +317,7 @@ done


AC_SUBST(IFCONFIG_A_OPT)

AC_SUBST(WHOAMI)

AC_SUBST(HTML2TXT)
AC_SUBST(POD2MAN)
Expand Down Expand Up @@ -483,15 +484,6 @@ else
AC_MSG_ERROR(no library providing gettext found)
fi

AC_MSG_CHECKING(whether we need to include /usr/local/include)
dnl
dnl this is mainly for FreeBSD...
AC_TRY_COMPILE([#include <libintl.h>],
[int foo=1;],
AC_MSG_RESULT(no),
[AC_MSG_RESULT(yes)
CPPFLAGS="$CPPFLAGS -I/usr/local/include"]),

dnl
dnl Glib allows its headers/libraries to be installed anywhere.
dnl And they provide a command to let you know where they are.
Expand Down

0 comments on commit 0102816

Please sign in to comment.