Commit Graph

213 Commits

Author SHA1 Message Date
9988b00f0a *** empty log message ***
svn path=/trunk/; revision=477
1998-11-17 21:05:17 +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
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
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
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
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
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
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
1fad87fb62 Added (AC_SUBST): `libgtop_have_sysinfo'.
1998-09-12  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-sysdeps.m4: Added (AC_SUBST): `libgtop_have_sysinfo'.

svn path=/trunk/; revision=374
1998-09-12 17:51:46 +00:00
83fe9208cc Added check for SMP support. (--with-libgtop-smp): New parameter, default
1998-09-09  Martin Baulig  <baulig@merkur.uni-trier.de>

	* gnome-libgtop-sysdeps.m4: Added check for SMP support.
	(--with-libgtop-smp): New parameter, default is to enable
	it only if you're running configure on a SMP system.
	Added (AC_DEFINE): `HAVE_LIBGTOP_SMP' if enabled.
	(LIBGTOP_SMP): New automake conditional.

svn path=/trunk/; revision=369
1998-09-09 12:23:22 +00:00
0e94defc99 Remove check for `canonicalize_file_name'.
* gnome-support.m4: Remove check for `canonicalize_file_name'.

svn path=/trunk/; revision=359
1998-09-02 22:53:56 +00:00
2be214b598 Check for canonicalize_file_name () and realpath () and add
1998-09-02  Martin Baulig  <martin@home-of-linux.org>

	* gnome-support.m4: Check for canonicalize_file_name () and
 	realpath () and add `canonicalize.o' to LIBOBJS if required.

svn path=/trunk/; revision=358
1998-09-02 08:02:29 +00:00
0c255f1119 Added (AC_SUBST): `LIBGTOP_VERSION_CODE'. Added (AC_DEFINE_UNQUOTED):
1998-08-30  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-check.m4: Added (AC_SUBST): `LIBGTOP_VERSION_CODE'.
	Added (AC_DEFINE_UNQUOTED): `LIBGTOP_VERSION', `LIBGTOP_VERSION_CODE',
	`LIBGTOP_{MAJOR,MINOR,MICRO,SERVER}_VERSION'.

svn path=/trunk/; revision=353
1998-08-30 12:47:39 +00:00
9b6991077b Make it require libgtop >= 0.26.0. Added (AC_SUBST):
1998-08-29  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-check.m4: Make it require libgtop >= 0.26.0.
	Added (AC_SUBST): `LIBGTOP_INTERFACE_AGE' and `LIBGTOP_BINARY_AGE'.

svn path=/trunk/; revision=350
1998-08-29 21:25:02 +00:00
5edb2d96b9 Added (AC_SUBST): LIBGTOP_INTERFACE_AGE' and LIBGTOP_BINARY_AGE' for
1998-08-29  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-check.m4: Added (AC_SUBST):
	`LIBGTOP_INTERFACE_AGE' and `LIBGTOP_BINARY_AGE' for libtool.

svn path=/trunk/; revision=347
1998-08-29 21:18:50 +00:00
e4a4179f9d Oooo...it actually works now. Forgot a ,
1998-08-27  Christopher Blizzard  <blizzard@appliedtheory.com>

        * gnome-ghttp-check.m4: Oooo...it actually works now.
	  Forgot a ,

svn path=/trunk/; revision=345
1998-08-27 20:04:27 +00:00
a9dae64ea7 Umm...I think this works better. Doesn't break anything anyway.
1998-08-27  Christopher Blizzard  <blizzard@appliedtheory.com>

        * gnome-ghttp-check.m4: Umm...I think this works better.  Doesn't
        break anything anyway.

svn path=/trunk/; revision=344
1998-08-27 19:52:23 +00:00
11500f35b9 Make it work with a brain-dead /bin/sh and a brain-dead /bin/test.
1998-08-26  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Make it work
	with a brain-dead /bin/sh and a brain-dead /bin/test.

svn path=/trunk/; revision=342
1998-08-26 20:42:02 +00:00
4da4e49249 Use AC_MSG_WARN' if LibGTop cannot be found and the fail' argument is
1998-08-26  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Use `AC_MSG_WARN'
	if LibGTop cannot be found and the `fail' argument is not given.

svn path=/trunk/; revision=340
1998-08-26 12:43:09 +00:00
abdba7c651 Added setreuid', setregid' and `getpagesize'. (AC_TYPE_UID_T): New
1998-08-24  Martin Baulig  <martin@home-of-linux.org>

	* gnome-support.m4 (GCC_NEED_DECLARATIONS): Added `setreuid',
	`setregid' and `getpagesize'.
	(AC_TYPE_UID_T): New check.

svn path=/trunk/; revision=334
1998-08-24 19:30:06 +00:00
eb752301e0 Add gnome-ghttp-check.m4 to the Makefile.
1998-08-24  Christopher Blizzard  <blizzard@appliedtheory.com>

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

