platform/upstream/gnome-common.git
25 years agoInitial revision
Martin Baulig [Wed, 2 Sep 1998 07:36:18 +0000 (07:36 +0000)]
Initial revision

svn path=/trunk/; revision=368

25 years agoInitial revision
Martin Baulig [Wed, 2 Sep 1998 07:22:53 +0000 (07:22 +0000)]
Initial revision

svn path=/trunk/; revision=365

25 years agoAdded (AC_SUBST): `LIBGTOP_VERSION_CODE'. Added (AC_DEFINE_UNQUOTED):
Martin Baulig [Sun, 30 Aug 1998 12:47:39 +0000 (12:47 +0000)]
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=360

25 years agoMake it require libgtop >= 0.26.0. Added (AC_SUBST):
Martin Baulig [Sat, 29 Aug 1998 21:25:02 +0000 (21:25 +0000)]
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=359

25 years agoAdded (AC_SUBST): `LIBGTOP_INTERFACE_AGE' and `LIBGTOP_BINARY_AGE' for
Martin Baulig [Sat, 29 Aug 1998 21:18:50 +0000 (21:18 +0000)]
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=356

25 years agoOooo...it actually works now. Forgot a ,
Christopher Blizzard [Thu, 27 Aug 1998 20:04:27 +0000 (20:04 +0000)]
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=355

25 years agoUmm...I think this works better. Doesn't break anything anyway.
Christopher Blizzard [Thu, 27 Aug 1998 19:52:23 +0000 (19:52 +0000)]
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=354

25 years agoMake it work with a brain-dead /bin/sh and a brain-dead /bin/test.
Martin Baulig [Wed, 26 Aug 1998 20:42:02 +0000 (20:42 +0000)]
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=352

25 years agoUse `AC_MSG_WARN' if LibGTop cannot be found and the `fail' argument is
Martin Baulig [Wed, 26 Aug 1998 12:43:09 +0000 (12:43 +0000)]
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=351

25 years agoEmit declarations for `setreuid', `setregid' and `getpagesize' if required
Martin Baulig [Mon, 24 Aug 1998 19:35:20 +0000 (19:35 +0000)]
Emit declarations for `setreuid', `setregid' and `getpagesize' if required

1998-08-24  Martin Baulig  <martin@home-of-linux.org>

* gnomesupport.awk: Emit declarations for `setreuid', `setregid'
and `getpagesize' if required (GCC_NEED_DECLARATIONS).

svn path=/trunk/; revision=350

25 years agoAdded `setreuid', `setregid' and `getpagesize'. (AC_TYPE_UID_T): New
Martin Baulig [Mon, 24 Aug 1998 19:30:06 +0000 (19:30 +0000)]
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=348

25 years agoAdd gnome-ghttp-check.m4 to the Makefile.
Christopher Blizzard [Mon, 24 Aug 1998 13:58:23 +0000 (13:58 +0000)]
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=347

25 years agomacro for checking for gnome-http
Christopher Blizzard [Sun, 23 Aug 1998 21:05:13 +0000 (21:05 +0000)]
macro for checking for gnome-http

* macro for checking for gnome-http

svn path=/trunk/; revision=346

25 years agoYou can give this macro two parameters: the required version number and an
Martin Baulig [Sun, 23 Aug 1998 16:26:47 +0000 (16:26 +0000)]
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=343

25 years agoAdded check for `-lnsl' and `-lsocket' if `build-guile' cannot be found.
Martin Baulig [Fri, 21 Aug 1998 23:52:38 +0000 (23:52 +0000)]
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=342

25 years agoReword log-entry to be less misleading.
Raja R Harinath [Fri, 21 Aug 1998 21:21:52 +0000 (21:21 +0000)]
Reword log-entry to be less misleading.

svn path=/trunk/; revision=341

25 years agoNew file. Defines the GNOME_COMPILER_WARNINGS macro. Add
Raja R Harinath [Thu, 20 Aug 1998 21:23:52 +0000 (21:23 +0000)]
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=340

25 years agomake it require libgtop >= 0.25.0. Added (AC_SUBST):
Martin Baulig [Tue, 18 Aug 1998 12:15:39 +0000 (12:15 +0000)]
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=336

25 years agoAdded explicit dependency `error.c: gnomesupport.h'.
Martin Baulig [Tue, 18 Aug 1998 11:47:13 +0000 (11:47 +0000)]
Added explicit dependency `error.c: gnomesupport.h'.

1998-08-18  Martin Baulig  <martin@home-of-linux.org>

* Makefile.am: Added explicit dependency `error.c: gnomesupport.h'.

* gnomesupport-fake.h: Include `sys/types.h' to get `size_t' under
FreeBSD.

svn path=/trunk/; revision=335

25 years agoInclude `gnomesupport.h' only if we really `NEED_GNOMESUPPORT_H'.
Martin Baulig [Mon, 17 Aug 1998 22:47:49 +0000 (22:47 +0000)]
Include `gnomesupport.h' only if we really `NEED_GNOMESUPPORT_H'.

1998-08-18  Martin Baulig  <martin@home-of-linux.org>

* gnomesupport-fake.h: Include `gnomesupport.h' only if we really
`NEED_GNOMESUPPORT_H'.

svn path=/trunk/; revision=334

