aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-08-17 04:14:23 +0800
committerMartin Baulig <martin@src.gnome.org>1998-08-17 04:14:23 +0800
commit8783a09884c10a726be71fcd83ace9ba27027543 (patch)
tree5bc00b690def7551d6b6abaf9a45f37f2529458c /macros
parent20cd42a84f8bda58d4489ba40e0e3f7cb29eaac7 (diff)
downloadgsoc2013-evolution-8783a09884c10a726be71fcd83ace9ba27027543.tar.gz
gsoc2013-evolution-8783a09884c10a726be71fcd83ace9ba27027543.tar.zst
gsoc2013-evolution-8783a09884c10a726be71fcd83ace9ba27027543.zip
`make distcheck' cleanups - Hey, it really works, guys !
svn path=/trunk/; revision=319
Diffstat (limited to 'macros')
-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 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])
td>2014-03-111-0/+1 * Fix the build with newer compilers (such as GCC 4.7).gerald2014-03-103-0/+92 * Remove trailing whitespaces from category langehaupt2014-02-211-1/+1 * According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+2 * - Stop-gap update to fix build on 10.0-BETA1. [1]mandree2014-01-142-11/+15 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-101-6/+2 * Fix typos in COMMENTcs2012-07-291-1/+1 * - Add missing plist entryzi2012-03-252-2/+1 * - Mark BROKEN: incomplete plistpav2012-02-161-0/+2 * - Move all the fetching into fetch phasepav2012-01-022-1/+41