Commit Graph

338 Commits

Author SHA1 Message Date
b5deed33cd Added --copy option to libtoolize. This stops libtoolize from
symlinking config.log to a location that normal users don't
have write access to (on my system, at least).

svn path=/trunk/; revision=505
1998-12-05 19:47:57 +00:00
a65ab12d85 Recognice NetBSD as a valid system and use the `freebsd' sysdeps directory
1998-12-05  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-sysdeps.m4: Recognice NetBSD as a valid
	system and use the `freebsd' sysdeps directory for it.

svn path=/trunk/; revision=504
1998-12-05 18:47:40 +00:00
c2c203d498 Define this to be the same as LINUX_VERSION_CODE either from
1998-12-03  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-sysdeps.m4 (GLIBTOP_LINUX_VERSION_CODE):
	Define this to be the same as LINUX_VERSION_CODE either from
	<linux/version.h> or from the running kernel.

svn path=/trunk/; revision=503
1998-12-03 16:08:24 +00:00
405dbe01d9 Only check for the linux table () function on Linux systems.
svn path=/trunk/; revision=502
1998-12-03 14:49:39 +00:00
58c5aa0beb "Improve" indentation and messages somewhat.
* autogen.sh: "Improve" indentation and messages somewhat.

svn path=/trunk/; revision=500
1998-12-02 21:45:12 +00:00
ed611eb8ad Make it with builddir != srcdir again.
svn path=/trunk/; revision=499
1998-12-02 21:05:38 +00:00
3931407791 Platform fixes. grep -q is not portable, do not use.
svn path=/trunk/; revision=496
1998-12-01 16:45:02 +00:00
fa2ffdb513 Run gettextize if needed. : Run libtoolize only if configure.in has
1998-12-01  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

	* autogen.sh: Run gettextize if needed.
	: Run libtoolize only if configure.in has "^AM_PROG_LIBTOOL".

svn path=/trunk/; revision=495
1998-12-01 10:02:56 +00:00
6c6da37ef9 Re-arranged tests such that "--without-gnome" is fully supported. Not only
* gnome.m4: Re-arranged tests such that "--without-gnome" is
        fully supported.  Not only is the logic now correct, programs
        can test "want_gnome=yes/no" for the results of this arg.

svn path=/trunk/; revision=494
1998-11-30 08:03:20 +00:00
98faeebc5e Require GTK 1.1.5 -mig
svn path=/trunk/; revision=492
1998-11-29 00:35:38 +00:00
a0faca82e8 All parts of GNOME will now require LibGTop >= 0.29.0 which is the latest
1998-11-27  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-check.m4: All parts of GNOME will now require
	LibGTop >= 0.29.0 which is the latest version from CVS.

svn path=/trunk/; revision=490
1998-11-27 12:58:17 +00:00
c7fa75f1d2 . libgnome/gnome-mime.c: read gnomedatadir/mime.types as well . In
. libgnome/gnome-mime.c: read gnomedatadir/mime.types as well
. In general, move data files not associated with any specific
  directory into a 'gnome-data' directory.

svn path=/trunk/; revision=489
1998-11-27 04:29:33 +00:00
4faeacf5ab Following names changed to bring MC in accordance with curses.m4:
NO_COLOR_SUPPORT -> NO_COLOR_CURSES
SUNOS_CURSES -> USE_SUNOS_CURSES
HAS_CURSES defined in acconfig.h
config.h.in removed from CVS as it is generated by autoheader

svn path=/trunk/; revision=488
1998-11-26 12:27:06 +00:00
56fc08a7e5 Changed the call to GNOME_GNORBA_CHECK to GNOME_GNORBA_HOOK([],$2). Before
1998-11-20  James Henstridge  <james@daa.com.au>

        * gnome.m4(GNOME_INIT_HOOK): Changed the call to GNOME_GNORBA_CHECK
        to GNOME_GNORBA_HOOK([],$2).  Before if you specified that the
        macro should not exit on errors, and you didn't have ORBit, the
        script would fail anyway.

