diff --git a/configure.in b/configure.in index 7c672b16..c81928b6 100644 --- a/configure.in +++ b/configure.in @@ -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