25 years agoCompletely rewrote this file. It uses now the `libgtop-config' script and
Martin Baulig [Sun, 16 Aug 1998 23:23:41 +0000 (23:23 +0000)]
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=333

25 years ago`make distcheck' cleanups - Hey, it really works, guys !
Martin Baulig [Sun, 16 Aug 1998 20:14:23 +0000 (20:14 +0000)]
`make distcheck' cleanups - Hey, it really works, guys !

svn path=/trunk/; revision=332

25 years agoAdded all source and header files that are in CVS to make sure everything
Martin Baulig [Sun, 16 Aug 1998 20:13:21 +0000 (20:13 +0000)]
Added all source and header files that are in CVS to make sure everything

1998-08-16  Martin Baulig  <martin@home-of-linux.org>

* Makefile.am (EXTRA_DIST): Added all source and header files that
are in CVS to make sure everything is included in the distribution
no matter which files are used on the build system.

svn path=/trunk/; revision=331

25 years agoList `gnomesupport.h' here to ensure that it is built.
Raja R Harinath [Sat, 15 Aug 1998 20:14:18 +0000 (20:14 +0000)]
List `gnomesupport.h' here to ensure that it is built.

* Makefile.am (libgnomesupport_la_SOURCES): List `gnomesupport.h'
here to ensure that it is built.

This should explain why `gnomesupport.h' isn't being built for all
those people building out of the tarballs.

svn path=/trunk/; revision=330

26 years agoAdded `freebsd' directory.
Martin Baulig [Thu, 6 Aug 1998 21:52:01 +0000 (21:52 +0000)]
Added `freebsd' directory.

1998-08-06  Martin Baulig  <martin@home-of-linux.org>

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

svn path=/trunk/; revision=326

26 years agoAdd `gnomesupport-fake.h'.
Raja R Harinath [Thu, 6 Aug 1998 01:09:08 +0000 (01:09 +0000)]
Add `gnomesupport-fake.h'.

* Makefile.am (noinst_HEADERS): Add `gnomesupport-fake.h'.

svn path=/trunk/; revision=325

26 years agoDo not abort on obj-c not being there
Arturo Espinosa [Wed, 5 Aug 1998 23:21:28 +0000 (23:21 +0000)]
Do not abort on obj-c not being there

svn path=/trunk/; revision=322

26 years agoDefine USE_DEVGTK unconditionally to `true'.
Raja R Harinath [Tue, 4 Aug 1998 23:56:12 +0000 (23:56 +0000)]
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=320

26 years agomake it require GTK >= 1.1.1 dnl'd the dev_gtk since they will have to
Stuart Parmenter [Tue, 4 Aug 1998 23:44:57 +0000 (23:44 +0000)]
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=319

26 years agognome.m4: (GNOME_INIT_HOOK): Call $1 also, if `gnome-config' is found and used
Sebastian Wilhelmi [Tue, 4 Aug 1998 13:44:46 +0000 (13:44 +0000)]
gnome.m4: (GNOME_INIT_HOOK): Call $1 also, if `gnome-config' is found and used

svn path=/trunk/; revision=318

26 years agoUse the `gnome-config' program if it exists.
Raja R Harinath [Sun, 2 Aug 1998 22:23:15 +0000 (22:23 +0000)]
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=317

26 years agoClean up #ifdef logic some more. (HAVE_STRERROR_R): Step on implementation
Raja R Harinath [Sun, 2 Aug 1998 22:05:26 +0000 (22:05 +0000)]
Clean up #ifdef logic some more. (HAVE_STRERROR_R): Step on implementation

* error.c (program_name): Clean up #ifdef logic some more.
(HAVE_STRERROR_R): Step on implementation namespace only if _LIBC.

svn path=/trunk/; revision=316

26 years agoRemove `macros.dep'.
Raja R Harinath [Sun, 2 Aug 1998 01:50:52 +0000 (01:50 +0000)]
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=315

26 years agoNew macro. Checks for `u_int64_t' and `int64_t'.
Martin Baulig [Thu, 30 Jul 1998 17:51:56 +0000 (17:51 +0000)]
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=314

26 years agoMaking weak alias `__error' and `__error_at_line' only if `_LIBC' is
Martin Baulig [Thu, 30 Jul 1998 15:57:28 +0000 (15:57 +0000)]
Making weak alias `__error' and `__error_at_line' only if `_LIBC' is

1998-07-30  Martin Baulig  <martin@home-of-linux.org>

* error.c: Making weak alias `__error' and `__error_at_line'
only if `_LIBC' is defined and not if we only
HAVE_PROGRAM_INVOCATION_NAME.

svn path=/trunk/; revision=313

26 years agodon't strcmp() a NULL longName
Erik Troan [Thu, 30 Jul 1998 14:53:29 +0000 (14:53 +0000)]
don't strcmp() a NULL longName

svn path=/trunk/; revision=310

26 years agofixed stupif strdup() mistake
Erik Troan [Thu, 30 Jul 1998 14:18:58 +0000 (14:18 +0000)]
fixed stupif strdup() mistake

svn path=/trunk/; revision=309

26 years agoInclude gnome-argp.h to get `program_invocation_name'.
Martin Baulig [Thu, 30 Jul 1998 08:29:54 +0000 (08:29 +0000)]
Include gnome-argp.h to get `program_invocation_name'.

1998-07-30  Martin Baulig  <martin@home-of-linux.org>

* gnomesupport-fake.h: Include gnome-argp.h to get
`program_invocation_name'.

svn path=/trunk/; revision=308

26 years agoAdded (AC_SUBST): `LIBGTOP_NAMES_LIBS', `LIBGTOP_NAMES_INCS',
Martin Baulig [Wed, 29 Jul 1998 21:46:33 +0000 (21:46 +0000)]
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=307

26 years agoCheck for functions that `error.c' looks for.
Raja R Harinath [Wed, 29 Jul 1998 20:38:32 +0000 (20:38 +0000)]
Check for functions that `error.c' looks for.