svn path=/trunk/; revision=480
1998-11-20 11:14:02 +00:00
fba1c5dffe allow setting $OBJ_DIR to specify building in a subdir
svn path=/trunk/; revision=479
1998-11-20 04:24:15 +00:00
7f4300223d We need to check for <net/if_var.h> and conditionally include it before
1998-11-17  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-sysdeps.m4: We need to check for <net/if_var.h>
	and conditionally include it before <net/if_isppp.h> in the code
	that check for I4B to make it work on FreeBSD 3.0.

svn path=/trunk/; revision=478
1998-11-17 22:11:43 +00:00
9988b00f0a *** empty log message ***
svn path=/trunk/; revision=477
1998-11-17 21:05:17 +00:00
b1eafac4bc Add GUILE_LIBS to LIBS when checking whether guile works. Adding them to
* gnome-guile-checks.m4: Add GUILE_LIBS to LIBS when checking
whether guile works.  Adding them to LDFLAGS does not work on all
systems.  (Thanks to Rusty Chris Holleman)

svn path=/trunk/; revision=476
1998-11-17 21:04:27 +00:00
a1d3f9fa2c fix my email address in log
svn path=/trunk/; revision=472
1998-11-13 05:25:04 +00:00
f9b0daa567 Remove AC_DEFINE(HAVE_ORBIT). Add AM_CONDITIONAL for HAVE_ORBIT.
1998-11-12  Andrew T. Veliath  <andrewv@usa.net>

	* gnome-orbit-check.m4: Remove AC_DEFINE(HAVE_ORBIT). Add
	AM_CONDITIONAL for HAVE_ORBIT.  gnome-gnorba-check.m4: Same with
	HAVE_GNORBA.  Change GNOME_ORBIT_HOOK and GNOME_GNORBA_HOOK to use
	AC_CACHE_CHECK, setting both gnome_cv_orbit_found and
	gnome_cv_gnorba_found.

svn path=/trunk/; revision=471
1998-11-13 04:11:17 +00:00
3c70d2ff66 Add GNOME_GNORBA_CHECK if gnome-config is found. New GNOMEGNORBA_LIBS
1998-11-12  Andrew T. Veliath  <andrewv@usa.net>

	* gnome.m4: (GNOME_INIT_HOOK): Add GNOME_GNORBA_CHECK if
	gnome-config is found.  New GNOMEGNORBA_LIBS library variable
	(GNOMEGNORBA_LIBS is a superset of GNOMEUI_LIBS).  Update
	GNOME_LIBDIR and GNOME_INCLUDEDIR to to include the required
	Gnorba info, if it is in a different location.

	* Makefile.am (MACROS): Add gnome-gnorba-check.m4 to Makefile.

	* gnome-gnorba-check.m4: New file.

svn path=/trunk/; revision=470
1998-11-12 23:58:59 +00:00
317f6a9bcc Remove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binaries
* gnome-support.m4 (vsnprintf): Remove easy-vsnprintf hack -- it
doesn't work for Solaris 2.5 binaries running on Solaris 2.6.
From Frederic Devernay <devernay@istar.fr>.

svn path=/trunk/; revision=468
1998-11-12 16:49:21 +00:00
75b865884f Fix stupid type (sterror_r -> strerror_r).
* gnome-support.m4: Fix stupid type (sterror_r -> strerror_r).

svn path=/trunk/; revision=463
1998-11-06 22:04:27 +00:00
1d86a2f84f Set this unconditionally to `yes'. We'll soon be losing this variable.
* gnome-support.m4 (need_gnome_support): Set this unconditionally
to `yes'.  We'll soon be losing this variable.

svn path=/trunk/; revision=462
1998-11-04 22:28:11 +00:00
ccdc954dd0 use the ORBit-supplied name service stubs (in lib -lORBitCosNaming)
instead of compiling them again.

