summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-08-16 20:14:23 +0000
committerMartin Baulig <martin@src.gnome.org>1998-08-16 20:14:23 +0000
commit8a6a0b664b703dda6f800a0f2706f92240a24d1c (patch)
tree42dae0028d15f925042dadf3d8b4fd589e18d1bf
parent2e22c5f56bceb93a642553dd588b6458ca156a05 (diff)
downloadgnome-common-8a6a0b664b703dda6f800a0f2706f92240a24d1c.tar.gz
`make distcheck' cleanups - Hey, it really works, guys !
svn path=/trunk/; revision=332
-rw-r--r--macros/gnome-libgtop-sysdeps.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/macros/gnome-libgtop-sysdeps.m4 b/macros/gnome-libgtop-sysdeps.m4
index c99760a..a3b8b41 100644
--- a/macros/gnome-libgtop-sysdeps.m4
+++ b/macros/gnome-libgtop-sysdeps.m4
@@ -17,6 +17,12 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
AC_SUBST(libgtop_use_machine_h)
AC_SUBST(libgtop_need_server)
+ AC_ARG_WITH(libgtop-examples,
+ [ --with-libgtop-examples Build the libgtop examples (default=yes)],[
+ build_examples="$withval"], [build_examples=yes])
+
+ AM_CONDITIONAL(EXAMPLES, test x"$build_examples" = xyes)
+
AC_ARG_WITH(linux-table,
[ --with-linux-table Use the table () function from Martin Baulig],[
linux_table="$withval"],[linux_table=auto])