Commit Graph

358 Commits

Author SHA1 Message Date
9d60fefc60 Revert my previous patch now that gnome-pim and evolution are fixed to
2001-02-19  JP Rosevear  <jpr@ximian.com>

	* gnome-pilot.m4: Revert my previous patch now that gnome-pim and
	evolution are fixed to accomodate the change

svn path=/trunk/; revision=8289
2001-02-19 23:52:20 +00:00
e015fa2525 AC_SUBST the PISOCK_LIBDIR var
2001-02-19  JP Rosevear  <jpr@ximian.com>

	* gnome-pilot.m4: AC_SUBST the PISOCK_LIBDIR var

svn path=/trunk/; revision=8284
2001-02-19 23:27:29 +00:00
8576093bff 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=8273
2001-02-19 10:04:00 +00:00
249be89c95 Put gnome-print-check.m4 to diet
svn path=/trunk/; revision=8263
2001-02-17 05:10:50 +00:00
2132c03854 Added test for xml-i18n-tools if AM_PROG_XML_I18N_TOOLS is found.
2001-02-07  Kenneth Christiansen  <kenneth@gnu.org>

        * autogen.sh: Added test for xml-i18n-tools if
        AM_PROG_XML_I18N_TOOLS is found.

svn path=/trunk/; revision=8066
2001-02-07 22:53:06 +00:00
66c11c2547 Quote first argument to AC_DEFUN. Likewise. Likewise. Likewise. Likewise.
* macros/curses.m4: Quote first argument to AC_DEFUN.
* macros/gnome-cxx-check.m4: Likewise.
* macros/gnome-gettext.m4: Likewise.
* macros/gnome-libgtop-check.m4: Likewise.
* macros/gnome-print-check.m4: Likewise.
* macros/linger.m4: Likewise.
* macros/need-declaration.m4: Likewise.

svn path=/trunk/; revision=8059
2001-02-07 21:33:01 +00:00
1b96583c0c Added AM_PROG_XML_I18N_TOOLS so translations works correctly. Added a
2001-02-04  Kenneth Christiansen  <kenneth@gnu.org>

        * configure.in: Added AM_PROG_XML_I18N_TOOLS
        so translations works correctly.
        * macros/autogen.sh: Added a check for xml-i18n-tools.

svn path=/trunk/; revision=7951
2001-02-04 04:10:39 +00:00
e1a7d77370 Fix mishandling of --without-samba due to a typo.
* macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
--without-samba due to a typo.

svn path=/trunk/; revision=7914
2001-01-30 17:39:59 +00:00
50686ba8d9 .cvsignore + nautilus
svn path=/trunk/; revision=7776
2001-01-24 12:16:19 +00:00
f753547d5d Propagateg change by Owen Taylor from acinclude.m4 in gtk+: Don't define
* macros/gnome-gettext.m4: Propagateg change by Owen Taylor
from acinclude.m4 in gtk+:
Don't define ENABLE_NLS unless we have a working NLS.
(This should keep libintl.h from being included when it doesn't
exist).

svn path=/trunk/; revision=7386
2001-01-11 16:04:13 +00:00
40432fa8e1 Added missing PROG.
* autogen.sh: Added missing PROG.

svn path=/trunk/; revision=7277
2001-01-06 01:15:24 +00:00
5e06eaaa7e xml-i18n-toolize if AM_PROG_XML_I18N_TOOLS is found in configure.in.
* autogen.sh: xml-i18n-toolize if AM_PROG_XML_I18N_TOOLS is found
	in configure.in.

svn path=/trunk/; revision=7276
2001-01-06 00:54:34 +00:00
9e5394aa6c Reverted, until me and maciej get some good ideas
svn path=/trunk/; revision=7273
2001-01-05 21:10:32 +00:00
601f4bc6b2 added support for xml-i18n-tools. This module is now required when
2001-01-06  Kenneth Christiansen  <kenneth@gnu.org>

        * configure.in, macros/autogen.sh:
          added support for xml-i18n-tools. This module is now required
          when building from cvs. Please make sure that the macrofile
          installed by xml-i18n-tools is installed so it's in aclocal's
          path. or do:

          export ACLOCAL_FLAGS='-I /usr/local/share/aclocal'

