ditto (mark_current_day): ditto (month_view_set): ditto
authorMiguel de Icaza <miguel@nuclecu.unam.mx>
Mon, 27 Sep 1999 20:57:07 +0000 (20:57 +0000)
committerArturo Espinosa <unammx@src.gnome.org>
Mon, 27 Sep 1999 20:57:07 +0000 (20:57 +0000)
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=928

macros/gnome-pilot.m4

index a497b51..5895bf7 100644 (file)
@@ -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)