svn path=/trunk/; revision=333
1998-08-24 13:58:23 +00:00
8a43c49459 You can give this macro two parameters: the required version number and an
1998-08-23  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): You can give
	this macro two parameters: the required version number and
	an optional `fail' argument to make it fail if LibGTop is
	not found.

svn path=/trunk/; revision=330
1998-08-23 16:26:47 +00:00
ea96ac1a82 Added check for -lnsl' and -lsocket' if `build-guile' cannot be found.
1998-08-22  Martin Baulig  <martin@home-of-linux.org>

	* gnome-guile-checks.m4: Added check for `-lnsl' and `-lsocket'
	if `build-guile' cannot be found.

svn path=/trunk/; revision=329
1998-08-21 23:52:38 +00:00
bfdb2a9614 New file. Defines the GNOME_COMPILER_WARNINGS macro. Add
* compiler-flags.m4: New file.  Defines the
GNOME_COMPILER_WARNINGS macro.
* autogen.sh (conf_flags): Add `--enable-compile-warnings' to list
of flags passed to `configure'.
* Makefile.am (MACROS): Add compiler-flags.m4.

svn path=/trunk/; revision=327
1998-08-20 21:23:52 +00:00
b7c9e891f6 make it require libgtop >= 0.25.0. Added (AC_SUBST):
1998-08-18  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-check.m4: make it require libgtop >= 0.25.0.
	Added (AC_SUBST): `LIBGTOP_MICRO_VERSION' and `LIBGTOP_EXTRA_LIBS'.

svn path=/trunk/; revision=322
1998-08-18 12:15:39 +00:00
c01b9850eb Completely rewrote this file. It uses now the `libgtop-config' script and
1998-08-17  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-check.m4: Completely rewrote this file. It
	uses now the `libgtop-config' script and also checks for
	correct libgtop version.

svn path=/trunk/; revision=320
1998-08-16 23:23:41 +00:00
f91ebfeae9 Added `freebsd' directory.
1998-08-06  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-sysdeps.m4: Added `freebsd' directory.

svn path=/trunk/; revision=304
1998-08-06 21:52:01 +00:00
6c3c0efea6 Define USE_DEVGTK unconditionally to `true'.
* gnome-x-checks.m4: Define USE_DEVGTK unconditionally to `true'.

Before people start screaming.  USE_DEVGTK (or its lack of) is used to
disable compiling some stuff.

svn path=/trunk/; revision=299
1998-08-04 23:56:12 +00:00
473fe5d0fc make it require GTK >= 1.1.1 dnl'd the dev_gtk since they will have to
1998-08-04  Stuart Parmenter  <pavlov@innerx.net>

        * gnome-x-checks.m4: (AM_PATH_GTK) make it require GTK >= 1.1.1
        dnl'd the dev_gtk since they will have to anyways.

svn path=/trunk/; revision=298
1998-08-04 23:44:57 +00:00
8aac6667d9 gnome.m4: (GNOME_INIT_HOOK): Call $1 also, if `gnome-config' is found and used
svn path=/trunk/; revision=297
1998-08-04 13:44:46 +00:00
d19286255d Use the `gnome-config' program if it exists.
* gnome.m4 (GNOME_CONFIG): Use the `gnome-config' program if it
exists.

With this, `make distcheck' on `gnome-core' inches forward slightly.

svn path=/trunk/; revision=295
1998-08-02 22:23:15 +00:00
32fec7af94 Remove `macros.dep'.
* Makefile.am (EXTRA_DIST): Remove `macros.dep'.

Because it doesn't work for srcdir != builddir.  I see no great loss
in not distributing this file -- it is used only in maintainer-mode,
and it is easily generated.  Anyone who's not using GNU make for
maintainer-mode is already not supported, so this doesn't make a
difference, I think.

svn path=/trunk/; revision=294
1998-08-02 01:50:52 +00:00
065d930830 New macro. Checks for u_int64_t' and int64_t'.
1998-07-30  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-check.m4 (GNOME_LIBGTOP_TYPES): New macro.
	Checks for `u_int64_t' and `int64_t'.

svn path=/trunk/; revision=293
1998-07-30 17:51:56 +00:00
131df2c4bb Added (AC_SUBST): LIBGTOP_NAMES_LIBS', LIBGTOP_NAMES_INCS',
1998-07-29  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-check.m4: Added (AC_SUBST):
	`LIBGTOP_NAMES_LIBS', `LIBGTOP_NAMES_INCS',
	`LIBGTOP_GUILE_LIBS', `LIBGTOP_GUILE_NAMES_LIBS',
	`LIBGTOP_MAJOR_VERSION', `LIBGTOP_MINOR_VERSION',
	`LIBGTOP_VERSION'.

	* gnome-libgtop-sysdeps.m4 (libgtop_sysdeps_dir):
	Added `AC_SUBST(libgtop_sysdeps_dir)'.

svn path=/trunk/; revision=292
1998-07-29 21:46:33 +00:00
f55db51d4b Check for functions that `error.c' looks for.
* gnome-support.m4: Check for functions that `error.c' looks for.

svn path=/trunk/; revision=291
1998-07-29 20:38:32 +00:00
e66556dbdc Removed.
1998-07-29  Martin Baulig  <martin@home-of-linux.org>

	* gnome-fileutils.m4 (AM_FUNC_ERROR_AT_LINE): Removed.

	* gnome-support.m4 (AM_FUNC_ERROR_AT_LINE): New check.

svn path=/trunk/; revision=290
1998-07-29 10:53:18 +00:00
6b2ca8957a Changed Gtk version test to use GTK_HAVE_FEATURES_1_1_0.
1998-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* gnome-x-checks.m4: Changed Gtk version test to use
	GTK_HAVE_FEATURES_1_1_0.

svn path=/trunk/; revision=289
1998-07-27 18:37:15 +00:00