summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-05-21 20:29:23 +0000
committerMartin Baulig <martin@src.gnome.org>1998-05-21 20:29:23 +0000
commit604c7dc48e75d1db91068271f803f71702f2c54c (patch)
treef773568a115e129ed59feb804489b8fdee76aacf
parent0a5e9d5c244d015ea746083a9c46cb26d262c54c (diff)
downloadlibgtop-604c7dc48e75d1db91068271f803f71702f2c54c.tar.gz
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.
-rw-r--r--configure.in20
1 files changed, 20 insertions, 0 deletions
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