aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-09-13 01:51:46 +0800
committerMartin Baulig <martin@src.gnome.org>1998-09-13 01:51:46 +0800
commit1fad87fb62d829d24edaf472e6a32b4980fb72bf (patch)
tree456010ad36fac62a1894da281a0b4033f6298d2f
parent5716777409d7c05331e32cc4450719b7548079ea (diff)
downloadgsoc2013-evolution-1fad87fb62d829d24edaf472e6a32b4980fb72bf.tar.gz
gsoc2013-evolution-1fad87fb62d829d24edaf472e6a32b4980fb72bf.tar.zst
gsoc2013-evolution-1fad87fb62d829d24edaf472e6a32b4980fb72bf.zip
Added (AC_SUBST): `libgtop_have_sysinfo'.
1998-09-12 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4: Added (AC_SUBST): `libgtop_have_sysinfo'. svn path=/trunk/; revision=374
-rw-r--r--macros/ChangeLog4
-rw-r--r--macros/gnome-libgtop-sysdeps.m42
2 files changed, 6 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index ceeac81a19..db92f2ca99 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,7 @@
+1998-09-12 Martin Baulig <martin@home-of-linux.org>
+
+ * gnome-libgtop-sysdeps.m4: Added (AC_SUBST): `libgtop_have_sysinfo'.
+
1998-09-09 Martin Baulig <baulig@merkur.uni-trier.de>
* gnome-libgtop-sysdeps.m4: Added check for SMP support.
diff --git a/macros/gnome-libgtop-sysdeps.m4 b/macros/gnome-libgtop-sysdeps.m4
index 1320f0cf5c..35670823f8 100644
--- a/macros/gnome-libgtop-sysdeps.m4
+++ b/macros/gnome-libgtop-sysdeps.m4
@@ -105,6 +105,7 @@ main (void)
else
libgtop_sysdeps_dir=linux
libgtop_use_machine_h=no
+ libgtop_have_sysinfo=yes
fi
libgtop_need_server=no
;;
@@ -133,6 +134,7 @@ main (void)
AC_MSG_RESULT($libgtop_sysdeps_dir)
AC_SUBST(libgtop_sysdeps_dir)
+ AC_SUBST(libgtop_have_sysinfo)
AC_MSG_CHECKING(for machine.h in libgtop sysdeps dir)
AC_MSG_RESULT($libgtop_use_machine_h)
ns'>-0/+63 * See bug #53051 + + * em-subscribe-editor.c (subscribe_set_store): fix typoGary Ekker2004-01-232-1/+7 * Fix prototype to be consistent.Jeremy Katz2004-01-232-2/+6 * remove useless e_mkdir_hier call.JP Rosevear2004-01-232-7/+7 * don't assert if we can't find the component, just continue with next itemRodrigo Moya2004-01-222-2/+9 * uncomment system wide spamd testRadek Doulik2004-01-222-11/+28 * Remove debugging statementJP Rosevear2004-01-222-1/+5 * use the calendar component config dir (gnome_calendar_setup_view_menus):JP Rosevear2004-01-223-3/+20 * *** empty log message ***JP Rosevear2004-01-221-1/+0 * Added missing entry-blog widget.Nat Friedman2004-01-222-0/+23 * Remove. (dialog_to_source): Don't create source dir, backend takes care ofHans Petter Jansson2004-01-222-26/+7 * Translation updated by Kees van den Broek.Vincent van Adrighem2004-01-222-8/+23 * new function.Chris Toshok2004-01-224-17/+185 * Migrate the ETree expanded state files as well as the GalView files.Jeffrey Stedfast2004-01-223-42/+283 * check return value from auth_new_cal_from_source(). Connect toRodrigo Moya2004-01-223-1/+49 * renamed to _source and made them work with ESource's.Rodrigo Moya2004-01-225-30/+61 * call widget_changed here too, since we're changing the destination.Chris Toshok2004-01-222-0/+6 * added 'ECalSourceType' argument to be able to create the ECal correctly.Rodrigo Moya2004-01-222-16/+27 * Update Czech translationMiloslav Trmac2004-01-222-848/+893 * call e_cal_remove_calendar to actually remove the task list via theRodrigo Moya2004-01-212-8/+25 * Updated Korean translation.Changwoo Ryu2004-01-212-1099/+1266 * Fixes #51705Rodrigo Moya2004-01-212-7/+24 * use camel_mkdir(0777) rather than 0777 & st.st_mode which isn't setNot Zed2004-01-212-19/+46 * just use the convienence function for the default gconf client (fixesJP Rosevear2004-01-212-4/+5 * just use the convienence function for the default gconf client (fixesJP Rosevear2004-01-212-8/+8 * only block widgets that existJP Rosevear2004-01-212-8/+19 * Be even more exactly like the GtkButton painting stuffRodney Dawes2004-01-212-9/+12 * set a primary selection if there is one before the rebuildJP Rosevear2004-01-212-6/+27 * ** See bug #53159.Not Zed2004-01-214-17/+36 * [ fixes bug #52955 ] handle the case properly where there are no queryChris Toshok2004-01-213-4/+20 * ** See bug #52996.Not Zed2004-01-213-11/+81 * deal with the groups/sources already being there. Essentially make thisChris Toshok2004-01-214-43/+93 * provide parent iter in/out arg (test_collapse_row_callback): use privJP Rosevear2004-01-212-16/+57 * oopsJeffrey Stedfast2004-01-211-1/+1 * util routine to clear the row reference to the saved primary selectionJP Rosevear2004-01-212-43/+101 * don't build dead filesJP Rosevear2004-01-214-323/+6 * New function to migrate the imap cache. (em_migrate_1_4): Migrate the IMAPJeffrey Stedfast2004-01-212-0/+12 * fixed a type-o that omehow made it in between building and committingJeffrey Stedfast2004-01-211-2/+1 * New function to migrate the imap cache. (em_migrate_1_4): Migrate the IMAPJeffrey Stedfast2004-01-212-3/+82 * check if the collapsing node has its child selected, if so take a rowJP Rosevear2004-01-212-1/+75 * Changed the logic of the visibility of the passwd text so that we hid etheJeffrey Stedfast2004-01-212-1/+7 * do not try to unref when query is NULLSivaiah Nallagatla2004-01-212-1/+9 * Updated the Greek translationKostas Papadimas2004-01-202-10915/+1420 * 2004 -01-20 Sivaiah Nallagatla <snallagatla@novell.com>Sivaiah Nallagatla2004-01-202-2/+9 * ** See Bug #52817.Not Zed2004-01-202-13/+23 * ** See bug #52817.Not Zed2004-01-2015-31/+53 * Make displayed_uid public.Not Zed2004-01-208-17/+63 * load from the just-loaded 'userdoc' rather than rc->user.Not Zed2004-01-203-22/+25 * ** See bug #52885.Not Zed2004-01-202-6/+26 * ** See bug #53028.Not Zed2004-01-202-1/+10 * ** See bug #52990.Not Zed2004-01-203-3/+8 * correct property name c/p errorJP Rosevear2004-01-202-1/+8 * ** See bug #52989.Not Zed2004-01-202-6/+21 * ** See bug #52899.Not Zed2004-01-202-1/+8 * Updated Irish translation.Alastair McKinstry2004-01-202-2598/+1541 * handle the case where we have a bogus uidJP Rosevear2004-01-203-4/+13 * create the data structure for rebuilding the model (free_rebuild_data):JP Rosevear2004-01-202-22/+202 * Get name from correct model column.Hans Petter Jansson2004-01-202-1/+6 * Only unref if we have a query.Hans Petter Jansson2004-01-202-2/+8 * Implement. (load_primary_selection): Use get_primary_source ().Hans Petter Jansson2004-01-202-9/+27 * pasted bug #Radek Doulik2004-01-201-0/+2 * path to gtkhtml's rc file (config_write_style): use MAIL_CONFIG_RC_DIRRadek Doulik2004-01-202-2/+9 * (print_month_small): use e_cal_model_generate_instancesRadek Doulik2004-01-192-4/+7 * uncomment and use ECalModelComponent (print_day_details): useRadek Doulik2004-01-192-76/+88 * Translation updated by Tino Meinen.Vincent van Adrighem2004-01-192-1144/+1282 * add port and "/soap" to source uriSiviaah Nallagatla2004-01-193-4/+17 * removed this like i asked radek to ages ago, just call the parentNot Zed2004-01-196-34/+131 * get the toplevel widget here too, similar to bug 52161.Not Zed2004-01-193-7/+25 * if we can't open the pop3 cache dir, because it doesn't exist, it is notNot Zed2004-01-194-119/+100 * use a CamelURL to properly encode the url we generate.Not Zed2004-01-194-8/+40 * properly decode the mailto url rather than treating it as a simple string.Not Zed2004-01-193-6/+34 * Updated French translation.Christophe Merlet2004-01-192-1028/+1210 * Updated Irish translationAlastair McKinstry2004-01-192-733/+405 * Updated Spanish translation.Francisco Javier F. Serrador2004-01-182-967/+1166 * don't create the component if there is a multiple selectionJP Rosevear2004-01-182-5/+14 * (print_table): set page orientation, it may be changed from lastRadek Doulik2004-01-182-0/+6 * month and week view printing works again, day view is next to fixRadek Doulik2004-01-184-71/+177 * we are required to pass in the end in-out argJP Rosevear2004-01-183-4/+11 * update protosJP Rosevear2004-01-186-90/+135 * Limit the flags we set (or unset) to the folder's permanent flags.Jeffrey Stedfast2004-01-172-9/+14 * Updated Serbian translation.Danilo Å egan2004-01-174-1258/+1323 * Don't run callback if the action was cancelled. (load_source_cb): Ditto.Hans Petter Jansson2004-01-176-10/+84 * pass in an exception to useJP Rosevear2004-01-172-1/+6 * we actually want to not return on any error as well (like NOT FOUND)JP Rosevear2004-01-172-4/+15 * Updated Norwegian translation.Kjartan Maraas2004-01-172-834/+866 * only set the menus and command state if we actually are already displayed,JP Rosevear2004-01-172-3/+11 * removed evolution-mbox-upgrade.c from the buildJeffrey Stedfast2004-01-172-429/+0 * Same.Jeffrey Stedfast2004-01-175-29/+40 * Dump a struct _camel_header_address to an html string.Jeffrey Stedfast2004-01-172-4/+57 * s/g_fre/g_free/Jeffrey Stedfast2004-01-173-17/+23 * Oops.JP Rosevear2004-01-171-0/+17 * convert to GObjectJP Rosevear2004-01-173-57/+69 * updatedJeffrey Stedfast2004-01-171-1/+1 * fixed changelogJeffrey Stedfast2004-01-171-1/+3 * Oops, still need to stat() the src file so we can report what percentageJeffrey Stedfast2004-01-172-1/+7 * Move 'message_list->folder = folder;' out of the uri compare if-block andJeffrey Stedfast2004-01-162-12/+17 * cvsignoreJeffrey Stedfast2004-01-162-0/+4 * don't set old orientation, preview needs right orientation even afterRadek Doulik2004-01-162-5/+7 * added some conf entries for LDAP address setup addedSivaiah Nallagatla2004-01-164-21/+317 * *** empty log message ***Rodrigo Moya2004-01-162-32/+16 * Fixes #52920Rodrigo Moya2004-01-162-2/+9 * added some hook debug h(x)Michael Zucci2004-01-161-0/+7 * change this to check the store using the provider url_cmp and just lookupNot Zed2004-01-165-25/+103 * ** See bug #52467.Not Zed2004-01-162-11/+28 * Implement. (get_paned_position): Implement. (eab_view_new): Connect signalHans Petter Jansson2004-01-163-4/+58 * unref the activity handler.Rodrigo Moya2004-01-162-0/+10 * new function. (impl_createControls): create a task bar also for the tasksRodrigo Moya2004-01-165-17/+57 * Startup files/folders.Not Zed2004-01-167-17/+113 * added mail/default/Makefile and mail/default/C/Makefile.Not Zed2004-01-162-0/+7 * oopsJeffrey Stedfast2004-01-161-1/+1 * fixed a type-oJeffrey Stedfast2004-01-161-1/+1 * Make vfolder_store 'global'.Jeffrey Stedfast2004-01-163-5/+39 * reverted my changes made on Jan 8th.Rodrigo Moya2004-01-162-19/+6 * Fixes bug #52888Jeffrey Stedfast2004-01-162-2/+52 * Make the model sorted. Fixes bug #52888.Jeffrey Stedfast2004-01-162-9/+39 * oops, add major, minor, revision args to g_warningJeffrey Stedfast2004-01-161-4/+6 * Don't select the first unread mesg in the case where no mesg wasJeffrey Stedfast2004-01-162-1/+7 * Only abort the copy if the dest folder both exists and contains data.Jeffrey Stedfast2004-01-162-2/+11 * Only abort the copy if the dest folder both exists and contains data.Jeffrey Stedfast2004-01-162-1/+8 * removed.Rodrigo Moya2004-01-169-193/+139 * update protosJP Rosevear2004-01-167-142/+402 * remove calendar and task keys for upgrade, its done in the calendar nowJP Rosevear2004-01-162-68/+5 * added ForgetPasswords menu item. (command_forget_passwords): callback forRodrigo Moya2004-01-16