svn path=/trunk/; revision=461
1998-11-03 12:47:28 +00:00
86ef4d8ab5 Added -Wshadow and -Woverloaded-virtual to the --enable-cxx-warnings=yes
case. -Wshadow complains a *lot* about gtk-- and gtk--draw.

svn path=/trunk/; revision=457
1998-10-28 18:24:48 +00:00
7d44d543de Added new feature to get PPP/ISDN support:
enum {
	GLIBTOP_PPP_STATE_UNKNOWN = 0,
	GLIBTOP_PPP_STATE_HANGUP,
	GLIBTOP_PPP_STATE_ONLINE
};

struct _glibtop_ppp
{
	u_int64_t	flags,
		state,			/* GLIBTOP_PPP_STATE		*/
		bytes_in,		/* GLIBTOP_PPP_BYTES_IN		*/
		bytes_out;		/* GLIBTOP_PPP_BYTES_OUT	*/
};

Currently only implemented in the FreeBSD port with ISDN via I4B. - Martin

svn path=/trunk/; revision=456
1998-10-25 17:06:53 +00:00
450e506e9d Add ORBIT_IDL detection; fix failure flag.
* gnome-orbit-check.m4 (GNOME_ORBIT_HOOK): Add ORBIT_IDL
detection; fix failure flag.

svn path=/trunk/; revision=454
1998-10-20 16:02:54 +00:00
b12b9818d5 Simple-minded copy of GNOME_COMPILE_WARNINGS that sets CXXFLAGS
(GNOME_CXX_WARNINGS)

svn path=/trunk/; revision=453
1998-10-17 18:07:57 +00:00
1ffd143502 Now it should also work when building packages.
svn path=/trunk/; revision=444
1998-10-11 22:47:29 +00:00
273fc61231 Added `-Wno-unused'.
1998-10-12  Martin Baulig  <martin@home-of-linux.org>

	* compiler-flags.m4 (warnCFLAGS): Added `-Wno-unused'.

svn path=/trunk/; revision=443
1998-10-11 22:40:11 +00:00
e5c3c13873 Use `:' instead of the empty string if there is nothing to do since the
1998-10-11  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-sysdeps.m4 (libgtop_postinstall): Use `:' instead
	of the empty string if there is nothing to do since the empty string
	is no valid shell sytax.

svn path=/trunk/; revision=441
1998-10-11 19:49:11 +00:00
9d4241b7c7 Check for "guile-config" and then for "build-guile", if guile-config
* gnome-guile-checks.m4: Check for "guile-config" and then for
"build-guile", if guile-config couldn't be found.  Do not
explicitely include output from "info libdir", it is already
included in "link".  Use "compile" instead of "info includedir".  Do
not include "1.2" in error message when Guile can't be found at
all.

svn path=/trunk/; revision=440
1998-10-11 13:21:53 +00:00
eb77c46802 Added optional third parameter which is the `script-if-enabled' parameter
1998-10-11  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Added optional
	third parameter which is the `script-if-enabled' parameter of
	the GNOME_LIBGTOP_HOOOK.

svn path=/trunk/; revision=439
1998-10-11 11:57:55 +00:00
d8354e1820 Cells from the clipboard do not have a Sheet parameter attached.
1998-10-06  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* src/cell.c (cell_modified): Cells from the clipboard do not have
	a Sheet parameter attached.

	* src/sheet.c (sheet_cell_add): Check the computed style:  if the
	computed style includes a format, then turn on the cell flag for
	format is set to avoid the auto guess of cell content.
	(sheet_style_compute): Now can return the flags of the style that
	were not part of the default style.

	* src/file.c (dialog_query_load_file, workbook_save_as): Put the
	window close to the mouse.

	* src/workbook.c (sheet_check_dirty, workbook_close): Do not
	cancel without warning the user if the workbook has changed.
	(workbook_new, workbook_can_close, workbook_window_destroy,
	quit_cmd, close_cmd): Reorganized the code to suit the new code to
	prevent inadvertent quits.

