added 'gtop_guile_found', 'gtop_want_names', 'gtop_want_guile_names' and

* configure.in: added 'gtop_guile_found', 'gtop_want_names',
'gtop_want_guile_names' and 'gtop_want_examples' for use in
'gtopConf.sh.in'; added 'include' and 'include/glibtop' subdirs.
This commit is contained in:
Martin Baulig
1998-05-21 20:29:23 +00:00
parent 0a5e9d5c24
commit 604c7dc48e

View File

@@ -142,6 +142,24 @@ if test "x$ac_cv_guile_found" = "xyes" ; then
GTOP_GUILE_LIBS="$GTOP_GUILE_LIBS $GUILE_LIBS"
fi
gtop_guile_found="$ac_cv_guile_found"
gtop_want_names="$ac_cv_want_names"
if test "x$ac_cv_guile_found" = "xyes" ; then
gtop_want_guile_names="$ac_cv_want_names"
else
gtop_want_guile_names="no"
fi
gtop_want_examples="$ac_cv_want_examples"
AC_SUBST(gtop_guile_found)
AC_SUBST(gtop_want_names)
AC_SUBST(gtop_want_guile_names)
AC_SUBST(gtop_want_examples)
AC_SUBST(GTOP_LIBS)
AC_SUBST(GTOP_INCS)
AC_SUBST(GTOP_GUILE_LIBS)
@@ -156,6 +174,8 @@ AC_OUTPUT([
Makefile
po/Makefile.in
intl/Makefile
include/Makefile
include/glibtop/Makefile
sysdeps/Makefile
sysdeps/common/Makefile
sysdeps/names/Makefile