svn path=/trunk/; revision=7267
2001-01-05 13:58:54 +00:00
b4c61eba80 Applied build patch from Mathieu Lacage.
svn path=/trunk/; revision=6427
2000-11-06 21:40:14 +00:00
7d712e4d73 Added stuff for `bonobox'.
2000-11-05  Martin Baulig  <baulig@suse.de>

	* gnome-bonobo-check.m4 (BONOBO_CFLAGS, BONOBO_LIBS): Added
	stuff for `bonobox'.

svn path=/trunk/; revision=6404
2000-11-05 15:08:14 +00:00
a0a71d2702 Put this back; I suppose Elliot reverted it by accident since
he didn't mention this in the ChangeLog.

2000-06-13  Martin Baulig  <baulig@suse.de>

	* Makefile.am (EXTRA_DIST): Added `gnome-gettext.m4'.
	(gnome_aclocal_DATA): Added `gnome-gettext.m4'.

svn path=/trunk/; revision=6403
2000-11-05 15:07:08 +00:00
72d98ac8f5 Did some regexp nicefications of the code. And added the timeout field.
* capplet/gpilotd-capplet-strings.c:
	* capplet/gpilotd-capplet.glade:
	* capplet/gpilotd-control-applet.c: (gpilotd_request_completed),
	(gpilotd_userinfo_requested), (saveSettingsAndRestartDaemon),
	(doTrySettings), (doSaveSettings), (doRevertSettings),
	(insert_numeric_callback), (statechange_cb), (insert_syncpc_id),
	(insert_username_callback), (insert_device_callback),
	(activate_sync_type), (activate_speed), (cancel_sync),
	(run_sync_dialog), (run_error_dialog), (run_question_dialog),
	(activate_device_menu), (run_choose_dialog), (pick_pilot_device),
	(get_from_pilot_cb), (send_to_pilot_cb), (pilots_selection_cb),
	(clist_unselection_cb), (devices_selection_cb),
	(clist_button_press), (sync_type_int_to_str), (compare_pilot_info),
	(compare_device_info), (check_base_directory), (pilots_add_cb),
	(pilots_edit_cb), (pilots_delete_cb), (devices_edit_cb),
	(devices_add_cb), (devices_delete_cb), (createHostCfgWindow),
	(setHostCfg), (readHostCfg), (build_speed_menu),
	(configureDeviceDialog), (createDeviceCfgDialog), (setDeviceCfg),
	(compare_device_name), (next_cradle_name), (compare_pilot_name),
	(next_pilot_name), (setDeviceDialogCfg), (readDeviceDialogCfg),
	(configurePilotDialog), (createPilotCfgDialog), (setPilotCfg),
	(setPilotDialogCfg), (readPilotDialogCfg),
	(pilot_capplet_glade_init), (pilot_capplet_setup),
	(monitor_pilots), (main), (druid_gpilotd_userinfo_requested),
	(druid_gpilotd_request_completed), (no_button_toggled),
	(ask_to_cancel), (druid_canceled), (druid_finished),
	(druid_sync_page_back), (druid_presync_page_next),
	(druid_pilot2_page_next), (druid_delete_window),
	(gpilotd_druid_show):
	Did some regexp nicefications of the code. And added the
	timeout field.

	* capplet/pilot.c: (copy_device), (loadDeviceCfg),
	(savePilotState):
	Added the timeout field to GPilotDevice

	* configure.in:
	Requires pilot-link 0.9.5

	* gnome-pilot.spec.in:
	Add ${prefix}/lib to /etc/ld.so.conf if not there

	* gpilotd/gpilot-structures.c: (gpilot_device_init):
	* gpilotd/gpilot-structures.h:
	* gpilotd/gpilotd.c: (pilot_connect):
	Added a timeout-field to the device, which is
	passed to pi_accept_to.

	* macros/gnome-pilot.m4:
	Improved the check for libpisock
	Bonged requied pilotlink version to 0.9.5

