diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1999-09-28 04:57:07 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-09-28 04:57:07 +0800 |
commit | e70989293422a6f871175c805715f84afa23e8f3 (patch) | |
tree | d3748b84ea5e6ceb508f65b7b56b6ca9f4e26265 /macros/gnome-pilot.m4 | |
parent | 241a65b72b3620f85bad00fac28d268e5f47d2d6 (diff) | |
download | gsoc2013-evolution-e70989293422a6f871175c805715f84afa23e8f3.tar gsoc2013-evolution-e70989293422a6f871175c805715f84afa23e8f3.tar.gz gsoc2013-evolution-e70989293422a6f871175c805715f84afa23e8f3.tar.bz2 gsoc2013-evolution-e70989293422a6f871175c805715f84afa23e8f3.tar.lz gsoc2013-evolution-e70989293422a6f871175c805715f84afa23e8f3.tar.xz gsoc2013-evolution-e70989293422a6f871175c805715f84afa23e8f3.tar.zst gsoc2013-evolution-e70989293422a6f871175c805715f84afa23e8f3.zip |
ditto (mark_current_day): ditto (month_view_set): ditto
1999-09-27 Miguel de Icaza <miguel@nuclecu.unam.mx>
* month-view.c (add_event): ditto
(mark_current_day): ditto
(month_view_set): ditto
* goto.c (goto_dialog): ditto.
* gnome-month-item.c (gnome_month_item_init): ditto.
* gncal-day-panel.c (gncal_day_panel_new): ditto.
* getdate.c (RelativeDate): ditto.
* eventedit.c (set_all_day): ditto.
(ee_rp_init_rule): ditto.
* calendar.c (vcalendar_create_from_calendar): ditto.
* calendar-conduit.c (update_record): ditto.
* calobj.c (ical_object_generate_events): Get rid of pointers to
values returned from localtime, as it uses a static buffer.
svn path=/trunk/; revision=1266
Diffstat (limited to 'macros/gnome-pilot.m4')
-rw-r--r-- | macros/gnome-pilot.m4 | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/macros/gnome-pilot.m4 b/macros/gnome-pilot.m4 index a497b51a39..5895bf793f 100644 --- a/macros/gnome-pilot.m4 +++ b/macros/gnome-pilot.m4 @@ -3,6 +3,20 @@ dnl GNOME_PILOT_HOOK(script if found, fail) dnl if fail = "failure", abort if gnome-pilot not found dnl +GNOME_PILOT_CFLAGS= +GNOME_PILOT_LIBS= +PISOCK_INCLUDEDIR= +PISOCK_LIBS= +PILOT_BINS= +PILOT_LIBS= + +AC_SUBST(GNOME_PILOT_CFLAGS) +AC_SUBST(GNOME_PILOT_LIBS) +AC_SUBST(PISOCK_INCLUDEDIR) +AC_SUBST(PISOCK_LIBS) +AC_SUBST(PILOT_BINS) +AC_SUBST(PILOT_LIBS) + AC_DEFUN([GNOME_PILOT_HOOK],[ AC_PATH_PROG(GNOME_PILOT_CONFIG,gnome-pilot-config,no) AC_CACHE_CHECK([for gnome-pilot environment],gnome_cv_pilot_found,[ @@ -20,12 +34,6 @@ AC_DEFUN([GNOME_PILOT_HOOK],[ AC_CHECK_LIB(pisock, pi_accept, [ PISOCK_LIBS="-lpisock" ]) GNOME_PILOT_CFLAGS=`gnome-pilot-config --cflags client conduitmgmt` GNOME_PILOT_LIBS=`gnome-pilot-config --libs client conduitmgmt` - AC_SUBST(GNOME_PILOT_CFLAGS) - AC_SUBST(GNOME_PILOT_LIBS) - AC_SUBST(PISOCK_INCLUDEDIR) - AC_SUBST(PISOCK_LIBS) - AC_SUBST(PILOT_BINS) - AC_SUBST(PILOT_LIBS) else if test x$2 = xfailure; then AC_MSG_ERROR(Gnome-pilot not installed or installation problem) |