* gnome-support.m4: Check for functions that `error.c' looks for.

svn path=/trunk/; revision=306

26 years agoNew file. Fake in HAVE_* for functions that are provided by `gnomesupport'
Raja R Harinath [Wed, 29 Jul 1998 20:37:19 +0000 (20:37 +0000)]
New file. Fake in HAVE_* for functions that are provided by `gnomesupport'

* gnomesupport-fake.h: New file.  Fake in HAVE_* for functions
that are provided by `gnomesupport' rather than `libc'.
* error.c: Include gnomesupport-fake.h.
(program_name): Define to `program_invocation_name' if
HAVE_PROGRAM_INVOCATION_NAME.

svn path=/trunk/; revision=305

26 years agoadded poptSetExecPath()
Erik Troan [Wed, 29 Jul 1998 16:02:55 +0000 (16:02 +0000)]
added poptSetExecPath()

svn path=/trunk/; revision=304

26 years agosuccess check of access() was backwards
Erik Troan [Wed, 29 Jul 1998 14:37:11 +0000 (14:37 +0000)]
success check of access() was backwards

svn path=/trunk/; revision=303

26 years agoRemoved.
Martin Baulig [Wed, 29 Jul 1998 10:53:18 +0000 (10:53 +0000)]
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=302

26 years agoNew files. Imported from glibc.
Martin Baulig [Wed, 29 Jul 1998 10:47:18 +0000 (10:47 +0000)]
New files. Imported from glibc.

1998-07-29  Martin Baulig  <martin@home-of-linux.org>

* error.c, error.h: New files.  Imported from glibc.

* Makefile.am (supportinclude_HEADERS): Added `error.h'.

svn path=/trunk/; revision=301

26 years agoInitial revision
Martin Baulig [Wed, 29 Jul 1998 10:38:54 +0000 (10:38 +0000)]
Initial revision

svn path=/trunk/; revision=297

26 years ago1) pass the name of the current exectuable to exec'd scripts
Erik Troan [Mon, 27 Jul 1998 18:55:56 +0000 (18:55 +0000)]
1) pass the name of the current exectuable to exec'd scripts
2) removed support for setting up popt alises through enviornment variables

svn path=/trunk/; revision=296

26 years ago*** empty log message ***
Erik Troan [Mon, 27 Jul 1998 18:53:42 +0000 (18:53 +0000)]
*** empty log message ***

svn path=/trunk/; revision=295

26 years agoChanged Gtk version test to use GTK_HAVE_FEATURES_1_1_0.
Federico Mena Quintero [Mon, 27 Jul 1998 18:37:15 +0000 (18:37 +0000)]
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=294

26 years ago1) moved duplicated alias handling code into handleAlias()
Erik Troan [Mon, 27 Jul 1998 15:53:36 +0000 (15:53 +0000)]
1) moved duplicated alias handling code into handleAlias()
2) added support for exec options

svn path=/trunk/; revision=293

26 years ago1) renamed POPT_KEEP_FIRST to POPT_CONTEXT_KEEP_FIRST
Erik Troan [Mon, 27 Jul 1998 15:52:21 +0000 (15:52 +0000)]
1) renamed POPT_KEEP_FIRST to POPT_CONTEXT_KEEP_FIRST
2) added POPT_CONTEXT_NO_EXEC

svn path=/trunk/; revision=292

26 years agodon't use mmap anymore -- it's not worth the trouble
Erik Troan [Mon, 27 Jul 1998 12:55:49 +0000 (12:55 +0000)]
don't use mmap anymore -- it's not worth the trouble

svn path=/trunk/; revision=291

26 years agoAdded gnome-xml-check.m4 for libxml detection, Daniel.
Daniel Veillard [Sun, 26 Jul 1998 21:55:40 +0000 (21:55 +0000)]
Added gnome-xml-check.m4 for libxml detection, Daniel.

svn path=/trunk/; revision=290

26 years agoNo longer requiring `GNOME_LIBGTOP_SYSDEPS'.
Martin Baulig [Fri, 24 Jul 1998 14:49:06 +0000 (14:49 +0000)]
No longer requiring `GNOME_LIBGTOP_SYSDEPS'.

1998-07-24  Martin Baulig  <martin@home-of-linux.org>

* gnome-libgtop-check.m4: No longer requiring
`GNOME_LIBGTOP_SYSDEPS'.

svn path=/trunk/; revision=289

26 years agoAdded linger.m4. New file.
Tom Tromey [Fri, 24 Jul 1998 06:50:18 +0000 (06:50 +0000)]
Added linger.m4. New file.

Fri Jul 24 00:45:38 1998  Tom Tromey  <tromey@cygnus.com>

* Makefile.am (MACROS): Added linger.m4.
* linger.m4: New file.

svn path=/trunk/; revision=288

26 years agoActually add files mentioned in last commit
Tom Tromey [Fri, 24 Jul 1998 06:19:39 +0000 (06:19 +0000)]
Actually add files mentioned in last commit

svn path=/trunk/; revision=287

26 years agoAdded gnome-undelfs.m4, gnome-vfs.m4. New file. New file.
Tom Tromey [Fri, 24 Jul 1998 06:14:30 +0000 (06:14 +0000)]
Added gnome-undelfs.m4, gnome-vfs.m4. New file. New file.

Thu Jul 23 22:41:23 1998  Tom Tromey  <tromey@cygnus.com>

* Makefile.am (MACROS): Added gnome-undelfs.m4, gnome-vfs.m4.
* gnome-undelfs.m4: New file.
* gnome-vfs.m4: New file.

svn path=/trunk/; revision=286

26 years agoAdded some reasonable defaults to allow cross compiling; removed
Martin Baulig [Wed, 22 Jul 1998 17:19:01 +0000 (17:19 +0000)]
Added some reasonable defaults to allow cross compiling; removed

1998-07-22  Martin Baulig  <martin@home-of-linux.org>

* gnome-fileutils.m4: Added some reasonable defaults to allow
cross compiling; removed `mountlist.o' and `fsusage.o' from
LIBOBJS.