svn path=/trunk/; revision=429
1998-10-06 23:17:23 +00:00
d615e93107 Added test for xlc, to run automake with --include-deps
svn path=/trunk/; revision=428
1998-10-06 05:01:50 +00:00
152fd20f32 Remove `-W'. (warn-unused): Remove.
* compiler-flags.m4 (warnCFLAGS): Remove `-W'.
(warn-unused): Remove.

svn path=/trunk/; revision=427
1998-10-05 23:26:49 +00:00
41b1aecf47 Fix typo while signaling the error.
1998-10-05  Karl Eichwalder <ke@suse.de>

	* gnome-xml-check.m4: Fix typo while signaling the error.

svn path=/trunk/; revision=426
1998-10-05 18:57:27 +00:00
e94162c0a4 Added `AC_SUBST(libgtop_postinstall)'. This is used in
1998-10-01  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-sysdeps.m4 (libgtop_postinstall):
	Added `AC_SUBST(libgtop_postinstall)'. This is used in
	`src/daemon/Makefile.am' to make the server suid root or
	sgid kmem if required.

svn path=/trunk/; revision=420
1998-10-01 08:56:39 +00:00
a73b55050b Make it accept libgtop >= 0.25.0 again.
1998-09-28  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-check.m4: Make it accept libgtop >= 0.25.0 again.

svn path=/trunk/; revision=410
1998-09-28 20:05:03 +00:00
b9e0e47fee Make the default not to build the LibGTope examples.
1998-09-28  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-sysdeps.m4: Make the default not to build the
	LibGTope examples.

svn path=/trunk/; revision=409
1998-09-28 19:18:32 +00:00
dcb862d546 New configure parameter to add `-Wunused' to the warning flags.
1998-09-28  Martin Baulig  <martin@home-of-linux.org>

	* compiler-flags.m4 (--enable-warn-unused): New configure parameter
	to add `-Wunused' to the warning flags.

svn path=/trunk/; revision=408
1998-09-28 15:25:28 +00:00
84cf91f615 Make it require libgtop >= 0.26.2.
1998-09-27  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-check.m4: Make it require libgtop >= 0.26.2.

svn path=/trunk/; revision=404
1998-09-27 11:38:34 +00:00
8b71e81b3f List fish file system
svn path=/trunk/; revision=400
1998-09-25 22:27:31 +00:00
492f635013 Add checks for -lsocket -lnsl.
* gnome-ghttp-check.m4: Add checks for -lsocket -lnsl.

svn path=/trunk/; revision=397
1998-09-25 02:11:32 +00:00
0e5ef0d554 -)
* Say "Now type `make` to build $PKG_NAME", not "... the $PKG_NAME".  That
  was getting on my nerves :-)

svn path=/trunk/; revision=386
1998-09-20 19:19:24 +00:00
4bedda8d73 Use -W -Wno-unused
svn path=/trunk/; revision=385
1998-09-19 18:50:37 +00:00
40b5030acc Do not use -W as in the context of Gtk/Gnome, we get warnings for the
Do not use -W as in the context of Gtk/Gnome, we get warnings for
the unused parameters in callback funcions which we cant fix.

Miguel.

svn path=/trunk/; revision=384
1998-09-19 17:40:35 +00:00
e8c5cd3ae1 Remove commented out code.
* gnome-support.m4: Remove commented out code.

svn path=/trunk/; revision=383
1998-09-19 02:01:29 +00:00
c6af8ca073 Make libgnorba part of the build procedure. Fix the wrong gnome-popup-menu
Make libgnorba part of the build procedure.
Fix the wrong gnome-popup-menu commit.

Miguel.

svn path=/trunk/; revision=382
1998-09-18 05:12:37 +00:00