summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchdynamic-imlibnobody1999-01-0673-11184/+0
| | | | | | 'dynamic-imlib'. svn path=/branches/dynamic-imlib/; revision=563
* Include dirent.h before checking whether `scandir' needs to be declared.Raja R Harinath1999-01-063-4/+12
| | | | | | | | * gnome-support.m4: Include dirent.h before checking whether `scandir' needs to be declared. * need-declaration.m4: Revert unlogged change. svn path=/trunk/; revision=562
* Fix the scandir detectionArturo Espinosa1999-01-062-1/+4
| | | | svn path=/trunk/; revision=561
* Applied patch for DG/UX from Marc J. Fraioli:Martin Baulig1999-01-052-2/+2
| | | | | | | * macros/gnome-support.m4: Check whether we need to declare scandir (). * support/gnomesupport.awk: Declare scandir () if necessary. svn path=/trunk/; revision=558
* More fixes for 0_99_2Arturo Espinosa1999-01-051-1/+1
| | | | svn path=/trunk/; revision=555
* Minor `make distcheck' fixes.Martin Baulig1999-01-031-0/+1
| | | | svn path=/trunk/; revision=551
* Jeff is completely correct. I need to wait til the next glib release, ↵Arturo Espinosa1999-01-021-6/+3
| | | | | | revert this for now svn path=/trunk/; revision=550
* Fix from Ulrich to gnome-libsArturo Espinosa1999-01-021-3/+6
| | | | svn path=/trunk/; revision=549
* Merge changes from GNOME_STABLE.Jeff Garzik1998-12-241-0/+11
| | | | svn path=/trunk/; revision=546
* poptParseArgvString cleanups...Jeff Garzik1998-12-243-11/+21
| | | | | | | | | | x Added array grow increment constant. Remove unnecessary 'dst' init. Remove unnecessary strcpy(). Make arg 's' and var 'src' const-correct. svn path=/trunk/; revision=543
* Added and exported GNOME_APPLET_LIBS.Jeff Garzik1998-12-222-0/+6
| | | | svn path=/trunk/; revision=541
* fix pointer assignmentMatt Wilson1998-12-212-2/+5
| | | | | | | | 1998-12-21 Matt Wilson <msw@redhat.com> * poptparse.c: fix pointer assignment svn path=/trunk/; revision=540
* Merge the changes from GNOME_STABLE into HEAD.Arturo Espinosa1998-12-174-25/+14
| | | | | | | | Merge the changes from GNOME_STABLE into HEAD. Miguel. svn path=/trunk/; revision=535
* Add the hacked version of the gettext macros that is used in Gtk+ here.Martin Baulig1998-12-153-0/+357
| | | | | | | | | | | 1998-12-15 Martin Baulig <martin@home-of-linux.org> * gnome-gettext.m4: Add the hacked version of the gettext macros that is used in Gtk+ here. * autogen.sh: Accept both AM_GNU_GETTEXT and AM_GNOME_GETTEXT. svn path=/trunk/; revision=527
* Just set the version number to 0.99.0 to keep it in sync with the restMartin Baulig1998-12-152-3/+3
| | | | | | | | | | | of GNOME. 1998-12-15 Martin Baulig <martin@home-of-linux.org> Released LibGTop 0.99.0 which is a feature-freezed version for GNOME 1.0. svn path=/trunk/; revision=526
* Add all source and header files here.Martin Baulig1998-12-152-1/+12
| | | | | | | | 1998-12-15 Martin Baulig <martin@home-of-linux.org> * Makefile.am (EXTRA_DIST): Add all source and header files here. svn path=/trunk/; revision=525
* All parts of GNOME will now require LibGTop >= 0.30.0 which is the latestMartin Baulig1998-12-152-1/+7
| | | | | | | | | | 1998-12-15 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4: All parts of GNOME will now require LibGTop >= 0.30.0 which is the latest version from CVS and already feature-freezed for GNOME 1.0. svn path=/trunk/; revision=524
* Now it works.Elliot Lee1998-12-141-4/+3
| | | | | | Now it works. svn path=/trunk/; revision=523
* remove argp files.Elliot Lee1998-12-1417-5713/+4
| | | | | | remove argp files. svn path=/trunk/; revision=522
* Fixed typo, from Markus Linnala <maage@cs.tut.fi>Jeff Garzik1998-12-091-1/+1
| | | | svn path=/trunk/; revision=519
* Added `easy-vsnprintf.c' to EXTRA_DIST.Martin Baulig1998-12-081-1/+1
| | | | svn path=/trunk/; revision=518
* Added gnome-orbit-check.m4.Martin Baulig1998-12-081-0/+1
| | | | svn path=/trunk/; revision=516
* Make this work with more than one directory.Martin Baulig1998-12-082-1/+6
| | | | | | | | | 1998-12-09 Martin Baulig <martin@home-of-linux.org> * aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Make this work with more than one directory. svn path=/trunk/; revision=515
* Removed gnome-libgtop-sysdeps.m4 here.Martin Baulig1998-12-081-1/+0
| | | | svn path=/trunk/; revision=514
* Moved into the LibGTop module. This file contains too much stuff thatMartin Baulig1998-12-082-249/+6
| | | | | | | | | | 1998-12-08 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4: Moved into the LibGTop module. This file contains too much stuff that should only be used internally in LibGTop, so it's better to have it there. svn path=/trunk/; revision=513
* Ok, the check for NO-AUTO-GEN is now working. This was borking up theMark Crichton1998-12-081-1/+1
| | | | | | | | | | Ok, the check for NO-AUTO-GEN is now working. This was borking up the gnome-guile compile. (It was testing for $srcdir/configure.in/NO-AUTO-GEN instead of $srcdir/NO-AUTO-GEN) Mark Crichton svn path=/trunk/; revision=512
* test -e is broken in Solaris /bin/sh, use test -r insteadFrederic Devernay1998-12-081-3/+3
| | | | svn path=/trunk/; revision=511
* Make sure aclocal.m4 works before invoking gettextize.Martin Baulig1998-12-071-0/+2
| | | | svn path=/trunk/; revision=510
* Make sure aclocal.m4 exists before making it writable.Martin Baulig1998-12-071-1/+1
| | | | svn path=/trunk/; revision=509
* Invoke gettextize with the --copy parameter to prevent it from makingMartin Baulig1998-12-061-1/+3
| | | | | | | aclocal.m4 a symlink to a place where normal people don't have write access. After that do a chmod on that file so we really can write it. svn path=/trunk/; revision=508
* Recognice OpenBSD as a valid system and use the `freebsd' sysdepsMartin Baulig1998-12-062-1/+6
| | | | | | | | | 1998-12-06 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4: Recognice OpenBSD as a valid system and use the `freebsd' sysdeps directory for it. svn path=/trunk/; revision=507
* clear GUILE_LIBS and GUILE_INCS if guile isn't there (quick fix)Manish Singh1998-12-062-0/+6
| | | | | | | | | * gnome-guile-checks.m4: clear GUILE_LIBS and GUILE_INCS if guile isn't there (quick fix) -Yosh svn path=/trunk/; revision=506
* Added --copy option to libtoolize. This stops libtoolize fromOle J. Tetlie1998-12-051-1/+1
| | | | | | | 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
* Recognice NetBSD as a valid system and use the `freebsd' sysdeps directoryMartin Baulig1998-12-052-1/+6
| | | | | | | | | 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
* Include "popt-gnome.h" instead of "popt.h".Martin Baulig1998-12-052-1/+9
| | | | svn path=/trunk/; revision=503
* Update popt, and always use the gnome-libs version instead of any systemElliot Lee1998-12-035-5/+5
| | | | | | | Update popt, and always use the gnome-libs version instead of any system version. svn path=/trunk/; revision=501
* remove file, renaming to gnome-popt.hElliot Lee1998-12-031-115/+0
| | | | svn path=/trunk/; revision=500
* Define this to be the same as LINUX_VERSION_CODE either fromMartin Baulig1998-12-032-0/+30
| | | | | | | | | | 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=499
* Only check for the linux table () function on Linux systems.Martin Baulig1998-12-031-42/+41
| | | | svn path=/trunk/; revision=498
* Add back `gnomesupport.awk' and `README-gnome'.Raja R Harinath1998-12-032-1/+7
| | | | | | | * Makefile.am (EXTRA_DIST): Add back `gnomesupport.awk' and `README-gnome'. svn path=/trunk/; revision=497
* "Improve" indentation and messages somewhat.Raja R Harinath1998-12-022-69/+78
| | | | | | * autogen.sh: "Improve" indentation and messages somewhat. svn path=/trunk/; revision=496
* Make it with builddir != srcdir again.Martin Baulig1998-12-021-3/+3
| | | | svn path=/trunk/; revision=495
* POPT_ARG_VAL appears to work, now that I have a finished test case...Michael Johnson1998-12-011-7/+6
| | | | svn path=/trunk/; revision=493
* Platform fixes. grep -q is not portable, do not use.Jeff Garzik1998-12-012-7/+12
| | | | svn path=/trunk/; revision=491
* Run gettextize if needed. : Run libtoolize only if configure.in hasChangwoo Ryu1998-12-012-2/+35
| | | | | | | | | 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
* Re-arranged tests such that "--without-gnome" is fully supported. Not onlyJeff Garzik1998-11-302-55/+72
| | | | | | | | * 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
* Require GTK 1.1.5 -migArturo Espinosa1998-11-291-1/+1
| | | | svn path=/trunk/; revision=488
* All parts of GNOME will now require LibGTop >= 0.29.0 which is the latestMartin Baulig1998-11-272-1/+6
| | | | | | | | | 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
* . libgnome/gnome-mime.c: read gnomedatadir/mime.types as well . InElliot Lee1998-11-271-10/+2
| | | | | | | | . 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
* Following names changed to bring MC in accordance with curses.m4:Pavel Roskin1998-11-261-1/+1
| | | | | | | | | 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