Don't display the sed command to generate gpilotConf.sh
authorEskil Heyn Olsen <eskil@src.gnome.org>
Mon, 19 Feb 2001 10:04:00 +0000 (10:04 +0000)
committerEskil Heyn Olsen <eskil@src.gnome.org>
Mon, 19 Feb 2001 10:04:00 +0000 (10:04 +0000)
commitf9dd6ad1f1071b7d9eb9424ba1f2e067a820e158
tree19db94b338b61b123fe8b8bc7de285ee3297261c
parent9dfc30f001012601955ffcb9a1050cc57feb2f8a
Don't display the sed command to generate gpilotConf.sh

* Makefile.am:
Don't display the sed command to generate gpilotConf.sh

* capplet/Makefile.am:
* conduits/backup/Makefile.am:
* conduits/email/Makefile.am:
* conduits/expense/Makefile.am:
* conduits/file/Makefile.am:
* conduits/memo/Makefile.am:
* conduits/memo_file/Makefile.am:
* conduits/test/Makefile.am:
* gpilot-fileman/Makefile.am:
* gpilotd/Makefile.am:
* libgpilotdCM/Makefile.am:
* utils/Makefile.am:
Did a cleanup of the makefiles wrt LIBADD stuff (PISOCK_LIBS now
contains the PISOCK_LIBDIR as well).

* configure.in:
Use $GNOME_CONFIG
Shortened --enable-usb-visor to --enable-usb.
Nicifyed the config configuration output

* gpilotd/gnome-pilot-client.gob:
Added a missing #ifdef around some VFS code

* gpilotd/gpilot-structures.h:
* gpilotd/gpilot-structures.c: (gpilot_context_new),
(gpilot_context_init_user), (gpilot_context_free),
(gpilot_device_new), (gpilot_serial_device_init),
(gpilot_serial_device_free), (gpilot_usb_device_init),
(gpilot_usb_device_free), (gpilot_irda_device_init),
(gpilot_irda_device_free), (gpilot_device_init),
(gpilot_device_load), (gpilot_device_free), (get_devices),
(get_pilots):
Code indent.
Cleaned up the device destroy/init stuff.

* gpilotd/gpilotd.c: (device_in), (wait_for_sync_and_sync),
(dump_build_info):
USB device destroy now closes the IO channels.
Output build options on start (usb, irda, vfs etc).

* gpilotd/orbit_daemon_glue.c: (pause_device):
Added check in pause_device to see if it has io channels.

* macros/gnome-pilot.m4:
Collapsed PISOCK_LIBS and PISOCK_LIBDIRS, removed PILOT_* and
renames PISOCK_INCLUDEDIR to PISOCK_CFLAGS (to be more conformant
to the normal trend).
Sprinkled in some magic to give the full pilot-link version - just
hope it wont break when the -preX part goes away.

svn path=/trunk/; revision=1582
macros/gnome-pilot.m4