Ramiro Estrugo [Wed, 2 May 2001 02:16:06 +0000 (02:16 +0000)]
Add a nice macro for freetype2 checks that works with both RPMS and
freetype2 built from source.
svn path=/trunk/; revision=1698
Darin Adler [Mon, 16 Apr 2001 17:10:03 +0000 (17:10 +0000)]
A cut at updating the spec file now that the pkgconfig stuff and support
* gnome-common.spec.in: A cut at updating the spec file now that
the pkgconfig stuff and support stuff has gone away.
svn path=/trunk/; revision=1697
Jaka Mocnik [Mon, 16 Apr 2001 09:30:54 +0000 (09:30 +0000)]
change $(cmd) to `cmd` in order to make it usable in non-bash bourne
2001-04-16 Jaka Mocnik <jaka@gnu.org>
* gnome-print-check.m4: change $(cmd) to `cmd` in order to make it
usable in non-bash bourne shells.
svn path=/trunk/; revision=1661
Martin Baulig [Sat, 14 Apr 2001 18:48:46 +0000 (18:48 +0000)]
Removed.
2001-04-14 Martin Baulig <baulig@suse.de>
* gnome-common.pc.in, gnome-common-2.0.pc.in: Removed.
* configure.in: Set version number to 1.2.2.
(--enable-platform-gnome-2): Removed this command line argument;
this package is now the same for GNOME 1.x and GNOME 2.0.
* acinclude.m4: Removed.
* acconfig.h: Removed.
* support/: We don't build this directory anymore; the GNOME 1.x
version of it is in gnome-libs/support and the GNOME 2.0 one is in
libgnomebase/libgnomesupport.
svn path=/trunk/; revision=1660
Martin Baulig [Fri, 13 Apr 2001 17:05:18 +0000 (17:05 +0000)]
Set variable `have_<name>' to yes or no depending on whether the module
2001-04-13 Martin Baulig <baulig@suse.de>
* gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES):
Set variable `have_<name>' to yes or no depending on whether the
module was found or not; allows you to define automake conditionals
for optional modules.
svn path=/trunk/; revision=1659
Ramiro Estrugo [Tue, 10 Apr 2001 03:02:03 +0000 (03:02 +0000)]
Add nautilus-macros.m4
svn path=/trunk/; revision=1655
Robin Slomkowski [Mon, 26 Mar 2001 22:41:14 +0000 (22:41 +0000)]
removed .m4 restriction
svn path=/trunk/; revision=1654
Robin Slomkowski [Mon, 26 Mar 2001 22:27:25 +0000 (22:27 +0000)]
added gnome-common.spec.in to EXTRA_DISTS added gnome-common.spec.in
* Makefile.am: added gnome-common.spec.in to EXTRA_DISTS
* configure.in: added gnome-common.spec.in
* gnome-common.spec: removed from repository as it appeared
generic
* gnome-common.spec.in: new spec file using Martin's suggestions
svn path=/trunk/; revision=1653
Martin Baulig [Sat, 24 Mar 2001 01:08:31 +0000 (01:08 +0000)]
Ooops, forgot this.
svn path=/trunk/; revision=1652
Martin Baulig [Sat, 24 Mar 2001 00:56:54 +0000 (00:56 +0000)]
Add the xml-i18n-tools stuff here.
2001-03-24 Martin Baulig <baulig@suse.de>
* autogen.sh: Add the xml-i18n-tools stuff here.
svn path=/trunk/; revision=1651
JP Rosevear [Fri, 2 Mar 2001 01:33:29 +0000 (01:33 +0000)]
quote a test and make sure incdir is always set so 'cat' works
2001-03-01 JP Rosevear <jpr@ximian.com>
* gnome-pilot.m4: quote a test and make sure incdir is always set
so 'cat' works
svn path=/trunk/; revision=1602
Lauris Kaplinski [Wed, 21 Feb 2001 19:34:27 +0000 (19:34 +0000)]
Replaced awk with sed in gnome-print checks, seems to work now
svn path=/trunk/; revision=1588
JP Rosevear [Mon, 19 Feb 2001 23:52:20 +0000 (23:52 +0000)]
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=1584
JP Rosevear [Mon, 19 Feb 2001 23:27:29 +0000 (23:27 +0000)]
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=1583
Eskil Heyn Olsen [Mon, 19 Feb 2001 10:04:00 +0000 (10:04 +0000)]
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
Lauris Kaplinski [Sat, 17 Feb 2001 05:10:50 +0000 (05:10 +0000)]
Put gnome-print-check.m4 to diet
svn path=/trunk/; revision=1581
Kenneth Christiansen [Wed, 7 Feb 2001 22:53:06 +0000 (22:53 +0000)]
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=1558
Pavel Roskin [Wed, 7 Feb 2001 21:33:01 +0000 (21:33 +0000)]
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=1555
Kenneth Christiansen [Sun, 4 Feb 2001 04:10:39 +0000 (04:10 +0000)]
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=1544
Pavel Roskin [Tue, 30 Jan 2001 17:39:59 +0000 (17:39 +0000)]
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=1542
Fatih Demir [Wed, 24 Jan 2001 12:16:19 +0000 (12:16 +0000)]
.cvsignore + nautilus
svn path=/trunk/; revision=1534
Pavel Roskin [Thu, 11 Jan 2001 16:04:13 +0000 (16:04 +0000)]
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=1522
Maciej Stachowiak [Sat, 6 Jan 2001 01:15:24 +0000 (01:15 +0000)]
Added missing PROG.
* autogen.sh: Added missing PROG.
svn path=/trunk/; revision=1519
Maciej Stachowiak [Sat, 6 Jan 2001 00:54:34 +0000 (00:54 +0000)]
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=1518
Kenneth Christiansen [Fri, 5 Jan 2001 21:10:32 +0000 (21:10 +0000)]
Reverted, until me and maciej get some good ideas
svn path=/trunk/; revision=1517
Kenneth Christiansen [Fri, 5 Jan 2001 13:58:54 +0000 (13:58 +0000)]
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=1516
Martin Baulig [Fri, 1 Dec 2000 21:42:58 +0000 (21:42 +0000)]
Test. Committing blank line.
svn path=/trunk/; revision=1480
Robin Slomkowski [Fri, 1 Dec 2000 21:27:30 +0000 (21:27 +0000)]
re-added with no changes. Please email me as this is needed by nautilus
* gnome.m4: re-added with no changes. Please email
me as this is needed by nautilus and medusa, I will
be happy to move these macros somewhere else that makes
sense.
svn path=/trunk/; revision=1479
Martin Baulig [Fri, 1 Dec 2000 16:10:45 +0000 (16:10 +0000)]
Enable maximum compile warnings, fix Perl check and correctly set
2000-12-01 Martin Baulig <baulig@suse.de>
* configure.in: Enable maximum compile warnings, fix Perl check
and correctly set GNOME_VFS_VERSION.
* gnome.m4: Removed.
svn path=/trunk/; revision=1478
Martin Baulig [Fri, 1 Dec 2000 12:54:15 +0000 (12:54 +0000)]
Released gnome-common 1.2.1.
2000-12-01 Martin Baulig <baulig@suse.de>
Released gnome-common 1.2.1.
svn path=/trunk/; revision=1476
Martin Baulig [Fri, 1 Dec 2000 12:52:04 +0000 (12:52 +0000)]
Improved compile warnings check; the --enable-compile-warnings parameter
2000-12-01 Martin Baulig <baulig@suse.de>
* compile-warnings.m4: Improved compile warnings check; the
--enable-compile-warnings parameter now takes 5 different
values (no/minimum/yes/maximum/error). AC_SUBST(WARN_CFLAGS).
svn path=/trunk/; revision=1475
Martin Baulig [Tue, 28 Nov 2000 23:02:43 +0000 (23:02 +0000)]
Removed.
2000-11-29 Martin Baulig <baulig@suse.de>
* gnome.m4, gnome-gnorba-check.m4, gnome-fileutils.m4: Removed.
svn path=/trunk/; revision=1474
Martin Baulig [Sun, 26 Nov 2000 15:01:12 +0000 (15:01 +0000)]
Use GNOME_PKGCONFIG_CHECK_MODULES.
2000-11-26 Martin Baulig <martin@home-of-linux.org>
* gnome-x-checks.m4 (GNOME2_X_CHECKS): Use
GNOME_PKGCONFIG_CHECK_MODULES.
* gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Don't
AC_REQUIRE([GNOME_REQUIRE_PKGCONFIG]).
(GNOME_CHECK_PKGCONFIG): Check for pkg-config >= 0.4.1.
svn path=/trunk/; revision=1473
Martin Baulig [Wed, 22 Nov 2000 13:39:50 +0000 (13:39 +0000)]
Added GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES to check for a list of
2000-11-22 Martin Baulig <martin@home-of-linux.org>
* gnome-pkgconfig.m4: Added GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES
to check for a list of optional modules.
* gnome-platform.m4: Require GNOME_REQUIRE_PKGCONFIG.
svn path=/trunk/; revision=1472
Martin Baulig [Wed, 22 Nov 2000 13:38:32 +0000 (13:38 +0000)]
Small AM_GNOME2_GETTEXT fix.
svn path=/trunk/; revision=1471
Martin Baulig [Wed, 22 Nov 2000 12:06:00 +0000 (12:06 +0000)]
New file. This defines GNOME_PLATFORM_GNOME_2.
2000-11-22 Martin Baulig <martin@home-of-linux.org>
* gnome-platform.m4: New file. This defines
GNOME_PLATFORM_GNOME_2.
* gnome-pkgconfig.m4: Disable the --extra-flags argument to
pkg-config, this doesn't exist anymore.
svn path=/trunk/; revision=1470
Martin Baulig [Wed, 22 Nov 2000 11:30:26 +0000 (11:30 +0000)]
New file. This defines GNOME_CHECK_PKGCONFIG, GNOME_REQUIRE_PKGCONFIG and
2000-11-22 Martin Baulig <martin@home-of-linux.org>
* gnome-pkgconfig.m4: New file. This defines
GNOME_CHECK_PKGCONFIG, GNOME_REQUIRE_PKGCONFIG and
GNOME_PKGCONFIG_* macros from pkg-config.
svn path=/trunk/; revision=1469
Martin Baulig [Tue, 21 Nov 2000 18:27:26 +0000 (18:27 +0000)]
Updated usage instruction.
svn path=/trunk/; revision=1468
Martin Baulig [Tue, 21 Nov 2000 18:16:48 +0000 (18:16 +0000)]
New file. Autogen gnome-autogen.sh from it; added GNOME_COMMON_DATA_DIR
2000-11-21 Martin Baulig <martin@home-of-linux.org>
* gnome-autogen.sh.in: New file. Autogen gnome-autogen.sh
from it; added GNOME_COMMON_DATA_DIR and make it actually
work.
svn path=/trunk/; revision=1467
Martin Baulig [Tue, 21 Nov 2000 17:18:11 +0000 (17:18 +0000)]
Set version number to 1.2.1.
2000-11-21 Martin Baulig <martin@home-of-linux.org>
* configure.in: Set version number to 1.2.1.
* configure.in (--enable-platform-gnome-2): New configure
command line argument to enable support for the GNOME 2.x
platform.
(PLATFORM_GNOME_2): New automake conditional.
* Do the GNOME_SUPPORT_CHECKS here if we're on the GNOME 2.x
platform.
* Makefile.am (SUBDIRS): Conditionally add support for the
GNOME 2.x platform.
* acinclude.m4: New file. Put stuff from gnome-support.m4
and need-declaration.m4 here.
svn path=/trunk/; revision=1466
Martin Baulig [Tue, 21 Nov 2000 17:11:44 +0000 (17:11 +0000)]
Put gnome-autogen.sh here.
2000-11-21 Martin Baulig <martin@home-of-linux.org>
* Makefile.am (EXTRA_DIST): Put gnome-autogen.sh here.
svn path=/trunk/; revision=1465
Martin Baulig [Tue, 21 Nov 2000 17:11:10 +0000 (17:11 +0000)]
Removed.
2000-11-21 Martin Baulig <baulig@suse.de>
* gnome-support.m4, need-declaration.m4: Removed.
svn path=/trunk/; revision=1464
Martin Baulig [Tue, 21 Nov 2000 16:56:48 +0000 (16:56 +0000)]
Install libgnomesupport.la, but call it libgnomesupport-1.3.la.
2000-11-21 Martin Baulig <baulig@suse.de>
* Makefile.am: Install libgnomesupport.la, but call it
libgnomesupport-1.3.la.
* gnome-support-2.0.pc.in: Added pkg-config file.
svn path=/trunk/; revision=1463
Martin Baulig [Mon, 20 Nov 2000 16:26:49 +0000 (16:26 +0000)]
Initialize GNOME_DATADIR from GNOME_DIR if set before trying gnome-config.
2000-11-20 Martin Baulig <baulig@suse.de>
* gnome-autogen.sh: Initialize GNOME_DATADIR from
GNOME_DIR if set before trying gnome-config.
svn path=/trunk/; revision=1462
Hans Petter [Mon, 6 Nov 2000 21:40:14 +0000 (21:40 +0000)]
Applied build patch from Mathieu Lacage.
svn path=/trunk/; revision=1433
Martin Baulig [Sun, 5 Nov 2000 15:08:14 +0000 (15:08 +0000)]
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=1432
Martin Baulig [Sun, 5 Nov 2000 15:07:08 +0000 (15:07 +0000)]
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=1431
Eskil Heyn Olsen [Mon, 30 Oct 2000 05:21:59 +0000 (05:21 +0000)]
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=1423
Kenneth Christiansen [Thu, 26 Oct 2000 21:28:34 +0000 (21:28 +0000)]
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=1420
Martin Baulig [Sat, 30 Sep 2000 14:47:31 +0000 (14:47 +0000)]
Switch to pkg-config to check for GTK+ 2.0; Removed all
2000-09-30 Martin Baulig <baulig@suse.de>
* gnome-x-checks.m4: Switch to pkg-config to check for GTK+ 2.0;
Removed all `gnome_cv_passdown_x_*' variables and `USE_DEVGTK'.
* gnome-common.m4 (GNOME_COMMON_INIT): Added the always-false
INSIDE_GNOME_COMMON automake conditional.
(GNOME_GTKDOC_CHECK): New macro.
(GNOME_DEBUG_CHECK): New macro.
svn path=/trunk/; revision=1419
George Lebl [Thu, 24 Aug 2000 07:28:21 +0000 (07:28 +0000)]
use the correct name in AC_PROVIDE
Thu Aug 24 02:28:57 2000 George Lebl <jirka@5z.com>
* gnome-x-checks.m4: use the correct name in AC_PROVIDE
svn path=/trunk/; revision=1417
Larry Liimatainen [Tue, 22 Aug 2000 12:05:30 +0000 (12:05 +0000)]
various small build fixes
svn path=/trunk/; revision=1362
Martin Baulig [Sun, 6 Aug 2000 14:13:11 +0000 (14:13 +0000)]
Renamed to GNOME2_X_CHECKS.
2000-08-06 Martin Baulig <baulig@suse.de>
* gnome-x-checks.m4 (GNOME_X_CHECKS): Renamed
to GNOME2_X_CHECKS.
svn path=/trunk/; revision=1361
Dan Winship [Wed, 2 Aug 2000 22:26:45 +0000 (22:26 +0000)]
Fix "cvs rm -rf" lossage.
svn path=/trunk/; revision=1348
scottf [Wed, 2 Aug 2000 21:47:06 +0000 (21:47 +0000)]
removed last files from GNOME CVS
svn path=/trunk/; revision=1347
Pavel Roskin [Wed, 2 Aug 2000 00:54:46 +0000 (00:54 +0000)]
AC_WARN replaced with AC_MSG_WARN in comments
svn path=/trunk/; revision=1345
Elliot Lee [Mon, 24 Jul 2000 23:07:48 +0000 (23:07 +0000)]
Add it back in so the Nautilus people can hack (and because it belongs
* gnome.m4: Add it back in so the Nautilus people can hack (and because it belongs here)
svn path=/trunk/; revision=1322
Martin Baulig [Mon, 24 Jul 2000 20:28:47 +0000 (20:28 +0000)]
Cache values so they're reset when we rerun the configure script.
This works fine whenever it is rerun 'cause for instance configure.in
or something else has changed.
However, when you remove config.cache you may need to rerun autogen.sh
to get it working (but I'm working on getting this fixed as well).
svn path=/trunk/; revision=1321
Martin Baulig [Mon, 24 Jul 2000 20:13:42 +0000 (20:13 +0000)]
Removed some old crap in it. Removed.
2000-07-24 Martin Baulig <martin@home-of-linux.org>
* autogen.sh: Removed some old crap in it.
* aclocal-include.m4: Removed.
svn path=/trunk/; revision=1320
Martin Baulig [Mon, 24 Jul 2000 19:50:38 +0000 (19:50 +0000)]
Check for GTK+ 2.0.
2000-07-24 Martin Baulig <baulig@suse.de>
* gnome-x-checks.m4: Check for GTK+ 2.0.
svn path=/trunk/; revision=1319
Martin Baulig [Mon, 24 Jul 2000 15:55:52 +0000 (15:55 +0000)]
Fix GNOME2_DIR.
svn path=/trunk/; revision=1318
Martin Baulig [Mon, 24 Jul 2000 15:55:43 +0000 (15:55 +0000)]
Don't use gnome-config if GNOME_DATADIR is set.
svn path=/trunk/; revision=1317
Martin Baulig [Mon, 24 Jul 2000 15:34:59 +0000 (15:34 +0000)]
For now, stuff at least _works_ again .....
2000-07-24 Martin Baulig <baulig@suse.de>
Use the new gnome-common module instead of having the .m4
files in gnome-data.
* autogen.sh: Use gnome-autogen.sh from gnome-common.
* gnome.m4, acinclude.m4: Removed.
* configure.in: Use AM_GNOME2_GETTEXT and GNOME_COMMON_INIT.
* gnome-data/*.m4: Removed. This is now in gnome-common/macros2.
svn path=/trunk/; revision=1316
Martin Baulig [Mon, 24 Jul 2000 15:28:48 +0000 (15:28 +0000)]
This should work now.
svn path=/trunk/; revision=1314
Martin Baulig [Mon, 24 Jul 2000 14:59:03 +0000 (14:59 +0000)]
s/USE_GNOME_2_MACROS/USE_GNOME2_MACROS/
svn path=/trunk/; revision=1313
Martin Baulig [Mon, 24 Jul 2000 14:57:59 +0000 (14:57 +0000)]
Make it work with AM_GNOME2_GETTEXT. New file.
2000-07-24 Martin Baulig <baulig@suse.de>
* autogen.sh: Make it work with AM_GNOME2_GETTEXT.
* check-utmp.m4: New file.
svn path=/trunk/; revision=1312
Martin Baulig [Mon, 24 Jul 2000 14:55:17 +0000 (14:55 +0000)]
New file.
2000-07-24 Martin Baulig <baulig@suse.de>
* check-utmp.m4: New file.
svn path=/trunk/; revision=1311
Martin Baulig [Mon, 24 Jul 2000 14:27:58 +0000 (14:27 +0000)]
Synced with gnome-libs/gnome-data.
2000-07-24 Martin Baulig <baulig@suse.de>
Synced with gnome-libs/gnome-data.
svn path=/trunk/; revision=1310
Elliot Lee [Mon, 17 Jul 2000 22:30:14 +0000 (22:30 +0000)]
0.3.12
0.3.12
svn path=/trunk/; revision=1307
Eskil Heyn Olsen [Thu, 6 Jul 2000 04:58:12 +0000 (04:58 +0000)]
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=1299
Stanislav Brabec [Sat, 24 Jun 2000 10:47:21 +0000 (10:47 +0000)]
Use 'PISOCK_INCLUDEDIR' in pisock version check.
svn path=/trunk/; revision=1283
Dan Winship [Sat, 17 Jun 2000 21:00:40 +0000 (21:00 +0000)]
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=1277
Martijn van Beers [Thu, 15 Jun 2000 14:33:44 +0000 (14:33 +0000)]
remove last bits of AC_ARG_ENABLE(gnometest,,,) since it's not being used
svn path=/trunk/; revision=1269
Martin Baulig [Tue, 13 Jun 2000 15:09:48 +0000 (15:09 +0000)]
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=1268
Martin Baulig [Tue, 13 Jun 2000 10:28:37 +0000 (10:28 +0000)]
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=1267
Martin Baulig [Fri, 9 Jun 2000 01:05:14 +0000 (01:05 +0000)]
We need this here as well.
2000-06-09 Martin Baulig <martin@home-of-linux.org>
* gnome-common.m4: We need this here as well.
svn path=/trunk/; revision=1266
Martin Baulig [Mon, 29 May 2000 15:57:23 +0000 (15:57 +0000)]
*** empty log message ***
svn path=/trunk/; revision=1265
Martin Baulig [Mon, 29 May 2000 15:56:22 +0000 (15:56 +0000)]
This explains what this is all good for.
svn path=/trunk/; revision=1264
Martin Baulig [Mon, 29 May 2000 15:43:39 +0000 (15:43 +0000)]
*** empty log message ***
svn path=/trunk/; revision=1263
Martin Baulig [Mon, 29 May 2000 15:42:50 +0000 (15:42 +0000)]
Moved macros/gnome-autogen.sh to bin/gnome-autogen.sh.
svn path=/trunk/; revision=1256
Martin Baulig [Mon, 29 May 2000 15:17:52 +0000 (15:17 +0000)]
*** empty log message ***
svn path=/trunk/; revision=1255
Martin Baulig [Mon, 29 May 2000 15:17:17 +0000 (15:17 +0000)]
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=1254
Martin Baulig [Mon, 29 May 2000 15:16:05 +0000 (15:16 +0000)]
New file. Install this stuff into `$(datadir)/aclocal/gnome2-macros'.
2000-05-29 Martin Baulig <baulig@suse.de>
* Makefile.am: New file. Install this stuff into
`$(datadir)/aclocal/gnome2-macros'.
* gnome.m4: New file. Copied from `hack-macros' dir.
* autogen.sh: New file. Copied from `macros' dir.
svn path=/trunk/; revision=1253
Martin Baulig [Mon, 29 May 2000 14:31:21 +0000 (14:31 +0000)]
Set version number to 1.2.0.
2000-05-29 Martin Baulig <baulig@suse.de>
* configure.in: Set version number to 1.2.0.
svn path=/trunk/; revision=1252
Martin Baulig [Mon, 29 May 2000 14:30:32 +0000 (14:30 +0000)]
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=1251
Julian Missig [Sun, 21 May 2000 22:40:15 +0000 (22:40 +0000)]
Fixed my mess-up, sorry about that.
svn path=/trunk/; revision=1239
Julian Missig [Sun, 21 May 2000 21:40:38 +0000 (21:40 +0000)]
Argh. I didn't mean for that to go in the repository, could've sworn I had the right CVSROOT.
svn path=/trunk/; revision=1238
Julian Missig [Sun, 21 May 2000 21:38:39 +0000 (21:38 +0000)]
Added gnomemm.m4 for proper gnomemm checking
svn path=/trunk/; revision=1237
Julian Missig [Sun, 21 May 2000 21:36:20 +0000 (21:36 +0000)]
Gabber now has *working* i18n!
svn path=/trunk/; revision=1236
Russell Steinthal [Tue, 16 May 2000 03:43:44 +0000 (03:43 +0000)]
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=1220
Miguel de Icaza [Wed, 10 May 2000 02:47:00 +0000 (02:47 +0000)]
Revert patch from Jleach. Dude, please dont touch stuff that you are sharing from other projects. This broke everything
svn path=/trunk/; revision=1218
Dan Winship [Mon, 1 May 2000 23:51:27 +0000 (23:51 +0000)]
"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=1203
George Lebl [Sun, 23 Apr 2000 19:19:31 +0000 (19:19 +0000)]
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=1187
Eskil Heyn Olsen [Wed, 19 Apr 2000 09:50:35 +0000 (09:50 +0000)]
Fixes the gnome-config check for gpilot.
svn path=/trunk/; revision=1180
Eskil Heyn Olsen [Wed, 19 Apr 2000 09:45:41 +0000 (09:45 +0000)]
Changed the error string for gnome-pilot
svn path=/trunk/; revision=1179
Dan Winship [Mon, 10 Apr 2000 18:21:11 +0000 (18:21 +0000)]
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=1171
Jacob Leach [Thu, 6 Apr 2000 01:40:08 +0000 (01:40 +0000)]
Another bigger-than-probably-needs-to-be commit. All the file
renaming/removing should be completely done. Began glade-izing the
dialogs, glade is awesome. Improved the requirement checks in the
.spec and configure. Fixed a few crashes and then updated BUGS.
We're getting closer to a new stable release.
svn path=/trunk/; revision=1170
Eskil Heyn Olsen [Wed, 29 Mar 2000 00:30:07 +0000 (00:30 +0000)]
Modfied to use the gnome-config --yadayada gpilot script.
svn path=/trunk/; revision=1154
Elliot Lee [Fri, 3 Mar 2000 22:42:47 +0000 (22:42 +0000)]
Don't try remote activation if no hostname or username is given... Fix for
* libgnomeui/oafgnome.c: Don't try remote activation if no hostname or username is given...
* gnome-config.in: Fix for orbit-idl flags.
* gnome.m4: Send everything from gnome-config into /dev/null, not just errors. We just need exit code.
svn path=/trunk/; revision=1152
James Henstridge [Fri, 25 Feb 2000 23:33:55 +0000 (23:33 +0000)]
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=1126