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:
20
configure.in
20
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
|
||||
|
Reference in New Issue
Block a user