aboutsummaryrefslogtreecommitdiffstats
path: root/macros/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* uses test -r instead of test -e, was reported as a portability bug wrtEskil Heyn Olsen1999-11-101-0/+5
| | | | | | | * gnome-pilot.m4: uses test -r instead of test -e, was reported as a portability bug wrt solaris. svn path=/trunk/; revision=1373
* added PILOT_LINK_CHECK, used by GNOME_PILOT_CHECK. AddsEskil Heyn Olsen1999-11-011-0/+5
| | | | | | | * gnome-pilot.m4: added PILOT_LINK_CHECK, used by GNOME_PILOT_CHECK. Adds --with-pisock=$dir_for_pilot_link. svn path=/trunk/; revision=1357
* this should be a better fixJacob Berkman1999-10-251-0/+4
| | | | | | | | 1999-10-24 Jacob Berkman <jberkman@andrew.cmu.edu> * gnome-ghttp-check.m4: this should be a better fix svn path=/trunk/; revision=1352
* use a temp value until we know that ghttp exists. This will hopefully fixJacob Berkman1999-10-221-0/+6
| | | | | | | | | | 1999-10-21 Jacob Berkman <jberkman@andrew.cmu.edu> * gnome-ghttp-check.m4: use a temp value until we know that ghttp exists. This will hopefully fix building on Solaris machines svn path=/trunk/; revision=1342
* Remove -Wpointer-arith to make recent egcs & glibc to stop generatingJody Goldberg1999-09-271-0/+7
| | | | | | warnings. svn path=/trunk/; revision=1258
* If you're going to AC_PATH_PROG then use the prog you find :-)Havoc Pennington1999-09-021-0/+5
| | | | | | | | | 1999-09-01 Havoc Pennington <hp@pobox.com> * gnome-xml-check.m4: If you're going to AC_PATH_PROG then use the prog you find :-) svn path=/trunk/; revision=1156
* merging gnome-conduit-check.m4 removal from the newconduit branchPeter Teichman1999-08-021-0/+5
| | | | svn path=/trunk/; revision=1060
* put gnome-conduit-check.m4 into HEAD.Peter Teichman1999-08-011-0/+5
| | | | svn path=/trunk/; revision=1049
* Add a comment to show how to get gtk 1.2 and glib 1.2 from cvslukka1999-07-081-0/+4
| | | | svn path=/trunk/; revision=1013
* Forbid compiling gnome with gtk 1.3 as it doesn't worklukka1999-07-071-0/+5
| | | | svn path=/trunk/; revision=1007
* Make "extra library" message slightly easier to read.Raja R Harinath1999-07-061-0/+4
| | | | | | * gnome.m4: Make "extra library" message slightly easier to read. svn path=/trunk/; revision=1006
* give -Wunused to gcc instead of -Wno-unused.Tim Janik1999-06-261-0/+4
| | | | | | | | Sat Jun 26 01:47:53 1999 Tim Janik <timj@gtk.org> * compiler-flags.m4: give -Wunused to gcc instead of -Wno-unused. svn path=/trunk/; revision=996
* Make -lqthreads be detected by qt_null, not main - now works on Debianlukka1999-06-111-0/+6
| | | | svn path=/trunk/; revision=973
* Add `gnome-bonobo-check.m4'.Raja R Harinath1999-05-121-0/+4
| | | | | | * Makefile.am (MACROS): Add `gnome-bonobo-check.m4'. svn path=/trunk/; revision=905
* made test program return 0, changed BONOBO_CHECK to not return "failure"Jacob Berkman1999-05-091-0/+5
| | | | | | | | | 1999-05-09 Jacob Berkman <jberk+@cmu.edu> * gnome-bonobo-check.m4: made test program return 0, changed BONOBO_CHECK to not return "failure" on success svn path=/trunk/; revision=895
* Fix invocation of AM_PATH_GNOME_PRINT. Sort lines.Raja R Harinath1999-04-171-0/+6
| | | | | | | | * gnome-print-check.m4 (GNOME_PRINT_CHECK): Fix invocation of AM_PATH_GNOME_PRINT. * Makefile.am (MACROS): Sort lines. svn path=/trunk/; revision=818
* Deleted duplicate VFS checks. GNOME_VFS_CHECKS now contains all VFSNorbert Warmuth1999-03-291-0/+5
| | | | | | | | | | | | | | | | | | | Sun Mar 28 23:39:48 1999 Norbert Warmuth <nwarmuth@privat.circular.de> * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS now contains all VFS checks. * src/util.c (is_printable): Character 155 is non printable even when full eight bit output is enabled (on the linux console 155 is interpreted as "ESC ["). * vfs/vfs.h (vfs_translate_url): Fixed the macro which is used when compiling without vfs. * macros/gnome-vfs.m4: Add --with-vfs option. GNOME_VFS_LIBS still needs to be fixed but that's not a problem because there's no libvfs, yet. svn path=/trunk/; revision=783
* Applied this change:Tomislav Vujec1999-03-111-3/+10
| | | | | | | | | | 1999-03-10 Tomislav Vujec <tvujec@carnet.hr> * aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Add ACLOCAL_FLAGS in ACLOCAL. This allows maintainer rules to work if any of the macros change. svn path=/trunk/; revision=745
* Applied Bug fix:Raja R Harinath1999-03-111-0/+6
| | | | | | | | | | 1999-03-10 Tomislav Vujec <tvujec@carnet.hr * gnome.m4 (GNOME_INIT_HOOK): Wrapped position parameter in testing for additional inits. It gets expanded while generating configure, resulting in an empty parameter list - syntax error in for statement. svn path=/trunk/; revision=744
* Add a new paramater, which is passed to GNOME_INIT_HOOK.Raja R Harinath1999-03-101-0/+8
| | | | | | | | | | | | | | | | | | | * gnome.m4 (GNOME_INIT): Add a new paramater, which is passed to GNOME_INIT_HOOK. (GNOME_INIT_HOOK): New parameter "additional inits". This is a list like "applets capplet", and the corresponding GNOME_APPLETS_LIBS and GNOME_CAPPLETS_LIBS are defined. Note: This change requires all standalone panel applets to use GNOME_INIT(applets) instead of just GNOME_INIT in their configure.ins. I don't think there are any standalon panel applets in Gnome CVS. This is partly to fix a bug with a message `unknown library: applets' that appears when gnome-core is installed the first time. svn path=/trunk/; revision=743
* Ok, this was bugging me.... ....for a while my objc compiler was borked. IMark Crichton1999-03-011-0/+4
| | | | | | | | | | | | | | Ok, this was bugging me.... ....for a while my objc compiler was borked. I had it, but it didn't work. gnome-network would abuse and abuse me since it only checked for the objc compiler and not gnome-objc. Noticed we didn't have a HAVE_GNOME_OBJC conditional, so I added it. It works (so far...) Mark Crichton svn path=/trunk/; revision=718
* Remove a CVS conflict marker.Martin Baulig1999-02-281-1/+1
| | | | svn path=/trunk/; revision=709
* Require at least gtk+ 1.2 (pointless getting bug reports with an oldGregory McLean1999-02-281-0/+5
| | | | | | | | | 1998-02-27 Gregory McLean <gregm@comstar.net> * gnome-x-checks.m4 : Require at least gtk+ 1.2 (pointless getting bug reports with an old glib/gtk/gdk set..) svn path=/trunk/; revision=708
* Require LibGTop >= 1.0.0.Martin Baulig1999-02-251-2/+2
| | | | | | | | 1999-02-25 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-checks.m4: Require LibGTop >= 1.0.0. svn path=/trunk/; revision=702
* Require LibGTop >= 0.100.0.Martin Baulig1999-02-241-0/+4
| | | | | | | | 1999-02-24 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-checks.m4: Require LibGTop >= 0.100.0. svn path=/trunk/; revision=690
* Only add the compilation warnings if the compiler is GCC.Miguel de Icaza1999-02-231-0/+5
| | | | | | | | | 1999-02-22 Miguel de Icaza <miguel@nuclecu.unam.mx> * compiler-flags.m4: Only add the compilation warnings if the compiler is GCC. svn path=/trunk/; revision=684
* ZVT_LIBSTimur Bakeyev1999-02-201-0/+4
| | | | | | | | 1999-02-20 Timur Bakeyev <mc@bat.ru> * gnome.m4: Added and exported ZVT_LIBS. svn path=/trunk/; revision=680
* svn path=/trunk/; revision=675Owen Taylor1999-02-181-0/+4
| | | | | | Tue Feb 16 19:35:42 1999 Owen Taylor <otaylor@redhat.com> svn path=/trunk/; revision=675
* BSDI's shell fix..Timur Bakeyev1999-02-161-1/+6
| | | | | | | | | 1999-02-15 Timur Bakeyev <mc@bat.ru> * gnome-gettext.m4: Work around a bug in BSDI's native sh, which in- correctly expands ${LINGUAS=$ALL_LINGUAS}. Switched to if/fi variant. svn path=/trunk/; revision=665
* Reworked the paragraph formatting dialog.Chris Lahey1999-02-151-0/+7
| | | | | | | | Bumped the version number. Reworked macros/gnome-print-check.m4. Added a plugin to plugins/.cvsignore. svn path=/trunk/; revision=664
* Applied a patch from Kenneth Stailey; use $CFLAGS when invoking $OBJC soMartin Baulig1999-02-101-0/+6
| | | | | | | | | | 1999-02-10 Martin Baulig <martin@home-of-linux.org> * gnome-objc-checks.m4: Applied a patch from Kenneth Stailey; use $CFLAGS when invoking $OBJC so the user can add additional include paths. svn path=/trunk/; revision=658
* Don't add warning and compiler flags to the CFLAGS and CXXFLAGS whenMartin Baulig1999-02-051-0/+7
| | | | | | | | | | | 1999-02-05 Martin Baulig <martin@home-of-linux.org> * compiler-flags.m4: Don't add warning and compiler flags to the CFLAGS and CXXFLAGS when they're cached. This fixes the problem that CFLAGS and CXXFLAGS get longer and longer each time you run a `config.status --recheck'. svn path=/trunk/; revision=646
* New automake conditional that's always false.Martin Baulig1999-02-041-0/+13
| | | | | | | | | | | | | | | | | 1999-02-04 Martin Baulig <martin@home-of-linux.org> * aclocal-include.m4 (INSIDE_GNOME_COMMON): New automake conditional that's always false. * gnome-common.m4: New file. This defines a `GNOME_COMMON_INIT' macro that should be used in all GNOME Applications outside the CVS tree. * Makefile.am: If we are `INSIDE_GNOME_COMMON', install all $(MACROS), autogen.sh, gnome-common.m4 and a newly created gnome-macros.dep in `$(datadir)/aclocal/gnome'. svn path=/trunk/; revision=640
* Re-order logRaja R Harinath1999-01-281-5/+5
| | | | svn path=/trunk/; revision=622
* Add recognition of 2 more libraries - pthreads and pthread-support buildTimur Bakeyev1999-01-241-0/+5
| | | | | | | | | Sun Jan 24 03:59:32 1999 Timur Bakeyev <mc@bat.ru> * gnome-pthread-check.m4: Add recognition of 2 more libraries - pthreads and pthread-support build in libc (as on BSDI). svn path=/trunk/; revision=619
* New macro. This checks whether you have the LibGTop documentationMartin Baulig1999-01-241-0/+7
| | | | | | | | | | | 1999-01-23 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-checks.m4 (GNOME_LIBGTOP_DOCU): New macro. This checks whether you have the LibGTop documentation installed and defines `HAVE_LIBGTOP_DOCU' if appropriate. Also provides automake conditional. svn path=/trunk/; revision=618
* Applied a patch from Owen Taylor to keep this in sync withMartin Baulig1999-01-211-0/+6
| | | | | | | | | | | | AC_GTK_GETTEXT from gtk+/acinclude.m4. 1999-01-20 Martin Baulig <martin@home-of-linux.org> * acinclude.m4 (ac_result): Unset CATOBJEXT so that the macros and Makefiles correctly handle disabling NLS when no gettext is found. svn path=/trunk/; revision=616
* Rewrite to be saner. Don't limit yourself to a fixed set of names for theRaja R Harinath1999-01-201-0/+5
| | | | | | | * gnome-cxx-check.m4 (GNOME_CHECK_CXX): Rewrite to be saner. Don't limit yourself to a fixed set of names for the compiler. svn path=/trunk/; revision=614
* Couple of changes:Arturo Espinosa1999-01-081-0/+4
| | | | | | | | | | | | | Couple of changes: configure tests to make gnome-libs prepared for a potential release of Imlib 1.9. Mime-info fix for the tar-problem in gmc. Miguel. svn path=/trunk/; revision=587
* Added gnome-print-check.m4 to MACROSNat Friedman1999-01-061-0/+4
| | | | | | | | 1999-01-06 Nat Friedman <nat@nat.org> * Makefile.am (MACROS): Added gnome-print-check.m4 to MACROS svn path=/trunk/; revision=584
* Include dirent.h before checking whether `scandir' needs to be declared.Raja R Harinath1999-01-061-0/+6
| | | | | | | | * gnome-support.m4: Include dirent.h before checking whether `scandir' needs to be declared. * need-declaration.m4: Revert unlogged change. svn path=/trunk/; revision=580
* Added and exported GNOME_APPLET_LIBS.Jeff Garzik1998-12-231-0/+4
| | | | svn path=/trunk/; revision=559
* Merge the changes from GNOME_STABLE into HEAD.Arturo Espinosa1998-12-171-0/+5
| | | | | | | | Merge the changes from GNOME_STABLE into HEAD. Miguel. svn path=/trunk/; revision=533
* Add the hacked version of the gettext macros that is used in Gtk+ here.Martin Baulig1998-12-161-0/+7
| | | | | | | | | | | 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=526
* Just set the version number to 0.99.0 to keep it in sync with the restMartin Baulig1998-12-161-2/+2
| | | | | | | | | | | 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=525
* All parts of GNOME will now require LibGTop >= 0.30.0 which is the latestMartin Baulig1998-12-151-0/+6
| | | | | | | | | | 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
* Make this work with more than one directory.Martin Baulig1998-12-091-0/+5
| | | | | | | | | 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
* Moved into the LibGTop module. This file contains too much stuff thatMartin Baulig1998-12-091-0/+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
* Recognice OpenBSD as a valid system and use the `freebsd' sysdepsMartin Baulig1998-12-061-0/+5
| | | | | | | | | 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-061-0/+5
| | | | | | | | | * gnome-guile-checks.m4: clear GUILE_LIBS and GUILE_INCS if guile isn't there (quick fix) -Yosh svn path=/trunk/; revision=506
* Recognice NetBSD as a valid system and use the `freebsd' sysdeps directoryMartin Baulig1998-12-061-0/+5
| | | | | | | | | 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
* Define this to be the same as LINUX_VERSION_CODE either fromMartin Baulig1998-12-041-0/+6
| | | | | | | | | | 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=503
* "Improve" indentation and messages somewhat.Raja R Harinath1998-12-031-0/+4
| | | | | | * autogen.sh: "Improve" indentation and messages somewhat. svn path=/trunk/; revision=500
* Platform fixes. grep -q is not portable, do not use.Jeff Garzik1998-12-021-0/+5
| | | | svn path=/trunk/; revision=496
* Run gettextize if needed. : Run libtoolize only if configure.in hasChangwoo Ryu1998-12-011-0/+5
| | | | | | | | | 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=495
* Re-arranged tests such that "--without-gnome" is fully supported. Not onlyJeff Garzik1998-11-301-0/+6
| | | | | | | | * 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=494
* All parts of GNOME will now require LibGTop >= 0.29.0 which is the latestMartin Baulig1998-11-271-0/+5
| | | | | | | | | 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=490
* Changed the call to GNOME_GNORBA_CHECK to GNOME_GNORBA_HOOK([],$2). BeforeJames Henstridge1998-11-201-0/+7
| | | | | | | | | | | 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=480
* We need to check for <net/if_var.h> and conditionally include it beforeMartin Baulig1998-11-181-0/+6
| | | | | | | | | | 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
* *** empty log message ***Marius Vollmer1998-11-181-0/+6
| | | | svn path=/trunk/; revision=477
* fix my email address in logAndrew T. Veliath1998-11-131-1/+1
| | | | svn path=/trunk/; revision=472
* Remove AC_DEFINE(HAVE_ORBIT). Add AM_CONDITIONAL for HAVE_ORBIT.Andrew T. Veliath1998-11-131-0/+6
| | | | | | | | | | | | 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
* Add GNOME_GNORBA_CHECK if gnome-config is found. New GNOMEGNORBA_LIBSAndrew T. Veliath1998-11-131-0/+12
| | | | | | | | | | | | | | | | 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
* Remove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binariesRaja R Harinath1998-11-131-0/+6
| | | | | | | | * 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
* Fix stupid type (sterror_r -> strerror_r).Raja R Harinath1998-11-071-0/+4
| | | | | | * gnome-support.m4: Fix stupid type (sterror_r -> strerror_r). svn path=/trunk/; revision=463
* Set this unconditionally to `yes'. We'll soon be losing this variable.Raja R Harinath1998-11-051-0/+5
| | | | | | | * gnome-support.m4 (need_gnome_support): Set this unconditionally to `yes'. We'll soon be losing this variable. svn path=/trunk/; revision=462
* Add ORBIT_IDL detection; fix failure flag.Andrew T. Veliath1998-10-211-0/+5
| | | | | | | * gnome-orbit-check.m4 (GNOME_ORBIT_HOOK): Add ORBIT_IDL detection; fix failure flag. svn path=/trunk/; revision=454
* Added `-Wno-unused'.Martin Baulig1998-10-121-0/+4
| | | | | | | | 1998-10-12 Martin Baulig <martin@home-of-linux.org> * compiler-flags.m4 (warnCFLAGS): Added `-Wno-unused'. svn path=/trunk/; revision=443
* Use `:' instead of the empty string if there is nothing to do since theMartin Baulig1998-10-121-0/+6
| | | | | | | | | | 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
* Check for "guile-config" and then for "build-guile", if guile-configMarius Vollmer1998-10-111-0/+9
| | | | | | | | | | | * 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
* Added optional third parameter which is the `script-if-enabled' parameterMartin Baulig1998-10-111-0/+6
| | | | | | | | | | 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
* Cells from the clipboard do not have a Sheet parameter attached.Miguel de Icaza1998-10-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove `-W'. (warn-unused): Remove.Raja R Harinath1998-10-061-0/+5
| | | | | | | * compiler-flags.m4 (warnCFLAGS): Remove `-W'. (warn-unused): Remove. svn path=/trunk/; revision=427
* Added `AC_SUBST(libgtop_postinstall)'. This is used inMartin Baulig1998-10-011-0/+7
| | | | | | | | | | | 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
* Make it accept libgtop >= 0.25.0 again.Martin Baulig1998-09-291-3/+3
| | | | | | | | 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
* Make the default not to build the LibGTope examples.Martin Baulig1998-09-291-0/+5
| | | | | | | | | 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
* New configure parameter to add `-Wunused' to the warning flags.Martin Baulig1998-09-281-0/+5
| | | | | | | | | 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
* Make it require libgtop >= 0.26.2.Martin Baulig1998-09-271-0/+4
| | | | | | | | 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
* Add checks for -lsocket -lnsl.Raja R Harinath1998-09-251-0/+4
| | | | | | * gnome-ghttp-check.m4: Add checks for -lsocket -lnsl. svn path=/trunk/; revision=397
* Remove commented out code.Raja R Harinath1998-09-191-0/+4
| | | | | | * gnome-support.m4: Remove commented out code. svn path=/trunk/; revision=383
* Added (AC_SUBST): `libgtop_have_sysinfo'.Martin Baulig1998-09-131-0/+4
| | | | | | | | 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
* Added check for SMP support. (--with-libgtop-smp): New parameter, defaultMartin Baulig1998-09-091-0/+8
| | | | | | | | | | | | 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
* Remove check for `canonicalize_file_name'.Raja R Harinath1998-09-031-0/+4
| | | | | | * gnome-support.m4: Remove check for `canonicalize_file_name'. svn path=/trunk/; revision=359
* Check for canonicalize_file_name () and realpath () and addMartin Baulig1998-09-021-0/+5
| | | | | | | | | 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
* Added (AC_SUBST): `LIBGTOP_VERSION_CODE'. Added (AC_DEFINE_UNQUOTED):Martin Baulig1998-08-301-0/+6
| | | | | | | | | | 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
* Make it require libgtop >= 0.26.0. Added (AC_SUBST):Martin Baulig1998-08-301-2/+2
| | | | | | | | | 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
* Added (AC_SUBST): `LIBGTOP_INTERFACE_AGE' and `LIBGTOP_BINARY_AGE' forMartin Baulig1998-08-301-0/+5
| | | | | | | | | 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
* Oooo...it actually works now. Forgot a ,Christopher Blizzard1998-08-281-0/+1
| | | | | | | | | 1998-08-27 Christopher Blizzard <blizzard@appliedtheory.com> * gnome-ghttp-check.m4: Oooo...it actually works now. Forgot a , svn path=/trunk/; revision=345
* Umm...I think this works better. Doesn't break anything anyway.Christopher Blizzard1998-08-281-0/+5
| | | | | | | | | 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
* Make it work with a brain-dead /bin/sh and a brain-dead /bin/test.Martin Baulig1998-08-271-0/+3
| | | | | | | | | 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
* Use `AC_MSG_WARN' if LibGTop cannot be found and the `fail' argument isMartin Baulig1998-08-261-0/+5
| | | | | | | | | 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
* Added `setreuid', `setregid' and `getpagesize'. (AC_TYPE_UID_T): NewMartin Baulig1998-08-251-0/+6
| | | | | | | | | | 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
* Add gnome-ghttp-check.m4 to the Makefile.Christopher Blizzard1998-08-241-0/+4
| | | | | | | | 1998-08-24 Christopher Blizzard <blizzard@appliedtheory.com> * Makefile.am (MACROS): Add gnome-ghttp-check.m4 to the Makefile. svn path=/trunk/; revision=333
* You can give this macro two parameters: the required version number and anMartin Baulig1998-08-241-0/+7
| | | | | | | | | | | 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
* Added check for `-lnsl' and `-lsocket' if `build-guile' cannot be found.Martin Baulig1998-08-221-0/+5
| | | | | | | | | 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
* New file. Defines the GNOME_COMPILER_WARNINGS macro. AddRaja R Harinath1998-08-211-0/+8
| | | | | | | | | | * 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
* make it require libgtop >= 0.25.0. Added (AC_SUBST):Martin Baulig1998-08-181-0/+5
| | | | | | | | | 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
* Completely rewrote this file. It uses now the `libgtop-config' script andMartin Baulig1998-08-171-0/+6
| | | | | | | | | | 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
* Added `freebsd' directory.Martin Baulig1998-08-071-0/+4
| | | | | | | | 1998-08-06 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4: Added `freebsd' directory. svn path=/trunk/; revision=304
* Define USE_DEVGTK unconditionally to `true'.Raja R Harinath1998-08-051-0/+4
| | | | | | | | | * 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
* make it require GTK >= 1.1.1 dnl'd the dev_gtk since they will have toStuart Parmenter1998-08-051-0/+5
| | | | | | | | | 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
* gnome.m4: (GNOME_INIT_HOOK): Call $1 also, if `gnome-config' is found and usedSebastian Wilhelmi1998-08-041-0/+5
| | | | svn path=/trunk/; revision=297
* Use the `gnome-config' program if it exists.Raja R Harinath1998-08-031-0/+5
| | | | | | | | | * 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
* Remove `macros.dep'.Raja R Harinath1998-08-021-0/+4
| | | | | | | | | | | | * 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
* New macro. Checks for `u_int64_t' and `int64_t'.Martin Baulig1998-07-311-0/+5
| | | | | | | | | 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
* Added (AC_SUBST): `LIBGTOP_NAMES_LIBS', `LIBGTOP_NAMES_INCS',Martin Baulig1998-07-301-0/+11
| | | | | | | | | | | | | | | 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
* Check for functions that `error.c' looks for.Raja R Harinath1998-07-301-0/+4
| | | | | | * gnome-support.m4: Check for functions that `error.c' looks for. svn path=/trunk/; revision=291
* Removed.Martin Baulig1998-07-291-0/+6
| | | | | | | | | | 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
* Changed Gtk version test to use GTK_HAVE_FEATURES_1_1_0.Federico Mena Quintero1998-07-281-0/+5
| | | | | | | | | 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
* Added gnome-xml-check.m4 for libxml detection, Daniel.Daniel Veillard1998-07-271-0/+5
| | | | svn path=/trunk/; revision=288
* No longer requiring `GNOME_LIBGTOP_SYSDEPS'.Martin Baulig1998-07-241-0/+5
| | | | | | | | | 1998-07-24 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4: No longer requiring `GNOME_LIBGTOP_SYSDEPS'. svn path=/trunk/; revision=287
* Added linger.m4. New file.Tom Tromey1998-07-241-0/+5
| | | | | | | | | 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=286
* Added gnome-undelfs.m4, gnome-vfs.m4. New file. New file.Tom Tromey1998-07-241-0/+6
| | | | | | | | | | 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=284
* Added some reasonable defaults to allow cross compiling; removedMartin Baulig1998-07-231-0/+6
| | | | | | | | | | 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=283
* If no build-guile, link against readline before termcap.Tom Tromey1998-07-221-0/+5
| | | | | | | | | 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=282
* Add `need-declaration.m4'.Raja R Harinath1998-07-161-0/+11
| | | | | | | | | | | | | * 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
* Add check for `mkstemp'.Raja R Harinath1998-07-131-0/+4
| | | | | | * gnome-support.m4 (AC_REPLACE_FUNCS): Add check for `mkstemp'. svn path=/trunk/; revision=280
* yet another change to curses.m4 - documentation & formatting, remove unsed varsScott D Heavner1998-07-021-0/+4
| | | | svn path=/trunk/; revision=276
* Add all the `.m4' files here.Raja R Harinath1998-06-301-1/+4
| | | | | | * Makefile.am (MACROS): Add all the `.m4' files here. svn path=/trunk/; revision=273
* curses.m4: Need AC_SUBST(CURSES_INCLUDEDIR) not CURSES_INCLUDESScott D Heavner1998-06-301-0/+4
| | | | svn path=/trunk/; revision=272
* was leaving conftest.* files lying around after tests.Scott D Heavner1998-06-301-0/+5
| | | | svn path=/trunk/; revision=271
* Use egcs if it's available. The gcc that ships with RedHat 5.1 doesn't doChristopher Blizzard1998-06-271-0/+5
| | | | | | | | | 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=270
* Autodetect curses for cyahtzee.Scott D Heavner1998-06-271-0/+10
| | | | svn path=/trunk/; revision=269
* New check. (vprintf): New check. (ftruncate.c): Remove check. This needsRaja R Harinath1998-06-251-0/+9
| | | | | | | | | | | * 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=268
* *** empty log message ***Martin Baulig1998-06-141-0/+5
| | | | svn path=/trunk/; revision=263
* Added check for the table () system call in the linux kernel.Martin Baulig1998-06-141-0/+5
| | | | | | | | | 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=261
* Use AC_EGREP_CPP rather than AC_CHECK_HEADER. AC_CHECK_HEADER is fooled byRaja R Harinath1998-06-121-2/+5
| | | | | | | * 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=260
* Look for awk. (CROSS_COMPILING): Remove conditional.Raja R Harinath1998-06-111-0/+5
| | | | | | | * gnome-support.m4 (AC_PROG_AWK): Look for awk. (CROSS_COMPILING): Remove conditional. svn path=/trunk/; revision=259
* Gnome libs should compile against gtk 1.0.x and gtk 1.1 with a minimal amountGregory McLean1998-06-111-0/+5
| | | | | | | | | | 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=257
* New automake conditional; (need_gnome_support): addedMartin Baulig1998-06-081-2/+7
| | | | | | | | | 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=253
* When cross-compiling, we now check for `$host_alias-buile-guile'.Martin Baulig1998-06-081-2/+8
| | | | | | | | | 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=252
* Looks also in $GNOME_LIBDIR; added failflag: GNOME_CHECK_GUILE(fail) willMartin Baulig1998-06-031-0/+5
| | | | | | | * 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=243
* *** empty log message ***Martin Baulig1998-05-251-0/+5
| | | | svn path=/trunk/; revision=232
* *** empty log message ***Martin Baulig1998-05-231-0/+6
| | | | svn path=/trunk/; revision=230
* New file. Checks whether libgtop is installed and reads itsMartin Baulig1998-05-221-0/+17
| | | | | | | | | * 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. svn path=/trunk/; revision=224
* New check. (sys_errlist): Check for this variable, needed for `strerror'.Raja R Harinath1998-05-201-0/+7
| | | | | | | | | * 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. svn path=/trunk/; revision=219
* Remove simple-minded check for `gtk+'.Raja R Harinath1998-05-101-2/+5
| | | | | | * autogen.sh: Remove simple-minded check for `gtk+'. svn path=/trunk/; revision=211
* Pass the results of the environment variable ACLOCAL_FLAGS to aclocal.Owen Taylor1998-04-251-0/+7
| | | | | | | | | | | 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 svn path=/trunk/; revision=192
* added to ignore generated files.EDT 1998 Gregory McLean1998-04-191-0/+5
| | | | | | | | Sun Apr 19 09:38:36 EDT 1998 Gregory McLean <gregm@comstar.net> * ee/doc/.cvsignore: added to ignore generated files. svn path=/trunk/; revision=166
* Also run AC_HEADER_DIRENT.Raja R Harinath1998-04-091-1/+2
| | | | | | * gnome-support.m4: Also run AC_HEADER_DIRENT. svn path=/trunk/; revision=118
* Update to list newer versions of packages. Add `scandir'.Raja R Harinath1998-04-091-0/+5
| | | | | | | * autogen.sh: Update to list newer versions of packages. * gnome-support.m4 (AC_REPLACE_FUNCS): Add `scandir'. svn path=/trunk/; revision=117
* Look for vasprintf.Raja R Harinath1998-04-011-0/+4
| | | | | | * gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf. svn path=/trunk/; revision=82
* An empty true branch of an `if' statement is not valid sh syntax. IfTom Tromey1998-03-201-0/+6
| | | | | | | | | | 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. svn path=/trunk/; revision=73
* Weee! gmc uses the gnome.m4 macros now and detects properly gnome ↵Arturo Espinosa1998-03-201-0/+7
| | | | | | installation - mig svn path=/trunk/; revision=72
* Cache results of check for program_invocation_short_name,Tom Tromey1998-03-201-0/+4
| | | | | | | | | | 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. svn path=/trunk/; revision=70
* Cache results of argp check.Tom Tromey1998-03-191-0/+4
| | | | | | | | Thu Mar 19 00:17:46 1998 Tom Tromey <tromey@cygnus.com> * gnome-support.m4: Cache results of argp check. svn path=/trunk/; revision=69
* Updates to use AM_PATH_GTK. See various ChangeLogs for details.Owen Taylor1998-03-161-0/+6
| | | | svn path=/trunk/; revision=68
* Add a check for <linewrap.h> -- this enables some optimizations whenRaja R Harinath1998-03-131-0/+5
| | | | | | | | | * gnome-support.m4: Add a check for <linewrap.h> -- this enables some optimizations when compiling `argp'. - Hari svn path=/trunk/; revision=67
* Build vsnprintf.o, not vsnprint.o.Tom Tromey1998-03-101-0/+4
| | | | | | | | Mon Mar 9 19:32:42 1998 Tom Tromey <tromey@cygnus.com> * gnome-support.m4: Build vsnprintf.o, not vsnprint.o. svn path=/trunk/; revision=63
* Add check for `vsnprintf'.Raja R Harinath1998-03-101-0/+4
| | | | | | | | * gnome-support.m4: Add check for `vsnprintf'. - Hari svn path=/trunk/; revision=62
* Set need_gnome_support shell variable. Define BUILD_GNOME_SUPPORT automakeTom Tromey1998-03-091-0/+9
| | | | | | | | | | 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. svn path=/trunk/; revision=60
* Check for strnlen().Tom Tromey1998-03-071-0/+4
| | | | | | | | Sat Mar 7 00:04:22 1998 Tom Tromey <tromey@cygnus.com> * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Check for strnlen(). svn path=/trunk/; revision=59
* Check for argp code, strndup, program_invocation_name,Tom Tromey1998-03-041-0/+5
| | | | | | | | | 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. svn path=/trunk/; revision=58
* Also check for SMlib.h; some Solaris systems have -lSM but not SMlib.h.Tom Tromey1998-03-031-0/+5
| | | | | | | | | 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. svn path=/trunk/; revision=57
* Changed spacing so --help output looks right.Tom Tromey1998-03-021-0/+5
| | | | | | | | | Sun Mar 1 17:49:42 1998 Tom Tromey <tromey@cygnus.com> * gnome.m4 (GNOME_INIT): Changed spacing so --help output looks right. svn path=/trunk/; revision=56
* Set OBJECTIVE_C shell variable.Tom Tromey1998-02-281-0/+5
| | | | | | | | | Fri Feb 27 10:05:34 1998 Tom Tromey <tromey@cygnus.com> * gnome-objc-checks.m4 (GNOME_CHECK_OBJC): Set OBJECTIVE_C shell variable. svn path=/trunk/; revision=55
* Put $X_CFLAGS here, not in $CFLAGS. (GNOME_HAVE_SM): New var. `true' if weRaja R Harinath1998-02-271-0/+7
| | | | | | | | | | | * gnome-x-checks.m4 (CPPFLAGS): Put $X_CFLAGS here, not in $CFLAGS. (GNOME_HAVE_SM): New var. `true' if we have libSM, `false' otherwise. - Hari svn path=/trunk/; revision=51
* Remove `GNOME_CHECK_GNOME'.Raja R Harinath1998-02-191-0/+4
| | | | | | | | * gnome.m4: Remove `GNOME_CHECK_GNOME'. - Hari svn path=/trunk/; revision=44
* Replace `strcasecmp' if necessary.Raja R Harinath1998-02-191-0/+5
| | | | | | | | | * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if necessary. - Hari svn path=/trunk/; revision=39
* Add `gnome-pthread-check.m4'. New file. Moved pthread check fromRaja R Harinath1998-02-161-0/+11
| | | | | | | | | | | | | | | * 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. - Hari svn path=/trunk/; revision=37
* Use single quotes, not double quotes. Otherwise bash will interpretTom Tromey1998-02-151-0/+6
| | | | | | | | | | 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. svn path=/trunk/; revision=35
* Put back doubled `$'. We want the expansion to occur in the includingRaja R Harinath1998-02-151-0/+6
| | | | | | | | | | * 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. - Hari svn path=/trunk/; revision=34
* multilple aclocal -I directories.KST 1998 Changwoo Ryu1998-02-141-0/+4
| | | | | | | | Sat Feb 14 17:41:28 KST 1998 Changwoo Ryu <cwryu@adam.kaist.ac.kr> * autogen.sh: multilple aclocal -I directories. svn path=/trunk/; revision=32
* Removed extra `$' from rule.Tom Tromey1998-02-141-0/+2
| | | | | | | | Sat Feb 14 01:09:37 1998 Tom Tromey <tromey@cygnus.com> * Makefile.am (macros.dep): Removed extra `$' from rule. svn path=/trunk/; revision=31
* Only check for -lSM if not already in x_libs.Tom Tromey1998-02-141-0/+5
| | | | | | | | | Sat Feb 14 01:09:37 1998 Tom Tromey <tromey@cygnus.com> * gnome-x-checks.m4: Only check for -lSM if not already in x_libs. svn path=/trunk/; revision=30
* Add `autogen.sh'.Raja R Harinath1998-02-141-0/+2
| | | | | | * Makefile.am (EXTRA_DIST): Add `autogen.sh'. svn path=/trunk/; revision=29
* Solaris /bin/sh doesn't understand `test -e'.Raja R Harinath1998-02-141-0/+3
| | | | | | | | | * gnome-objc-checks.m4 (GNOME_INIT_OBJC): Solaris /bin/sh doesn't understand `test -e'. - Hari svn path=/trunk/; revision=28
* Checkin ChangeLogRaja R Harinath1998-02-141-0/+2
| | | | svn path=/trunk/; revision=27
* Look for gnomeConf.sh in $libdir, where the installation actually installsRaja R Harinath1998-02-141-0/+3
| | | | | | | | | * gnome.m4 (GNOME_INIT): Look for gnomeConf.sh in $libdir, where the installation actually installs it. - Hari svn path=/trunk/; revision=24
* New maintainer rule for handling automatic rebuilding of aclocal.m4 if anyRaja R Harinath1998-02-141-0/+7
| | | | | | | | | | | * 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. - Hari svn path=/trunk/; revision=20
* New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support.Raja R Harinath1998-02-131-0/+5
| | | | | | | * gnome-support.m4: New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support. svn path=/trunk/; revision=19
* New file. Moved AC_CHECK_GNOME from `configure.in' to here, and renamedRaja R Harinath1998-02-111-0/+9
* 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=11