aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome.m4
blob: 92d97cfae7453e72a26ad421572f0575fcefb937 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
AC_DEFUN([GNOME_CHECK_GNOME],
[
    AC_REQUIRE([GNOME_X_CHECKS])
    AC_CHECK_LIB(gnome, gnome_init, [GNOME_LIBS="-lgnome -lgnomeui"],[
        AC_MSG_ERROR(Gnome libraries not found)],[
        "$GTK_LIBS $x_libs"])   
])

AC_DEFUN([GNOME_INIT],
[   
    AC_SUBST(GNOME_LIBS)
    AC_SUBST(GNOMEUI_LIBS)
    AC_SUBST(GTKXMHTML_LIBS)

    gnome_prefix=$prefix/lib
    AC_ARG_WITH(gnome-includes,
    [--with-gnome-includes  Specify location of GNOME headers],[
    CFLAGS="$CFLAGS -I$withval"
    ])

    AC_ARG_WITH(gnome-libs,
    [--with-gnome-libs  Specify location of GNOME libs],[
    LDFLAGS="$LDFLAGS -L$withval"
    gnome_prefix=$withval
    ])

    AC_ARG_WITH(gnome,
    [--with-gnome       Specify prefix for GNOME files],[
    LDFLAGS="$LDFLAGS -L$withval/lib"
    CFLAGS="$CFLAGS -I$withval/include"
    gnome_prefix=$withval/lib
    ])
    

    if test -e $gnome_prefix/gnomeConf.sh; then
        AC_MSG_CHECKING(Loading gnomeConf.sh values)
        . $gnome_prefix/gnomeConf.sh
    else
        AC_MSG_ERROR(Could not find the gnomeConf.sh file that is generated by gnome-libs install)
    fi
])
?h=EVOLUTION_2_27_5&id=439576bbb5130a5b83167d5899c0ea61103d87e1'>uncomment code that shouldn't be.Rodrigo Moya2005-05-062-9/+14 * Fixes #271679Rodrigo Moya2005-05-0610-64/+256 * removed GAL's e-categories.h include.Rodrigo Moya2005-05-053-2/+5 * Fixes #274406 Removed the additional unref present.Chenthill Palanisamy2005-05-022-1/+6 * Changing the date of commit.Chenthill Palanisamy2005-04-181-1/+1 * Fixes #274476 Send the right value boolean variable meeting toChenthill Palanisamy2005-04-182-2/+8 * Fixes #70035Rodrigo Moya2005-04-082-2/+9 * If the status is busy call open method again, do not remove the client. IFChenthill Palanisamy2005-04-083-2/+25 * Fixes #68423Rodrigo Moya2005-04-054-0/+18 * Fixes #41740Rodrigo Moya2005-04-025-3/+25 * Changing the date of commit.Chenthill Palanisamy2005-04-011-1/+1 * Fixes #73879 Added a function to sensitize/desensitize the attachment bar.Chenthill Palanisamy2005-04-015-1/+41 * Changing the date of commitChenthill Palanisamy2005-03-311-1/+1 * Fixes #73969 Remove the recurrence id property if its present.Chenthill Palanisamy2005-03-312-0/+8 * Fixes #73914Li Yuan2005-03-302-0/+10 * Fixes #44719Rodrigo Moya2005-03-282-0/+8 * Fixes #69272JP Rosevear2005-03-242-14/+16 * Fixes #73320 Check if we are editing the same row and if so do not removeChenthill Palanisamy2005-03-242-1/+8 * Fixes #73508 Set the organizers status as NEEDS ACTION, checking for theChenthill Palanisamy2005-03-242-1/+10 * remove the edit function.Li Yuan2005-03-232-9/+8 * Popup all the menu items when clicked on the source.Chenthill Palanisamy2005-03-222-13/+7 * Fixes #73031Chenthill Palanisamy2005-03-213-9/+48 * if its busy, try again (client_cal_opened_cb): dittoJP Rosevear2005-03-212-0/+8 * abort sequence (e_day_view_on_top_canvas_motion): prevent drag ofJP Rosevear2005-03-213-9/+17 * ensure the color and primary config are set on the personal sourceJP Rosevear2005-03-213-0/+29 * Fixes #44579Li Yuan2005-03-212-3/+20 * Fixes #68525, 68580 Added a boolean variable to avoid crash when a raceChenthill Palanisamy2005-03-182-0/+15 * Fixes #73101Rodrigo Moya2005-03-163-3/+10 * Fixes 72983Rodrigo Moya2005-03-162-0/+8 * when publishing, the to_list will always be null so don't error out thenJP Rosevear2005-03-162-4/+9 * Merge from 2.10 branchJP Rosevear2005-03-154-2/+8 * Fixes #73563JP Rosevear2005-03-142-1/+9 * Fixes #72979 Check whether its a meeting and send appropriate booleanChenthill Palanisamy2005-03-142-2/+20 * Handling static capability for disabling general send options at theSushma Rai2005-03-113-9/+23 * free the ecalcomponent after using it.Not Zed2005-03-113-1/+8 * Fixes #73141 Assign the updated client to priv->client and unref the oldChenthill Palanisamy2005-03-082-0/+11 * disable dialog for asking user which instance(s) to modify.Rodrigo Moya2005-03-062-0/+18 * Fixes #72835Rodrigo Moya2005-03-044-54/+127 * Fixes #69556 Add missing call to attach_mime_part.Harish Krishnaswamy2005-03-012-0/+16 * Fixes #72928Rodrigo Moya2005-03-013-6/+16 * revert fix for 70000, its a ui changeJP Rosevear2005-03-012-1/+5 * Connect the signal to "event", and open the attachment only if its aChenthill Palanisamy2005-03-012-15/+25 * Fixes #72958 If the backend returns success, if the delay delivery is set,Chenthill Palanisamy2005-02-282-3/+34 * Make sure the base uri is same as the one migration code uses. Avoids twoSivaiah Nallagatla2005-02-262-1/+8 * Make mailer depend on libedataserverui.Hans Petter Jansson2005-02-247-6/+16 * Fixes #70000JP Rosevear2005-02-242-0/+8 * Fixes #72006Chenthill Palanisamy2005-02-234-3/+14 * Add one more bug to the ChangeLogJP Rosevear2005-02-231-1/+1 * Fixes #63866, #67714, #62089, #47747, #61495JP Rosevear2005-02-237-153/+305 * Make sure all the default source groups and sources are present by addingSivaiah Nallagatla2005-02-223-12/+261 * if opening the calendar failed, disconnect signals and unref it.Rodrigo Moya2005-02-182-0/+8 * added a boolean variable is_meeting. added a boolean variableChenthill Palanisamy2005-02-188-7/+47 * check return value from e_cal_new, to display a better warning message.Rodrigo Moya2005-02-162-3/+15 * Fixes #72038Rodrigo Moya2005-02-152-0/+11 * Remove the component from the view, if its already present before addingChenthill Palanisamy2005-02-102-2/+20 * Always remove the meeting and scheduling pages when there are noHarish Krishnaswamy2005-02-092-1/+8 * set instance times correctly.Rodrigo Moya2005-02-082-29/+12 * Fixes #61075JP Rosevear2005-02-082-32/+71 * correct the error that was made in the earlier commit that was missing a ':'Harish Krishnaswamy2005-02-051-1/+1 * add messages for calendar/tasks not marked for offline usage.Harish Krishnaswamy2005-02-055-21/+63 * fix the dnd woes on calendar attachments. gui/dialogs/cal-attachment-bar.cHarish Krishnaswamy2005-02-051-1/+1 * fix the dnd woes on calendar attachments. gui/dialogs/cal-attachment-bar.cHarish Krishnaswamy2005-02-052-1/+394 * Add a11y name for attachment button and bars.Harry Lu2005-02-053-0/+11 * Add a string to CompEditorPrivate to store the name of the help section weRodney Dawes2005-02-045-0/+62 * clear the component preview when we update the view.Rodrigo Moya2005-02-045-6/+13 * Fixes #71265Rodrigo Moya2005-02-043-2/+19 * calendar-errors.xml.h changed the warning message string forVivek Jain2005-02-043-2/+8 * Fix for #56901Yong Sun2005-02-042-2/+9 * Update to include new strings from the calendar-errors.xml fileRodney Dawes2005-02-042-0/+11 * add a11y name to url. add a11y name to date completed. add a11y names toLi Yuan2005-02-034-6/+19 * added a warning message for invalid server version added a case to checkVivek Jain2005-02-033-0/+24 * Set the border width for the internal dialog containers to be HIGRodney Dawes2005-02-035-735/+758 * Fixes #72090Rodrigo Moya2005-02-022-31/+40 * Clean up the spacing and padding, and shove the notebook and expanderRodney Dawes2005-02-022-4/+24 * fix typoJP Rosevear2005-02-023-6/+12 * add correct mask for detached recurrences.Rodrigo Moya2005-02-013-0/+10 * only add real data to the array.Rodrigo Moya2005-02-012-2/+8 * Fixes #71944JP Rosevear2005-02-012-0/+8 * And the changelog entry.Hans Petter2005-02-011-0/+5 * Remove the -module flag, this isn't supposed to be a module.Hans Petter Jansson2005-02-011-1/+1 * Remove definition of CalObjUID and include that fromHans Petter Jansson2005-02-012-3/+7 * Use guint instead of ulong for signal ID.Hans Petter Jansson2005-02-012-1/+6 * Fixes #61078Priit Laes2005-01-312-4/+10 * Fixes #64682 Added an X property to identify if the appointment is movedChenthill Palanisamy2005-01-312-2/+15 * Fixes #71452JP Rosevear2005-01-292-2/+30 * use correct key name.Rodrigo Moya2005-01-293-2/+7 * Fixes #33078Rodrigo Moya2005-01-293-133/+102 * Fixes #71485JP Rosevear2005-01-273-2/+15 * objects returned from e_cal_get_objects_for_uid are ECalComponent's, soRodrigo Moya2005-01-262-1/+7 * use full name for the weekday checkbox.Li Yuan2005-01-262-1/+30 * make sure we free the user listJP Rosevear2005-01-262-0/+10 * add a11y name to task table.Li Yuan2005-01-252-0/+10 * if there are detached instances, disable recurrence date widgets.Rodrigo Moya2005-01-242-0/+18 * Fixes #46404JP Rosevear2005-01-225-112/+96 * use receive_objects method instead of individually updating objects. SetRodrigo Moya2005-01-202-2/+9 * use receive_objects method instead of individually updating objects.Rodrigo Moya2005-01-192-27/+18 * Added bug numberRodrigo Moya2005-01-191-0/+2 * killed warnings. (e_week_view_start_editing_event): do nothing if theRodrigo Moya2005-01-193-2/+17 * handle error conditions more gracefully.Harish Krishnaswamy2005-01-182-4/+14 * use libedataserver's e-url.Rodrigo Moya2005-01-178-7/+17