summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Copied some stuff here that was already fixed in CVS.GNOME_0_27_PATCHESMartin Baulig1998-08-232-2/+34
| | | | svn path=/branches/GNOME_0_27_PATCHES/; revision=345
* This commit was manufactured by cvs2svn to create branchnobody1998-08-0616-1010/+0
| | | | | | 'GNOME_0_27_PATCHES'. svn path=/branches/GNOME_0_27_PATCHES/; revision=329
* Added `freebsd' directory.Martin Baulig1998-08-062-0/+9
| | | | | | | | 1998-08-06 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4: Added `freebsd' directory. svn path=/trunk/; revision=326
* Add `gnomesupport-fake.h'.Raja R Harinath1998-08-062-1/+5
| | | | | | * Makefile.am (noinst_HEADERS): Add `gnomesupport-fake.h'. svn path=/trunk/; revision=325
* Do not abort on obj-c not being thereArturo Espinosa1998-08-051-1/+1
| | | | svn path=/trunk/; revision=322
* Define USE_DEVGTK unconditionally to `true'.Raja R Harinath1998-08-042-0/+5
| | | | | | | | | * 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
* make it require GTK >= 1.1.1 dnl'd the dev_gtk since they will have toStuart Parmenter1998-08-042-12/+19
| | | | | | | | | 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
* gnome.m4: (GNOME_INIT_HOOK): Call $1 also, if `gnome-config' is found and usedSebastian Wilhelmi1998-08-042-0/+6
| | | | svn path=/trunk/; revision=318
* Use the `gnome-config' program if it exists.Raja R Harinath1998-08-022-9/+34
| | | | | | | | | * 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
* Clean up #ifdef logic some more. (HAVE_STRERROR_R): Step on implementationRaja R Harinath1998-08-022-13/+21
| | | | | | | * 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
* Remove `macros.dep'.Raja R Harinath1998-08-022-1/+5
| | | | | | | | | | | | * 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
* New macro. Checks for `u_int64_t' and `int64_t'.Martin Baulig1998-07-302-1/+18
| | | | | | | | | 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
* Making weak alias `__error' and `__error_at_line' only if `_LIBC' isMartin Baulig1998-07-302-0/+6
| | | | | | | | | | 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
* don't strcmp() a NULL longNameErik Troan1998-07-301-1/+1
| | | | svn path=/trunk/; revision=310
* fixed stupif strdup() mistakeErik Troan1998-07-301-1/+1
| | | | svn path=/trunk/; revision=309
* Include gnome-argp.h to get `program_invocation_name'.Martin Baulig1998-07-302-0/+6
| | | | | | | | | 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
* Added (AC_SUBST): `LIBGTOP_NAMES_LIBS', `LIBGTOP_NAMES_INCS',Martin Baulig1998-07-293-0/+20
| | | | | | | | | | | | | | | 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
* Check for functions that `error.c' looks for.Raja R Harinath1998-07-292-0/+6
| | | | | | * gnome-support.m4: Check for functions that `error.c' looks for. svn path=/trunk/; revision=306
* New file. Fake in HAVE_* for functions that are provided by `gnomesupport'Raja R Harinath1998-07-293-1/+33
| | | | | | | | | | * 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
* added poptSetExecPath()Erik Troan1998-07-293-1/+21
| | | | svn path=/trunk/; revision=304
* success check of access() was backwardsErik Troan1998-07-291-1/+1
| | | | svn path=/trunk/; revision=303
* Removed.Martin Baulig1998-07-293-1/+8
| | | | | | | | | | 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
* New files. Imported from glibc.Martin Baulig1998-07-292-1/+7
| | | | | | | | | | 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
* Initial revisionMartin Baulig1998-07-292-0/+324
| | | | svn path=/trunk/; revision=297
* 1) pass the name of the current exectuable to exec'd scriptsErik Troan1998-07-271-62/+18
| | | | | | 2) removed support for setting up popt alises through enviornment variables svn path=/trunk/; revision=296
* *** empty log message ***Erik Troan1998-07-272-0/+53
| | | | svn path=/trunk/; revision=295
* Changed Gtk version test to use GTK_HAVE_FEATURES_1_1_0.Federico Mena Quintero1998-07-272-1/+6
| | | | | | | | | 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
* 1) moved duplicated alias handling code into handleAlias()Erik Troan1998-07-271-85/+199
| | | | | | 2) added support for exec options svn path=/trunk/; revision=293
* 1) renamed POPT_KEEP_FIRST to POPT_CONTEXT_KEEP_FIRSTErik Troan1998-07-272-4/+10
| | | | | | 2) added POPT_CONTEXT_NO_EXEC svn path=/trunk/; revision=292
* don't use mmap anymore -- it's not worth the troubleErik Troan1998-07-271-3/+2
| | | | svn path=/trunk/; revision=291
* Added gnome-xml-check.m4 for libxml detection, Daniel.Daniel Veillard1998-07-263-0/+23
| | | | svn path=/trunk/; revision=290
* No longer requiring `GNOME_LIBGTOP_SYSDEPS'.Martin Baulig1998-07-242-1/+6
| | | | | | | | | 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
* Added linger.m4. New file.Tom Tromey1998-07-243-0/+34
| | | | | | | | | 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
* Actually add files mentioned in last commitTom Tromey1998-07-242-0/+100
| | | | svn path=/trunk/; revision=287
* Added gnome-undelfs.m4, gnome-vfs.m4. New file. New file.Tom Tromey1998-07-242-0/+8
| | | | | | | | | | 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
* Added some reasonable defaults to allow cross compiling; removedMartin Baulig1998-07-223-6/+30
| | | | | | | | | | 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
* If no build-guile, link against readline before termcap.Tom Tromey1998-07-222-1/+6
| | | | | | | | | 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
* Removed. Using `const' instead of `CONST'.Martin Baulig1998-07-173-6/+9
| | | | | | | | | 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
* Emit declaration.Raja R Harinath1998-07-152-7/+17
| | | | | | * gnomesupport.awk (gethostname): Emit declaration. svn path=/trunk/; revision=282
* Add `need-declaration.m4'.Raja R Harinath1998-07-154-12/+71
| | | | | | | | | | | | | * 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
* fix typo - s/strtol/strtoul/Elliot Lee1998-07-151-1/+1
| | | | svn path=/trunk/; revision=280
* Emit declarations.Martin Baulig1998-07-153-5/+52
| | | | | | | | | | | | | | 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
* Initial revisionMartin Baulig1998-07-154-0/+393
| | | | svn path=/trunk/; revision=275
* Systems that don't have `mkstemp' probably don't have <stdint.h> either.Raja R Harinath1998-07-142-9/+20
| | | | | | | | * 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
* Define to `extern __inline__', rather that `extern inline'. Since thisRaja R Harinath1998-07-134-3/+30
| | | | | | | | | | | * 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
* Add check for `mkstemp'.Raja R Harinath1998-07-132-1/+5
| | | | | | * gnome-support.m4 (AC_REPLACE_FUNCS): Add check for `mkstemp'. svn path=/trunk/; revision=272
* Don't include <malloc.h>.Tom Tromey1998-07-072-3/+4
| | | | | | | | 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
* don't include malloc.h on freebsd.Chris Toshok1998-07-051-0/+2
| | | | svn path=/trunk/; revision=270
* No longer use `glibtop_machine.h' for Linux.Martin baulig1998-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* yet another change to curses.m4 - documentation & formatting, remove unsed varsScott D Heavner1998-07-012-22/+68
| | | | svn path=/trunk/; revision=268