svn path=/trunk/; revision=285

26 years agoIf no build-guile, link against readline before termcap.
Tom Tromey [Wed, 22 Jul 1998 05:52:27 +0000 (05:52 +0000)]
If no build-guile, link against readline before termcap.

Tue Jul 21 23:44:53 1998  Tom Tromey  <tromey@cygnus.com>

* gnome-guile-checks.m4: If no build-guile, link against readline
before termcap.

svn path=/trunk/; revision=284

26 years agoRemoved. Using `const' instead of `CONST'.
Martin Baulig [Fri, 17 Jul 1998 08:29:39 +0000 (08:29 +0000)]
Removed. Using `const' instead of `CONST'.

1998-07-17  Martin Baulig  <martin@home-of-linux.org>

* strtol.c, strtoul.c (<ansidecl.h>): Removed. Using
`const' instead of `CONST'.

svn path=/trunk/; revision=283

26 years agoEmit declaration.
Raja R Harinath [Wed, 15 Jul 1998 23:51:59 +0000 (23:51 +0000)]
Emit declaration.

* gnomesupport.awk (gethostname): Emit declaration.

svn path=/trunk/; revision=282

26 years agoAdd `need-declaration.m4'.
Raja R Harinath [Wed, 15 Jul 1998 23:47:31 +0000 (23:47 +0000)]
Add `need-declaration.m4'.

* Makefile.am (MACROS): Add `need-declaration.m4'.

* gnome-support.m4 (AC_REPLACE_FUNCS): Add memmove, strtod,
strtol, strtoul.
(GCC_NEED_DECLARATIONS): New check.  Check whether `gethostname'
needs to be declared.

* need-declaration.m4: New file.  Stolen from EGCS.

svn path=/trunk/; revision=281

26 years agofix typo - s/strtol/strtoul/
Elliot Lee [Wed, 15 Jul 1998 20:30:10 +0000 (20:30 +0000)]
fix typo - s/strtol/strtoul/

svn path=/trunk/; revision=280

26 years agoEmit declarations.
Martin Baulig [Wed, 15 Jul 1998 16:08:27 +0000 (16:08 +0000)]
Emit declarations.

1998-07-15  Martin Baulig  <baulig@Stud.Informatik.uni-trier.de>

* gnomesupport-h.c (memmove strtod strtol strtoul): Emit
declarations.

* memmove.c: New file.  Imported from GNU libiberty.

* strtod.c, strtol.c, strtoul.c: New files. Imported from
GNU libiberty.

svn path=/trunk/; revision=279

26 years agoInitial revision
Martin Baulig [Wed, 15 Jul 1998 12:58:15 +0000 (12:58 +0000)]
Initial revision

svn path=/trunk/; revision=275

26 years agoSystems that don't have `mkstemp' probably don't have <stdint.h> either.
Raja R Harinath [Tue, 14 Jul 1998 06:42:25 +0000 (06:42 +0000)]
Systems that don't have `mkstemp' probably don't have <stdint.h> either.

* mkstemp.c (<stdint.h>): Systems that don't have `mkstemp'
probably don't have <stdint.h> either.  Will fix it with a proper
autoconf test later.

svn path=/trunk/; revision=274

26 years agoDefine to `extern __inline__', rather that `extern inline'. Since this
Raja R Harinath [Mon, 13 Jul 1998 06:45:26 +0000 (06:45 +0000)]
Define to `extern __inline__', rather that `extern inline'. Since this

* argp.h (ARGP_EI): Define to `extern __inline__', rather that
`extern inline'.  Since this code is inside an __OPTIMIZE__ check,
I assume this is GCC, and __inline__ will work.

* mkstemp.c: New file.
* gnomesupport.awk: Conditionally emit prototype for `mkstemp'.

svn path=/trunk/; revision=273

26 years agoAdd check for `mkstemp'.
Raja R Harinath [Mon, 13 Jul 1998 06:45:08 +0000 (06:45 +0000)]
Add check for `mkstemp'.

* gnome-support.m4 (AC_REPLACE_FUNCS): Add check for `mkstemp'.

svn path=/trunk/; revision=272

26 years agoDon't include <malloc.h>.
Tom Tromey [Tue, 7 Jul 1998 06:07:59 +0000 (06:07 +0000)]
Don't include <malloc.h>.

Tue Jul  7 00:02:51 1998  Tom Tromey  <tromey@cygnus.com>

* argp-help.c: Don't include <malloc.h>.

svn path=/trunk/; revision=271

26 years agodon't include malloc.h on freebsd.
Chris Toshok [Sun, 5 Jul 1998 02:49:47 +0000 (02:49 +0000)]
don't include malloc.h on freebsd.

svn path=/trunk/; revision=270

26 years agoNo longer use `glibtop_machine.h' for Linux.
Martin baulig [Fri, 3 Jul 1998 17:19:08 +0000 (17:19 +0000)]
No longer use `glibtop_machine.h' for Linux.

1998-07-03  Martin baulig  <martin@home-of-linux.org>