svn path=/trunk/; revision=6258
2000-10-30 05:21:59 +00:00
bec6c50a7b Added small test for po/Makefile.i18npatch, so that if it exists it will patch the gettext dependent po/Makefile.in.in file. This allows us to integrate the i18n scripts, etc even more.
svn path=/trunk/; revision=6214
2000-10-26 21:28:34 +00:00
44ae37c371 various small build fixes
svn path=/trunk/; revision=4917
2000-08-22 12:05:30 +00:00
a0281d1b18 Fix "cvs rm -rf" lossage.
svn path=/trunk/; revision=4480
2000-08-02 22:26:45 +00:00
087e70c885 removed last files from GNOME CVS
svn path=/trunk/; revision=4478
2000-08-02 21:47:06 +00:00
3ce00eb40e AC_WARN replaced with AC_MSG_WARN in comments
svn path=/trunk/; revision=4463
2000-08-02 00:54:46 +00:00
23c5109f7b This should work now.
svn path=/trunk/; revision=4293
2000-07-24 15:28:47 +00:00
b016d8e474 0.3.12
0.3.12

svn path=/trunk/; revision=4203
2000-07-17 22:30:14 +00:00
04f148f617 Changelog entries should now go to toplevel Changelog. I now prefer this,
* HACKING:
        Changelog entries should now go to toplevel Changelog.
        I now prefer this, because of the prepare-ChangeLog.pl
        script used for Nautilus. See HACKING for more.

        * applet/pilot.c: (main):
        * configure.in:
        * gpilotd/Makefile.am:
        * gpilotd/gnome-pilot-client.gob:
        * gpilotd/orbit_daemon_glue.c: (gpilotd_corba_init):
        * macros/gnome-pilot.m4:
        * utils/Makefile.am:
        Done a lot of damagecontrol after the OAF collision
        that happened. GNORBA is now the default object activator
        even if bonobo/oaf/whatnot is installed. You can switch
        to oaf if you configure with --with-oaf (up to the reader
        to completely finish this).
        The OAF code is still in CVS, it compiles (no longer
        breaks gnome-pim), but still doens't work though.
        (there a limit to my time).

svn path=/trunk/; revision=3910
2000-07-06 04:58:12 +00:00
5d0f34b4ee Use 'PISOCK_INCLUDEDIR' in pisock version check.
svn path=/trunk/; revision=3717
2000-06-24 10:47:21 +00:00
3144d402b5 exit immediately if aclocal, autoheader, automake, or autoconf fails,
* autogen.sh: exit immediately if aclocal, autoheader, automake,
	or autoconf fails, rather than continuing on with broken state.
	(In the aclocal case, print a hopefully-useful explanatory
	message.)

svn path=/trunk/; revision=3616
2000-06-17 21:00:40 +00:00
eaa86c334a New macro. Checks whether Bonobo uses OAF and defines `BONOBO_USES_OAF' if
2000-06-13  Martin Baulig  <baulig@suse.de>

	* gnome-bonobo-check.am (AM_BONOBO_USES_OAF): New macro.
	Checks whether Bonobo uses OAF and defines `BONOBO_USES_OAF'
	if appropriate. Also provides `BONOBO_USES_OAF' automake
	conditional.

svn path=/trunk/; revision=3553
2000-06-13 15:09:48 +00:00
0b37692c53 Added gnome-gettext.m4'. (gnome_aclocal_DATA): Added gnome-gettext.m4'.
2000-06-13  Martin Baulig  <baulig@suse.de>

	* Makefile.am (EXTRA_DIST): Added `gnome-gettext.m4'.
	(gnome_aclocal_DATA): Added `gnome-gettext.m4'.

svn path=/trunk/; revision=3549
2000-06-13 10:28:37 +00:00
ccb665a026 Moved macros/gnome-autogen.sh to bin/gnome-autogen.sh.
svn path=/trunk/; revision=3260
2000-05-29 15:42:50 +00:00
6c365b1f6d If `USE_GNOME_2_MACROS' is set, use the GNOME 2.0 macros from the
2000-05-29  Martin Baulig  <baulig@suse.de>

	* gnome-autogen.sh: If `USE_GNOME_2_MACROS' is set, use the
	GNOME 2.0 macros from the `macros2' directory.

svn path=/trunk/; revision=3259
2000-05-29 15:17:17 +00:00
f44628eb84 Install macros to `$(datadir)/aclocal/gnome-macros' when
2000-05-29  Martin Baulig  <baulig@suse.de>

	* gnome-common.m4, Makefile.am: Install macros to
	`$(datadir)/aclocal/gnome-macros' when INSIDE_GNOME_COMMON.

	* gnome-autogen.sh: New file. When using gnome-common instead
	of the macros/ directory, use this in your autogen.sh.

