From 8783a09884c10a726be71fcd83ace9ba27027543 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 16 Aug 1998 20:14:23 +0000 Subject: `make distcheck' cleanups - Hey, it really works, guys ! svn path=/trunk/; revision=319 --- macros/gnome-libgtop-sysdeps.m4 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/macros/gnome-libgtop-sysdeps.m4 b/macros/gnome-libgtop-sysdeps.m4 index c99760a7e9..a3b8b413b1 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]) -- cgit v1.2.3