* macros/gnome-libgtop-sysdeps.m4: No longer use
`glibtop_machine.h' for Linux.

* sysdeps/linux/glibtop_machine.h: Removed.

* sysdeps/guile/guile.awk: Using `scm_append'
instead of `gh_append'.

* sysdeps/guile/names/guile-names.awk: dito.

* sysdeps/linux/*.c: Using code from stable branch again.

* include/glibtop/parameter.h: New file.

* lib/parameter.c: New file.

* lib/{open, init}.c: Done some more work on server
initialization

svn path=/trunk/; revision=269

26 years agoyet another change to curses.m4 - documentation & formatting, remove unsed vars
Scott D Heavner [Wed, 1 Jul 1998 21:56:31 +0000 (21:56 +0000)]
yet another change to curses.m4 - documentation & formatting, remove unsed vars

svn path=/trunk/; revision=268

26 years agoInitial revision
Raja R Harinath [Wed, 1 Jul 1998 01:22:38 +0000 (01:22 +0000)]
Initial revision

svn path=/trunk/; revision=265

26 years agoAdd all the `.m4' files here.
Raja R Harinath [Tue, 30 Jun 1998 00:13:24 +0000 (00:13 +0000)]
Add all the `.m4' files here.

* Makefile.am (MACROS): Add all the `.m4' files here.

svn path=/trunk/; revision=264

26 years agocurses.m4: Need AC_SUBST(CURSES_INCLUDEDIR) not CURSES_INCLUDES
Scott D Heavner [Mon, 29 Jun 1998 18:07:21 +0000 (18:07 +0000)]
curses.m4: Need AC_SUBST(CURSES_INCLUDEDIR) not CURSES_INCLUDES

svn path=/trunk/; revision=263

26 years agowas leaving conftest.* files lying around after tests.
Scott D Heavner [Mon, 29 Jun 1998 17:30:23 +0000 (17:30 +0000)]
was leaving conftest.* files lying around after tests.

svn path=/trunk/; revision=262

26 years agoUse egcs if it's available. The gcc that ships with RedHat 5.1 doesn't do
Christopher Blizzard [Sat, 27 Jun 1998 14:36:13 +0000 (14:36 +0000)]
Use egcs if it's available. The gcc that ships with RedHat 5.1 doesn't do

1998-06-27  Christopher Blizzard  <blizzard@foo.appliedtheory.com>

        * gnome-objc-checks.m4: Use egcs if it's available.  The gcc that
        ships with RedHat 5.1 doesn't do objc, egcs does.

svn path=/trunk/; revision=261

26 years agoAutodetect curses for cyahtzee.
Scott D Heavner [Fri, 26 Jun 1998 22:28:02 +0000 (22:28 +0000)]
Autodetect curses for cyahtzee.

svn path=/trunk/; revision=260

26 years agoMinor whitespace change.
Raja R Harinath [Thu, 25 Jun 1998 02:54:38 +0000 (02:54 +0000)]
Minor whitespace change.

svn path=/trunk/; revision=259

26 years agoNew check. (vprintf): New check. (ftruncate.c): Remove check. This needs
Raja R Harinath [Wed, 24 Jun 1998 18:51:25 +0000 (18:51 +0000)]
New check. (vprintf): New check. (ftruncate.c): Remove check. This needs

* gnome-fileutils.m4 (AM_FUNC_ERROR_AT_LINE): New check.
(vprintf): New check.
(ftruncate.c): Remove check.
This needs to be further cleaned up to only list what is
needed for gdiskfree.
* Makefile.am (MACROS): Add gnome-fileutils.m4.

svn path=/trunk/; revision=258

26 years ago*** empty log message ***
Martin Baulig [Sun, 14 Jun 1998 02:20:25 +0000 (02:20 +0000)]
*** empty log message ***

svn path=/trunk/; revision=255

26 years agoNew automake conditional; also defines HAVE_LINUX_TABLE.
Martin Baulig [Sun, 14 Jun 1998 02:15:34 +0000 (02:15 +0000)]
New automake conditional; also defines HAVE_LINUX_TABLE.

1998-06-14  Martin Baulig  <martin@home-of-linux.org>

* gnome-libgtop-sysdeps.m4 (LINUX_TABLE): New automake conditional;
also defines HAVE_LINUX_TABLE.

1998-06-13  Martin Baulig  <martin@home-of-linux.org>

* gnome-libgtop-sysdeps.m4: Added check for the table ()
system call in the linux kernel.

1998-06-11  Raja R Harinath  <harinath@cs.umn.edu>

* gnome-x-checks.m4 (USE_DEVGTK): Use AC_EGREP_CPP rather than
AC_CHECK_HEADER.  AC_CHECK_HEADER is fooled by warnings.

* gnome-support.m4 (AC_PROG_AWK): Look for awk.
(CROSS_COMPILING): Remove conditional.

Wed Jun 10 14:19:39 EDT 1998 Gregory McLean <gregm@comstar.net>

* gnome-x-checks.m4: More tweeks to make building against gtk 1.0
  and gtk1.1 less painful.

1998-06-08  Martin Baulig  <martin@home-of-linux.org>

* gnome-support.m4 (CROSS_COMPILING): New automake conditional;
(need_gnome_support): added `AC_SUBST(need_gnome_support)'.

1998-06-07  Martin Baulig  <martin@home-of-linux.org>

* gnome-guile-checks.m4 (GNOME_CHECK_GUILE): When
cross-compiling, we now check for `$host_alias-buile-guile'.

1998-06-03  Martin Baulig  <martin@home-of-linux.org>

* gnome-guile-checks.m4 (GNOME_CHECK_GUILE): Looks also
in $GNOME_LIBDIR; added failflag: GNOME_CHECK_GUILE(fail)
will abort if guile cannot be found.