svn path=/trunk/; revision=3258
2000-05-29 14:30:32 +00:00
3f5d9cb608 Fixed my mess-up, sorry about that.
svn path=/trunk/; revision=3151
2000-05-21 22:40:15 +00:00
2093028eb9 Argh. I didn't mean for that to go in the repository, could've sworn I had the right CVSROOT.
svn path=/trunk/; revision=3150
2000-05-21 21:40:38 +00:00
0ebe110603 Added gnomemm.m4 for proper gnomemm checking
svn path=/trunk/; revision=3149
2000-05-21 21:38:39 +00:00
857af1bfa7 Gabber now has *working* i18n!
svn path=/trunk/; revision=3148
2000-05-21 21:36:20 +00:00
40b6141cfe Yet another attempt at fixing the gnome-pilot check- this time on Solaris.
$GNOME_CONFIG is printing more than one word, which when backticked causes test to do not nice things...

Can someone with Solaris test this?  test on Linux appears to be too lenient to worry about this in any case.

svn path=/trunk/; revision=3054
2000-05-16 03:43:44 +00:00
46a9171448 "But that trick NEVER works!" "This time for sure!"
* gnome-pilot.m4 (PILOT_LIBS): "But that trick NEVER works!"
	"This time for sure!"

svn path=/trunk/; revision=2727
2000-05-01 23:51:27 +00:00
49c2cb5af1 add an extra lib of docklets. These checks are braindamaged though, they
Sun Apr 23 12:15:14 2000  George Lebl <jirka@5z.com>

	* gnome.m4: add an extra lib of docklets.  These checks are
	  braindamaged though, they don't fail and thus gnome-core for
  	  example compiles without gnomecc.  There need to be separate .m4
  	  files or checks

svn path=/trunk/; revision=2564
2000-04-23 19:19:31 +00:00
f3a84bec06 Fixes the gnome-config check for gpilot.
svn path=/trunk/; revision=2495
2000-04-19 09:50:35 +00:00
eead62e2fd Changed the error string for gnome-pilot
svn path=/trunk/; revision=2494
2000-04-19 09:45:41 +00:00
f85c096a2c Fix a bug introduced in the gnome-pilot-config to "gnome-config gpilot"
* gnome-pilot.m4 (PILOT_LIBS): Fix a bug introduced in the
	gnome-pilot-config to "gnome-config gpilot" change that caused not
	having pilot-link installed to become a fatal error.

svn path=/trunk/; revision=2366
2000-04-10 18:21:11 +00:00
bce1144ad7 Modfied to use the gnome-config --yadayada gpilot script.
svn path=/trunk/; revision=2220
2000-03-29 00:30:07 +00:00
59d2deddc7 fix up check of LINGUAS variable so that we don't get problems when
2000-02-26  James Henstridge  <james@daa.com.au>

        * gnome-gettext.m4: fix up check of LINGUAS variable so that we don't
        get problems when LINGUAS contains `en' and ALL_LINGUAS contains
        `en_GB' for instance.

svn path=/trunk/; revision=1938
2000-02-25 23:33:55 +00:00
d59b674484 s/1.0/1/ for interface version.
s/1.0/1/ for interface version.

svn path=/trunk/; revision=1934
2000-02-25 16:35:26 +00:00
2a8de7c53d Don't run libtoolize when `NO_LIBTOOLIZE' is set.
2000-02-22  Martin Baulig  <martin@home-of-linux.org>

	* autogen.sh: Don't run libtoolize when `NO_LIBTOOLIZE' is set.

svn path=/trunk/; revision=1905
2000-02-22 19:53:43 +00:00
5a80143a52 s/GNOME2_DIR/GNOME2_PATH/, for consistency
svn path=/trunk/; revision=1801
2000-02-16 23:51:01 +00:00
2cd2216b73 These shouldn't be here
svn path=/trunk/; revision=1763
2000-02-13 11:11:51 +00:00
25faacf139 I am sure that kabalak didn't mean to remove gnome-common/macros :)
svn path=/trunk/; revision=1747
2000-02-13 11:05:13 +00:00