Jeff Garzik [Tue, 1 Dec 1998 16:45:02 +0000 (16:45 +0000)]
Platform fixes. grep -q is not portable, do not use.
svn path=/trunk/; revision=491
Changwoo Ryu [Tue, 1 Dec 1998 10:02:56 +0000 (10:02 +0000)]
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=490
Jeff Garzik [Mon, 30 Nov 1998 08:03:20 +0000 (08:03 +0000)]
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=489
Arturo Espinosa [Sun, 29 Nov 1998 00:35:38 +0000 (00:35 +0000)]
Require GTK 1.1.5 -mig
svn path=/trunk/; revision=488
Martin Baulig [Fri, 27 Nov 1998 12:58:17 +0000 (12:58 +0000)]
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=486
Elliot Lee [Fri, 27 Nov 1998 04:29:33 +0000 (04:29 +0000)]
. 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=485
Pavel Roskin [Thu, 26 Nov 1998 12:27:06 +0000 (12:27 +0000)]
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=484
James Henstridge [Fri, 20 Nov 1998 11:14:02 +0000 (11:14 +0000)]
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=483
Elliot Lee [Fri, 20 Nov 1998 04:24:15 +0000 (04:24 +0000)]
allow setting $OBJ_DIR to specify building in a subdir
svn path=/trunk/; revision=482
Michael Johnson [Thu, 19 Nov 1998 20:56:19 +0000 (20:56 +0000)]
Improved man page a bit, install by default.
Added POPT_ARG_VAL
svn path=/trunk/; revision=480
Kjartan Maraas [Wed, 18 Nov 1998 23:45:58 +0000 (23:45 +0000)]
shut up cvs.
1998-11-19 Kjartan Maraas <kmaraas@fib.hl.no>
* shut up cvs.
svn path=/trunk/; revision=479
Martin Baulig [Tue, 17 Nov 1998 22:11:43 +0000 (22:11 +0000)]
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
Marius Vollmer [Tue, 17 Nov 1998 21:05:17 +0000 (21:05 +0000)]
*** empty log message ***
svn path=/trunk/; revision=477
Marius Vollmer [Tue, 17 Nov 1998 21:04:27 +0000 (21:04 +0000)]
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
Erik Troan [Mon, 16 Nov 1998 21:00:43 +0000 (21:00 +0000)]
bug in alias handling (showed up w/ --triggers)
svn path=/trunk/; revision=475
Andrew T. Veliath [Fri, 13 Nov 1998 05:25:04 +0000 (05:25 +0000)]
fix my email address in log
svn path=/trunk/; revision=473
Andrew T. Veliath [Fri, 13 Nov 1998 04:11:17 +0000 (04:11 +0000)]
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=472
Andrew T. Veliath [Thu, 12 Nov 1998 23:58:59 +0000 (23:58 +0000)]
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=471
Raja R Harinath [Thu, 12 Nov 1998 16:49:21 +0000 (16:49 +0000)]
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=469
jaycox [Mon, 9 Nov 1998 00:33:11 +0000 (00:33 +0000)]
Included alloca where necesary. Fixed some void pointer arithmetic. Fixed
Included alloca where necesary. Fixed some void pointer
arithmetic. Fixed some variable used as initializer errors.
replaced gint foo:1; with guint foo:1;
Everything but zvt now compiles on irix 6.5 with sgi's compiler.
svn path=/trunk/; revision=467
Raja R Harinath [Fri, 6 Nov 1998 22:19:49 +0000 (22:19 +0000)]
Include. Define POPT_() and _() i18n markers based on this.
* popt.c (gnomesupport-fake.h): Include.
* poptint.h (ENABLE_NLS): Define POPT_() and _() i18n markers
based on this.
svn path=/trunk/; revision=466
Raja R Harinath [Fri, 6 Nov 1998 22:04:27 +0000 (22:04 +0000)]
Fix stupid type (sterror_r -> strerror_r).
* gnome-support.m4: Fix stupid type (sterror_r -> strerror_r).
svn path=/trunk/; revision=465
Raja R Harinath [Wed, 4 Nov 1998 22:34:13 +0000 (22:34 +0000)]
Include gnomesupport.h unconditionally. Build libgnomesupport.la
* gnomesupport-fake.h: Include gnomesupport.h unconditionally.
* Makefile.am: Build libgnomesupport.la unconditionally.
(popt_sources): List `popt' sources.
(libgnomesupport_la_SOURCES): Include $popt_sources.
(include_HEADERS): Install `popt.h'.
(noinst_HEADERSS): Don't install poptint.h and findme.h.
* popt.c: New file. From the POPT package. Replacement for
argp/getopt.
* poptparse.c: Likewise.
* popthelp.c: Likewise.
* poptconfig.c: Likewise.
* findme.c: Likewise.
* findme.h: Likewise.
* popt.h: Likewise.
* poptint.h: Likewise.
svn path=/trunk/; revision=464
Raja R Harinath [Wed, 4 Nov 1998 22:28:11 +0000 (22:28 +0000)]
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=463
Sebastian Wilhelmi [Tue, 3 Nov 1998 12:47:28 +0000 (12:47 +0000)]
use the ORBit-supplied name service stubs (in lib -lORBitCosNaming)
instead of compiling them again.
svn path=/trunk/; revision=462
Erik Troan [Thu, 29 Oct 1998 22:52:06 +0000 (22:52 +0000)]
added POPT_ARG_INTL_DOMAIN (Elliot Lee)
updated Makefile's to be more GNUish (Elliot Lee)
svn path=/trunk/; revision=460
Havoc Pennington [Wed, 28 Oct 1998 18:24:48 +0000 (18:24 +0000)]
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=458
Erik Troan [Tue, 27 Oct 1998 05:38:38 +0000 (05:38 +0000)]
implemented POPT_ARGINFO_INC_DATA
svn path=/trunk/; revision=456
Erik Troan [Mon, 26 Oct 1998 21:20:31 +0000 (21:20 +0000)]
don't typedef poptOption on c++
svn path=/trunk/; revision=455
Martin Baulig [Sun, 25 Oct 1998 17:06:53 +0000 (17:06 +0000)]
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=454
Erik Troan [Thu, 22 Oct 1998 18:32:55 +0000 (18:32 +0000)]
added i18n support
svn path=/trunk/; revision=452
Erik Troan [Wed, 21 Oct 1998 21:44:21 +0000 (21:44 +0000)]
implemented POPT_ARGFLAG_DOC_HIDDEN, POPT_CBFLAG_PRE, POPT_CBFLAG_POST
svn path=/trunk/; revision=451
Erik Troan [Wed, 21 Oct 1998 20:34:06 +0000 (20:34 +0000)]
added poptGetInvocationName()
svn path=/trunk/; revision=450
Erik Troan [Wed, 21 Oct 1998 20:31:24 +0000 (20:31 +0000)]
added POPT_ARGFLAG_ONEDASH
svn path=/trunk/; revision=449
Andrew T. Veliath [Tue, 20 Oct 1998 16:02:54 +0000 (16:02 +0000)]
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=448
Havoc Pennington [Sat, 17 Oct 1998 18:07:57 +0000 (18:07 +0000)]
Simple-minded copy of GNOME_COMPILE_WARNINGS that sets CXXFLAGS
(GNOME_CXX_WARNINGS)
svn path=/trunk/; revision=447
Erik Troan [Fri, 16 Oct 1998 19:05:20 +0000 (19:05 +0000)]
added proper licensing info
svn path=/trunk/; revision=446
Erik Troan [Tue, 13 Oct 1998 15:04:40 +0000 (15:04 +0000)]
test1.c
svn path=/trunk/; revision=444
Erik Troan [Tue, 13 Oct 1998 14:52:13 +0000 (14:52 +0000)]
used POPT_ARG_MASK
svn path=/trunk/; revision=443
Erik Troan [Tue, 13 Oct 1998 14:47:38 +0000 (14:47 +0000)]
use POPT_ARG_MASK
svn path=/trunk/; revision=442
Erik Troan [Tue, 13 Oct 1998 14:45:18 +0000 (14:45 +0000)]
1) added (unimplemented) POPT_CB_USE_INCLUDE_DATA and POPT_ARG_FLAG_*
2) added (and sued) POPT_ARG_MASK
svn path=/trunk/; revision=441
Pavel Machek [Mon, 12 Oct 1998 22:07:55 +0000 (22:07 +0000)]
static's added, do_reget hack removed
svn path=/trunk/; revision=440
Erik Troan [Mon, 12 Oct 1998 18:25:56 +0000 (18:25 +0000)]
fixed --help
svn path=/trunk/; revision=439
Martin Baulig [Sun, 11 Oct 1998 22:47:29 +0000 (22:47 +0000)]
Now it should also work when building packages.
svn path=/trunk/; revision=437
Martin Baulig [Sun, 11 Oct 1998 22:40:11 +0000 (22:40 +0000)]
Added `-Wno-unused'.
1998-10-12 Martin Baulig <martin@home-of-linux.org>
* compiler-flags.m4 (warnCFLAGS): Added `-Wno-unused'.
svn path=/trunk/; revision=436
Martin Baulig [Sun, 11 Oct 1998 19:49:11 +0000 (19:49 +0000)]
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=434
Marius Vollmer [Sun, 11 Oct 1998 13:21:53 +0000 (13:21 +0000)]
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=433
Martin Baulig [Sun, 11 Oct 1998 11:57:55 +0000 (11:57 +0000)]
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=432
jbj [Thu, 8 Oct 1998 11:20:06 +0000 (11:20 +0000)]
automake linux fiddles.
svn path=/trunk/; revision=431
Miguel de Icaza [Tue, 6 Oct 1998 23:17:23 +0000 (23:17 +0000)]
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
Joel Becker [Tue, 6 Oct 1998 05:01:50 +0000 (05:01 +0000)]
Added test for xlc, to run automake with --include-deps
svn path=/trunk/; revision=428
Raja R Harinath [Mon, 5 Oct 1998 23:26:49 +0000 (23:26 +0000)]
Remove `-W'. (warn-unused): Remove.
* compiler-flags.m4 (warnCFLAGS): Remove `-W'.
(warn-unused): Remove.
svn path=/trunk/; revision=427
Karl Eichwalder [Mon, 5 Oct 1998 18:57:27 +0000 (18:57 +0000)]
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
Martin Baulig [Thu, 1 Oct 1998 08:56:39 +0000 (08:56 +0000)]
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=422
Martin Baulig [Mon, 28 Sep 1998 20:05:03 +0000 (20:05 +0000)]
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=419
Martin Baulig [Mon, 28 Sep 1998 19:18:32 +0000 (19:18 +0000)]
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=418
Martin Baulig [Mon, 28 Sep 1998 15:25:28 +0000 (15:25 +0000)]
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=417
jbj [Sun, 27 Sep 1998 20:17:31 +0000 (20:17 +0000)]
add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)
gettextify rpmMessage/rpmError/fprintf messages.
svn path=/trunk/; revision=414
Erik Troan [Sun, 27 Sep 1998 15:57:56 +0000 (15:57 +0000)]
split popt into multiple files
svn path=/trunk/; revision=413
Erik Troan [Sun, 27 Sep 1998 15:56:18 +0000 (15:56 +0000)]
1) modified test to display callback val field
2) split popt stuff into multiple iles
svn path=/trunk/; revision=412
Erik Troan [Sun, 27 Sep 1998 15:54:21 +0000 (15:54 +0000)]
changed popt callbacks t get a pointer into the option table
svn path=/trunk/; revision=411
Erik Troan [Sun, 27 Sep 1998 15:02:53 +0000 (15:02 +0000)]
by default, allow exec's across absolute paths
svn path=/trunk/; revision=410
Erik Troan [Sun, 27 Sep 1998 14:57:05 +0000 (14:57 +0000)]
1) added included tables
2) added option callbacks
3) added automatic help/usage messages
svn path=/trunk/; revision=409
Martin Baulig [Sun, 27 Sep 1998 11:38:34 +0000 (11:38 +0000)]
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=405
Arturo Espinosa [Fri, 25 Sep 1998 22:27:31 +0000 (22:27 +0000)]
List fish file system
svn path=/trunk/; revision=402
Raja R Harinath [Fri, 25 Sep 1998 02:11:32 +0000 (02:11 +0000)]
Add checks for -lsocket -lnsl.
* gnome-ghttp-check.m4: Add checks for -lsocket -lnsl.
svn path=/trunk/; revision=401
jbj [Thu, 24 Sep 1998 16:57:39 +0000 (16:57 +0000)]
hpux does setreuid differently (Hermann Lauer)
svn path=/trunk/; revision=400
Nat Friedman [Sun, 20 Sep 1998 19:19:24 +0000 (19:19 +0000)]
-)
* Say "Now type `make` to build $PKG_NAME", not "... the $PKG_NAME". That
was getting on my nerves :-)
svn path=/trunk/; revision=395
Arturo Espinosa [Sat, 19 Sep 1998 18:50:37 +0000 (18:50 +0000)]
Use -W -Wno-unused
svn path=/trunk/; revision=394
Arturo Espinosa [Sat, 19 Sep 1998 17:40:35 +0000 (17:40 +0000)]
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=393
Raja R Harinath [Sat, 19 Sep 1998 02:01:29 +0000 (02:01 +0000)]
Remove commented out code.
* gnome-support.m4: Remove commented out code.
svn path=/trunk/; revision=392
Arturo Espinosa [Fri, 18 Sep 1998 05:12:37 +0000 (05:12 +0000)]
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=391
Elliot Lee [Thu, 17 Sep 1998 21:19:49 +0000 (21:19 +0000)]
GNOME_ORBIT_CHECK now defines ORBIT_LIBS and ORBIT_INCLUDES
svn path=/trunk/; revision=390
Martin Baulig [Sat, 12 Sep 1998 17:51:46 +0000 (17:51 +0000)]
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=388
Arturo Espinosa [Thu, 10 Sep 1998 23:06:39 +0000 (23:06 +0000)]
Added sample plugin
svn path=/trunk/; revision=386
Martin Baulig [Wed, 9 Sep 1998 16:35:30 +0000 (16:35 +0000)]
Set minimum required LibGTop version to 0.26.1.
svn path=/trunk/; revision=385
Martin Baulig [Wed, 9 Sep 1998 12:23:22 +0000 (12:23 +0000)]
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=384
Owen Taylor [Tue, 8 Sep 1998 14:06:24 +0000 (14:06 +0000)]
Moving imlib.m4 back where it belongs.
svn path=/trunk/; revision=383
Frank Belew (Myth) [Tue, 8 Sep 1998 00:46:03 +0000 (00:46 +0000)]
removed imlib.m4 from main imlib dostribution
added imlib.m4 to gnome macros dir
svn path=/trunk/; revision=382
Arturo Espinosa [Mon, 7 Sep 1998 20:04:40 +0000 (20:04 +0000)]
New check macro for ORBit -mig
svn path=/trunk/; revision=381
Arturo Espinosa [Mon, 7 Sep 1998 17:52:05 +0000 (17:52 +0000)]
Fixed detection of xml in gnome-xml macros take 2 -mig
svn path=/trunk/; revision=380
Arturo Espinosa [Mon, 7 Sep 1998 17:30:43 +0000 (17:30 +0000)]
Fixed detection of xml in gnome-xml macros -mig
svn path=/trunk/; revision=379
Mark Crichton [Fri, 4 Sep 1998 12:45:54 +0000 (12:45 +0000)]
Revamped the GNOME_XML_CHECK macro. Now acts (somewhat) like the
Revamped the GNOME_XML_CHECK macro. Now acts (somewhat) like the GNOME_INIT
and GNOME_INIT_HOOK macros. The GNOME_XML_CHECK macro will abort a config
if XML is not found. GNOME_XML_HOOK will set GNOME_XML_LIB to the value
"iswwci"
Need to continue thinking how to better handle the not-found-but-I-can-survive-
without-it case a little more...
Mark Crichton
svn path=/trunk/; revision=378
Raja R Harinath [Thu, 3 Sep 1998 00:54:59 +0000 (00:54 +0000)]
Removing GLibc internal file, which should never have been used
svn path=/trunk/; revision=377
Raja R Harinath [Thu, 3 Sep 1998 00:30:04 +0000 (00:30 +0000)]
Remove `weak_alias'. (canonicalize_file_name): Comment out.
* canonicalize.c (realpath): Remove `weak_alias'.
(canonicalize_file_name): Comment out.
* gnomesupport.awk: Remove `canonicalize_file_name', and correct
the comment for `realpath'.
svn path=/trunk/; revision=376
Raja R Harinath [Wed, 2 Sep 1998 22:53:56 +0000 (22:53 +0000)]
Remove check for `canonicalize_file_name'.
* gnome-support.m4: Remove check for `canonicalize_file_name'.
svn path=/trunk/; revision=375
Martin Baulig [Wed, 2 Sep 1998 08:02:29 +0000 (08:02 +0000)]
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=374
Martin Baulig [Wed, 2 Sep 1998 08:00:09 +0000 (08:00 +0000)]
Emit declarations if required.
1998-09-02 Martin Baulig <martin@home-of-linux.org>
* gnomesupport.awk (canonicalize_file_name, realpath): Emit
declarations if required.
* canonicalize.c (canonicalize_file_name, realpath): New file.
Imported from GLibC 2.0.7.
* libc-symbols.h: New file. Imported from GLibC 2.0.7.
svn path=/trunk/; revision=373
Martin Baulig [Wed, 2 Sep 1998 07:56:47 +0000 (07:56 +0000)]
Add `#include <libc-symbols.h>' and `#include <argp-namefrob.h>'.
svn path=/trunk/; revision=372
Martin Baulig [Wed, 2 Sep 1998 07:36:18 +0000 (07:36 +0000)]
Initial revision
svn path=/trunk/; revision=368
Martin Baulig [Wed, 2 Sep 1998 07:22:53 +0000 (07:22 +0000)]
Initial revision
svn path=/trunk/; revision=365
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
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
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
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
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
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
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
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
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