1998-05-23  Martin Baulig  <martin@home-of-linux.org>

* gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_HOOK):
(libgtop_use_machine_h): Set this to true on SunOS.

1998-05-22  Martin Baulig  <baulig@merkur.uni-trier.de>

* gnome-fileutils.m4 (GNOME_FILEUTILS_CHECKS): New file.
Imported from `configure.in' in GNU fileutils 3.16. It does
all the checks that are needed for the diskusage applet.

1998-05-22  Martin Baulig  <martin@home-of-linux.org>

* gnome-libgtop-check.m4 (GNOME_LIBGTOP_HOOK): New file.
Checks whether libgtop is installed and reads its `libgtopConf.sh'
file if it can be found. Defines HAVE_LIBGTOP on success and
provides HAVE_LIBGTOP automake conditional.

1998-05-21  Martin Baulig  <martin@home-of-linux.org>

* gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_SYSDEPS): New file.
(libgtop_sysdeps_dir): sysdeps directory libgtop uses.
(libgtop_use_machine_h): define HAVE_GLIBTOP_MACHINE_H if this
is `yes'.
(libgtop_need_server): we only need the libgtop server, when
this has a value of `yes'. Defines NEED_LIBGTOP and NEED_LIBGTOP
automake conditional.

1998-05-19  Raja R Harinath  <harinath@cs.umn.edu>

* gnome-support.m4 (strerror): New check.
(sys_errlist): Check for this variable, needed for `strerror'.
(program_invocation_name, program_invocation_short_name): Change
method used to check for these.

1998-05-09  Raja R Harinath  <harinath@cs.umn.edu>

* autogen.sh: Remove simple-minded check for `gtk+'.

Fri Apr 24 16:43:38 1998  Owen Taylor  <otaylor@gtk.org>

* autogen.sh: Pass the results of the environment variable
ACLOCAL_FLAGS to aclocal. This allows, for instance,

 ACLOCAL_FLAGS="-I /home/owen/share/aclocal/" autogen.sh

Sun Apr 19 01:35:53 EDT 1998 Gregory McLean <gregm@comstar.net>

        * gnome-x-checks.m4: Updated the gtk check to check for 1.0.0.

1998-04-08  Raja R Harinath  <harinath@cs.umn.edu>

* autogen.sh: Update to list newer versions of packages.
* gnome-support.m4: Add `scandir' to AC_REPLACE_FUNCS.
Also run AC_HEADER_DIRENT.

1998-03-31  Raja R Harinath  <harinath@cs.umn.edu>

* gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf.

Thu Mar 19 23:23:30 1998  Tom Tromey  <tromey@cygnus.com>

* gnome.m4: An empty true branch of an `if' statement is not valid
sh syntax.  If GNOME_INIT_HOOK argument $1 is empty, use ":"
instead.

1998-03-19  Miguel de Icaza  <miguel@nuclecu.unam.mx>

* gnome.m4 (GNOME_INIT_HOOK): Provide a way to hook some code to
execute;  Accept a probe mode.

(GNOME_INIT): Define in terms of GNOME_INIT_HOOK.

Thu Mar 19 00:17:46 1998  Tom Tromey  <tromey@cygnus.com>

* gnome-support.m4: Cache results of check for
program_invocation_short_name, program_invocation_name.  Check to
make sure argp functions are in a library.

* gnome-support.m4: Cache results of argp check.

Sun Mar 15 15:54:43 1998  Owen Taylor  <owt1@cornell.edu>

* gnome-x-checks.m4: Replaced checks for X and GTK
with AM_PATH_GTK. x_include, X_LIBS, etc, variables no longer
defined.

1998-03-12  Raja R Harinath  <harinath@cs.umn.edu>

* gnome-support.m4: Add a check for <linewrap.h> -- this enables
some optimizations when compiling `argp'.

Mon Mar  9 19:32:42 1998  Tom Tromey  <tromey@cygnus.com>

* gnome-support.m4: Build vsnprintf.o, not vsnprint.o.

1998-03-09  Raja R Harinath  <harinath@cs.umn.edu>

* gnome-support.m4: Add check for `vsnprintf'.

Sun Mar  8 17:04:28 1998  Tom Tromey  <tromey@cygnus.com>

* gnome-support.m4: Set need_gnome_support shell variable.  Define
BUILD_GNOME_SUPPORT automake conditional.  Define LTLIBOBJS.  Look
for argp_domain element in struct argp.

Sat Mar  7 00:04:22 1998  Tom Tromey  <tromey@cygnus.com>

* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Add argp-pvh.o to
LIBOBJS.

* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Check for strnlen().

Wed Mar  4 01:02:55 1998  Tom Tromey  <tromey@cygnus.com>

* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Check for argp code,
strndup, program_invocation_name, program_invocation_short_name.

Mon Mar  2 15:27:44 1998  Tom Tromey  <tromey@cygnus.com>

* gnome-x-checks.m4 (GNOME_X_CHECKS): Also check for SMlib.h; some
Solaris systems have -lSM but not SMlib.h.

Sun Mar  1 17:49:42 1998  Tom Tromey  <tromey@cygnus.com>

* gnome.m4 (GNOME_INIT): Changed spacing so --help output looks
right.

Fri Feb 27 10:05:34 1998  Tom Tromey  <tromey@cygnus.com>

* gnome-objc-checks.m4 (GNOME_CHECK_OBJC): Set OBJECTIVE_C shell
variable.

1998-02-26  Raja R Harinath  <harinath@cs.umn.edu>

* gnome-x-checks.m4 (CPPFLAGS): Put $X_CFLAGS here, not in
$CFLAGS.
(GNOME_HAVE_SM): New var.  `true' if we have libSM, `false'
otherwise.

1998-02-19  Raja R Harinath  <harinath@cs.umn.edu>

* gnome.m4: Remove `GNOME_CHECK_GNOME'.

1998-02-18  Raja R Harinath  <harinath@cs.umn.edu>

* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if
necessary.

1998-02-15  Raja R Harinath  <harinath@cs.umn.edu>

* Makefile.am (MACROS): Add `gnome-pthread-check.m4'.
* gnome-pthread-check.m4: New file.  Moved pthread check from
gnome-x-checks.m4 to here.
* gnome-objc-checks.m4: Use `gnome-pthread-check'.
(OBJC_LIBS): New config var.
* gnome-x-checks.m4: Add `AC_DEFINE(HAVE_LIBSM)' if `-lSM' is
already part of `$x_libs'.
Move pthread check to new file.

Sat Feb 14 12:45:35 1998  Tom Tromey  <tromey@cygnus.com>

* Makefile.am (macros.dep): Use single quotes, not double quotes.
Otherwise bash will interpret `$(...)' incorrectly.
(EXTRA_DIST): Include macros.dep in distribution.

1998-02-14  Raja R Harinath  <harinath@cs.umn.edu>

* Makefile.am (macros.dep): Put back doubled `$'.  We want the
expansion to occur in the including Makefile, not here.
Otherwise, there will be an extra `../' in the rule.

Sat Feb 14 17:41:28 KST 1998  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

* autogen.sh: multilple aclocal -I directories.

Sat Feb 14 01:09:37 1998  Tom Tromey  <tromey@cygnus.com>

* Makefile.am (macros.dep): Removed extra `$' from rule.

* gnome-x-checks.m4: Only check for -lSM if not already in
x_libs.

1998-02-13  Raja R Harinath  <harinath@cs.umn.edu>

* Makefile.am (EXTRA_DIST): Add `autogen.sh'.

* gnome-objc-checks.m4 (GNOME_INIT_OBJC): Solaris /bin/sh doesn't
understand `test -e'.

* autogen.sh: New file.

* gnome.m4 (GNOME_INIT): Look for gnomeConf.sh in $libdir, where
the installation actually installs it.

* Makefile.am (macros.dep): New maintainer rule for handling
automatic rebuilding of aclocal.m4 if any of the macros change.
(MACROS): New variable.  List of all `m4' macros in this
directory.

1998-02-12  Raja R Harinath  <harinath@cs.umn.edu>

* gnome-support.m4: New file.  Defines GNOME_SUPPORT_CHECKS for
libsupport.a support.

1998-02-10  Raja R Harinath  <harinath@cs.umn.edu>

* gnome.m4: New file.  Moved AC_CHECK_GNOME from `configure.in' to
here, and renamed macro to GNOME_CHECK_GNOME.
* gnome-x-checks.m4: Likewise, move and renaming AC_GNOME_X_CHECKS
to GNOME_X_CHECKS.

* aclocal-include.m4: New file.  Defines AM_ACLOCAL_INCLUDE macro
to provide extra search directories to `aclocal'.

svn path=/trunk/; revision=254

26 years agoAdded check for the table () system call in the linux kernel.
Martin Baulig [Sat, 13 Jun 1998 21:26:18 +0000 (21:26 +0000)]
Added check for the table () system call in the linux kernel.

1998-06-13  Martin Baulig  <martin@home-of-linux.org>

* gnome-libgtop-sysdeps.m4: Added check for the table ()
system call in the linux kernel.

svn path=/trunk/; revision=253

26 years agoUse AC_EGREP_CPP rather than AC_CHECK_HEADER. AC_CHECK_HEADER is fooled by
Raja R Harinath [Thu, 11 Jun 1998 22:06:06 +0000 (22:06 +0000)]
Use AC_EGREP_CPP rather than AC_CHECK_HEADER. AC_CHECK_HEADER is fooled by

* gnome-x-checks.m4 (USE_DEVGTK): Use AC_EGREP_CPP rather than
AC_CHECK_HEADER.  AC_CHECK_HEADER is fooled by warnings.

svn path=/trunk/; revision=252

26 years agoAdd `gnomesupport.awk'.
Raja R Harinath [Thu, 11 Jun 1998 20:37:48 +0000 (20:37 +0000)]
Add `gnomesupport.awk'.

* Makefile.am (EXTRA_DIST): Add `gnomesupport.awk'.

Also, simplied `gnomesupport.awk', and really removed
`gnomesupport-h.c'.

svn path=/trunk/; revision=251

26 years agoFix couple of typos.
Raja R Harinath [Thu, 11 Jun 1998 06:57:44 +0000 (06:57 +0000)]
Fix couple of typos.

svn path=/trunk/; revision=250

26 years agoBuild with `gnomesupport.awk'. (CROSS_COMPILING): Remove. New file, to
Raja R Harinath [Thu, 11 Jun 1998 06:46:13 +0000 (06:46 +0000)]
Build with `gnomesupport.awk'. (CROSS_COMPILING): Remove. New file, to

* Makefile.am (gnomesupport.h): Build with `gnomesupport.awk'.
(CROSS_COMPILING): Remove.
* gnomesupport.awk: New file, to replace `gnomesupport-h.c'.
* gnomesupport-h.c: Removed.  Doesn't work well in cross-compiles.

svn path=/trunk/; revision=249

26 years agoLook for awk. (CROSS_COMPILING): Remove conditional.
Raja R Harinath [Thu, 11 Jun 1998 06:45:59 +0000 (06:45 +0000)]
Look for awk. (CROSS_COMPILING): Remove conditional.

* gnome-support.m4 (AC_PROG_AWK): Look for awk.
(CROSS_COMPILING): Remove conditional.

svn path=/trunk/; revision=248

26 years agochanged things to use GTK_HAVE_ACCEL_GROUP instead of HAVE_DEVGTK...
Manish Singh [Thu, 11 Jun 1998 02:26:55 +0000 (02:26 +0000)]
changed things to use GTK_HAVE_ACCEL_GROUP instead of HAVE_DEVGTK...
installed headers depending on config.h stuff is bad.

-Yosh

svn path=/trunk/; revision=247

26 years agoGnome libs should compile against gtk 1.0.x and gtk 1.1 with a minimal amount
Gregory McLean [Wed, 10 Jun 1998 18:26:05 +0000 (18:26 +0000)]
Gnome libs should compile against gtk 1.0.x and gtk 1.1 with a minimal amount
of fuss. I'm not an auto* guru by any stretch of anyones imagination so I'm
pretty confident that its not idiot proof. This should make the bulk of the
people happy now.

-- Greg

svn path=/trunk/; revision=246

26 years agoquick and dirty check for devel gtk and define HAVE_DEVGTK if its found.
EDT 1998 Gregory McLean [Wed, 10 Jun 1998 03:01:17 +0000 (03:01 +0000)]
quick and dirty check for devel gtk and define HAVE_DEVGTK if its found.

Tue Jun  9 22:55:20 EDT 1998 Gregory McLean <gregm@comstar.net>

        * macros/gnome-x-checks.m4: quick and dirty check for devel gtk and
          define HAVE_DEVGTK if its found. This should save us a bunch of
          work next time we go to do a release we won't have to chase
          around code that only works on the devel version of gtk.
        * libgnomeui/* bracketed all code that requires the devel branch of
          gtk.. I think I got it all.
        * acconfig.h : new tag HAVE_DEVGTK, use this to mark your changes that
          require the dev branch of gtk.

svn path=/trunk/; revision=245

26 years agoFixed typo.
Martin Baulig [Mon, 8 Jun 1998 00:33:51 +0000 (00:33 +0000)]
Fixed typo.

svn path=/trunk/; revision=244

26 years agoNew automake conditional; (need_gnome_support): added
Martin Baulig [Mon, 8 Jun 1998 00:13:10 +0000 (00:13 +0000)]
New automake conditional; (need_gnome_support): added

1998-06-08  Martin Baulig  <martin@home-of-linux.org>

* gnome-support.m4 (CROSS_COMPILING): New automake conditional;
(need_gnome_support): added `AC_SUBST(need_gnome_support)'.

svn path=/trunk/; revision=243

26 years agoWhen cross-compiling, this is build using `$(build_CC)' because it needs
Martin Baulig [Mon, 8 Jun 1998 00:12:50 +0000 (00:12 +0000)]
When cross-compiling, this is build using `$(build_CC)' because it needs

1998-06-08  Martin Baulig  <martin@home-of-linux.org>

* Makefile.am (gnomesupport-h): When cross-compiling, this
is build using `$(build_CC)' because it needs to run on the
build system. Look at gnome-libs/configure.in to see how to
get `build_CC'.

svn path=/trunk/; revision=242

26 years agoWhen cross-compiling, we now check for `$host_alias-buile-guile'.
Martin Baulig [Sun, 7 Jun 1998 22:01:12 +0000 (22:01 +0000)]
When cross-compiling, we now check for `$host_alias-buile-guile'.

1998-06-07  Martin Baulig <martin@home-of-linux.org>

* gnome-guile-checks.m4 (GNOME_CHECK_GUILE): When
cross-compiling, we now check for `$host_alias-buile-guile'.

svn path=/trunk/; revision=241

26 years agoInclude `glibtop_machine.h' for Linux.
Martin Baulig [Sun, 7 Jun 1998 20:40:30 +0000 (20:40 +0000)]
Include `glibtop_machine.h' for Linux.

1998-06-07  Martin Baulig  <martin@home-of-linux.org>

* macros/gnome-libgtop-sysdeps.m4: Include
`glibtop_machine.h' for Linux.

svn path=/trunk/; revision=240

26 years agoLooks also in $GNOME_LIBDIR; added failflag: GNOME_CHECK_GUILE(fail) will
Martin Baulig [Wed, 3 Jun 1998 12:59:23 +0000 (12:59 +0000)]
Looks also in $GNOME_LIBDIR; added failflag: GNOME_CHECK_GUILE(fail) will

* gnome-guile-checks.m4 (GNOME_CHECK_GUILE): Looks also in $GNOME_LIBDIR;
added failflag: GNOME_CHECK_GUILE(fail) will abort if guile cannot be found.

svn path=/trunk/; revision=235

26 years ago*** empty log message ***
Martin Baulig [Sun, 24 May 1998 16:07:30 +0000 (16:07 +0000)]
*** empty log message ***

svn path=/trunk/; revision=230

26 years agoSet this to true on SunOS.
Martin Baulig [Sat, 23 May 1998 22:59:32 +0000 (22:59 +0000)]
Set this to true on SunOS.

* gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_HOOK):
(libgtop_use_machine_h): Set this to true on SunOS.

svn path=/trunk/; revision=229

26 years ago*** empty log message ***
Martin Baulig [Fri, 22 May 1998 17:20:52 +0000 (17:20 +0000)]
*** empty log message ***

svn path=/trunk/; revision=228