aboutsummaryrefslogtreecommitdiffstats
path: root/macros
Commit message (Expand)AuthorAgeFilesLines
* Re-order logRaja R Harinath1999-01-281-5/+5
* Add recognition of 2 more libraries - pthreads and pthread-support buildTimur Bakeyev1999-01-242-1/+15
* New macro. This checks whether you have the LibGTop documentationMartin Baulig1999-01-242-0/+34
* Applied a patch from Owen Taylor to keep this in sync withMartin Baulig1999-01-212-1/+9
* Rewrite to be saner. Don't limit yourself to a fixed set of names for theRaja R Harinath1999-01-202-13/+13
* initial rev.Marcin Gorycki1999-01-191-0/+15
* Suggest using libtool 1.2dArturo Espinosa1999-01-191-1/+1
* x GMoiss about box fixedAlan Aspuru Guzik1999-01-131-1/+1
* x I must leave - Incomplete commit for bit to hack in the nightAlan Aspuru Guzik1999-01-121-1/+1
* (This is a patch from Nix <nix@esperi.demon.co.uk>) Brought C++ languageTero Pulkkinen1999-01-111-4/+10
* Couple of changes:Arturo Espinosa1999-01-081-0/+4
* Thu, 7 Jan 1999 16:59:35 +0100 Paolo Molaro <lupus@debian.org>Paolo Molaro1999-01-071-1/+4
* Added gnome-print-check.m4 to MACROSNat Friedman1999-01-062-0/+5
* A new autoconf macro to check for libgnomeprint. I've never writtenNat Friedman1999-01-061-0/+34
* Include dirent.h before checking whether `scandir' needs to be declared.Raja R Harinath1999-01-063-4/+12
* Fix the scandir detectionArturo Espinosa1999-01-062-1/+4
* Applied patch for DG/UX from Marc J. Fraioli:Martin Baulig1999-01-061-1/+1
* More fixes for 0_99_2Arturo Espinosa1999-01-051-1/+1
* Minor `make distcheck' fixes.Martin Baulig1999-01-041-0/+1
* Added and exported GNOME_APPLET_LIBS.Jeff Garzik1998-12-232-0/+6
* Merge the changes from GNOME_STABLE into HEAD.Arturo Espinosa1998-12-172-23/+5
* Add the hacked version of the gettext macros that is used in Gtk+ here.Martin Baulig1998-12-163-0/+357
* Just set the version number to 0.99.0 to keep it in sync with the restMartin Baulig1998-12-162-3/+3
* All parts of GNOME will now require LibGTop >= 0.30.0 which is the latestMartin Baulig1998-12-152-1/+7
* Fixed typo, from Markus Linnala <maage@cs.tut.fi>Jeff Garzik1998-12-101-1/+1
* Added gnome-orbit-check.m4.Martin Baulig1998-12-091-0/+1
* Make this work with more than one directory.Martin Baulig1998-12-092-1/+6
* Removed gnome-libgtop-sysdeps.m4 here.Martin Baulig1998-12-091-1/+0
* Moved into the LibGTop module. This file contains too much stuff thatMartin Baulig1998-12-092-249/+6
* Ok, the check for NO-AUTO-GEN is now working. This was borking up theMark Crichton1998-12-091-1/+1
* test -e is broken in Solaris /bin/sh, use test -r insteadFrederic Devernay1998-12-081-3/+3
* Make sure aclocal.m4 works before invoking gettextize.Martin Baulig1998-12-081-0/+2
* Make sure aclocal.m4 exists before making it writable.Martin Baulig1998-12-081-1/+1
* Invoke gettextize with the --copy parameter to prevent it from makingMartin Baulig1998-12-061-1/+3
* Recognice OpenBSD as a valid system and use the `freebsd' sysdepsMartin Baulig1998-12-062-1/+6
* clear GUILE_LIBS and GUILE_INCS if guile isn't there (quick fix)Manish Singh1998-12-062-0/+6
* Added --copy option to libtoolize. This stops libtoolize fromOle J. Tetlie1998-12-061-1/+1
* Recognice NetBSD as a valid system and use the `freebsd' sysdeps directoryMartin Baulig1998-12-062-1/+6
* Define this to be the same as LINUX_VERSION_CODE either fromMartin Baulig1998-12-042-0/+30
* Only check for the linux table () function on Linux systems.Martin Baulig1998-12-031-42/+41
* "Improve" indentation and messages somewhat.Raja R Harinath1998-12-032-69/+78
* Make it with builddir != srcdir again.Martin Baulig1998-12-031-3/+3
* Platform fixes. grep -q is not portable, do not use.Jeff Garzik1998-12-022-7/+12
* Run gettextize if needed. : Run libtoolize only if configure.in hasChangwoo Ryu1998-12-012-2/+35
* Re-arranged tests such that "--without-gnome" is fully supported. Not onlyJeff Garzik1998-11-302-55/+72
* Require GTK 1.1.5 -migArturo Espinosa1998-11-291-1/+1
* All parts of GNOME will now require LibGTop >= 0.29.0 which is the latestMartin Baulig1998-11-272-1/+6
* . libgnome/gnome-mime.c: read gnomedatadir/mime.types as well . InElliot Lee1998-11-271-10/+2
* Following names changed to bring MC in accordance with curses.m4:Pavel Roskin1998-11-261-1/+1
* Changed the call to GNOME_GNORBA_CHECK to GNOME_GNORBA_HOOK([],$2). BeforeJames Henstridge1998-11-202-1/+8
* allow setting $OBJ_DIR to specify building in a subdirElliot Lee1998-11-201-4/+14
* We need to check for <net/if_var.h> and conditionally include it beforeMartin Baulig1998-11-182-0/+17
* *** empty log message ***Marius Vollmer1998-11-181-0/+6
* Add GUILE_LIBS to LIBS when checking whether guile works. Adding them toMarius Vollmer1998-11-181-1/+3
* fix my email address in logAndrew T. Veliath1998-11-131-1/+1
* Remove AC_DEFINE(HAVE_ORBIT). Add AM_CONDITIONAL for HAVE_ORBIT.Andrew T. Veliath1998-11-133-15/+32
* Add GNOME_GNORBA_CHECK if gnome-config is found. New GNOMEGNORBA_LIBSAndrew T. Veliath1998-11-134-2/+49
* Remove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binariesRaja R Harinath1998-11-132-6/+7
* Fix stupid type (sterror_r -> strerror_r).Raja R Harinath1998-11-072-1/+5
* Set this unconditionally to `yes'. We'll soon be losing this variable.Raja R Harinath1998-11-052-10/+12
* use the ORBit-supplied name service stubs (in lib -lORBitCosNaming)Sebastian Wilhelmi1998-11-031-1/+1
* Added -Wshadow and -Woverloaded-virtual to the --enable-cxx-warnings=yesHavoc Pennington1998-10-291-1/+1
* Added new feature to get PPP/ISDN support:Martin Baulig1998-10-261-0/+56
* Add ORBIT_IDL detection; fix failure flag.Andrew T. Veliath1998-10-212-4/+10
* Simple-minded copy of GNOME_COMPILE_WARNINGS that sets CXXFLAGSHavoc Pennington1998-10-181-0/+41
* Now it should also work when building packages.Martin Baulig1998-10-121-2/+2
* Added `-Wno-unused'.Martin Baulig1998-10-122-1/+5
* Use `:' instead of the empty string if there is nothing to do since theMartin Baulig1998-10-122-0/+8
* Check for "guile-config" and then for "build-guile", if guile-configMarius Vollmer1998-10-112-10/+37
* Added optional third parameter which is the `script-if-enabled' parameterMartin Baulig1998-10-112-1/+7
* Cells from the clipboard do not have a Sheet parameter attached.Miguel de Icaza1998-10-071-0/+4
* Added test for xlc, to run automake with --include-depsJoel Becker1998-10-061-1/+6
* Remove `-W'. (warn-unused): Remove.Raja R Harinath1998-10-062-14/+8
* Fix typo while signaling the error.Karl Eichwalder1998-10-061-1/+1
* Added `AC_SUBST(libgtop_postinstall)'. This is used inMartin Baulig1998-10-012-0/+9
* Make it accept libgtop >= 0.25.0 again.Martin Baulig1998-09-292-4/+4
* Make the default not to build the LibGTope examples.Martin Baulig1998-09-292-2/+7
* New configure parameter to add `-Wunused' to the warning flags.Martin Baulig1998-09-282-2/+20
* Make it require libgtop >= 0.26.2.Martin Baulig1998-09-272-1/+5
* List fish file systemArturo Espinosa1998-09-261-1/+1
* Add checks for -lsocket -lnsl.Raja R Harinath1998-09-252-3/+13
* -)Nat Friedman1998-09-211-1/+1
* Use -W -Wno-unusedArturo Espinosa1998-09-201-1/+1
* Do not use -W as in the context of Gtk/Gnome, we get warnings for theArturo Espinosa1998-09-201-1/+1
* Remove commented out code.Raja R Harinath1998-09-192-16/+4
* Make libgnorba part of the build procedure. Fix the wrong gnome-popup-menuArturo Espinosa1998-09-181-2/+2
* GNOME_ORBIT_CHECK now defines ORBIT_LIBS and ORBIT_INCLUDESElliot Lee1998-09-181-0/+4
* Added (AC_SUBST): `libgtop_have_sysinfo'.Martin Baulig1998-09-132-0/+6
* Added sample pluginArturo Espinosa1998-09-111-1/+5
* Set minimum required LibGTop version to 0.26.1.Martin Baulig1998-09-101-1/+1
* Added check for SMP support. (--with-libgtop-smp): New parameter, defaultMartin Baulig1998-09-092-0/+37
* Moving imlib.m4 back where it belongs.Owen Taylor1998-09-081-286/+0
* removed imlib.m4 from main imlib dostributionFrank Belew (Myth)1998-09-081-0/+286
* New check macro for ORBit -migArturo Espinosa1998-09-081-0/+21
* Fixed detection of xml in gnome-xml macros take 2 -migArturo Espinosa1998-09-081-2/+2
* Fixed detection of xml in gnome-xml macros -migArturo Espinosa1998-09-081-14/+12
* Revamped the GNOME_XML_CHECK macro. Now acts (somewhat) like theMark Crichton1998-09-041-3/+14
* Remove check for `canonicalize_file_name'.Raja R Harinath1998-09-032-1/+5
* Check for canonicalize_file_name () and realpath () and addMartin Baulig1998-09-022-0/+8
* Added (AC_SUBST): `LIBGTOP_VERSION_CODE'. Added (AC_DEFINE_UNQUOTED):Martin Baulig1998-08-302-2/+17
* Make it require libgtop >= 0.26.0. Added (AC_SUBST):Martin Baulig1998-08-302-3/+3
* Added (AC_SUBST): `LIBGTOP_INTERFACE_AGE' and `LIBGTOP_BINARY_AGE' forMartin Baulig1998-08-302-0/+7
* Oooo...it actually works now. Forgot a ,Christopher Blizzard1998-08-282-1/+4
* Umm...I think this works better. Doesn't break anything anyway.Christopher Blizzard1998-08-282-1/+6
* Make it work with a brain-dead /bin/sh and a brain-dead /bin/test.Martin Baulig1998-08-272-3/+56
* Use `AC_MSG_WARN' if LibGTop cannot be found and the `fail' argument isMartin Baulig1998-08-262-1/+6
* Added `setreuid', `setregid' and `getpagesize'. (AC_TYPE_UID_T): NewMartin Baulig1998-08-252-1/+10
* Add gnome-ghttp-check.m4 to the Makefile.Christopher Blizzard1998-08-242-0/+5
* macro for checking for gnome-httpChristopher Blizzard1998-08-241-0/+6
* You can give this macro two parameters: the required version number and anMartin Baulig1998-08-242-3/+17
* Added check for `-lnsl' and `-lsocket' if `build-guile' cannot be found.Martin Baulig1998-08-222-0/+7
* New file. Defines the GNOME_COMPILER_WARNINGS macro. AddRaja R Harinath1998-08-214-3/+58
* make it require libgtop >= 0.25.0. Added (AC_SUBST):Martin Baulig1998-08-182-1/+7
* Completely rewrote this file. It uses now the `libgtop-config' script andMartin Baulig1998-08-172-43/+43
* `make distcheck' cleanups - Hey, it really works, guys !Martin Baulig1998-08-171-0/+6
* Added `freebsd' directory.Martin Baulig1998-08-072-0/+9
* Do not abort on obj-c not being thereGNOME_0_25DROOLING_MACAQUEArturo Espinosa1998-08-061-1/+1
* Define USE_DEVGTK unconditionally to `true'.Raja R Harinath1998-08-052-0/+5
* make it require GTK >= 1.1.1 dnl'd the dev_gtk since they will have toStuart Parmenter1998-08-052-12/+19
* gnome.m4: (GNOME_INIT_HOOK): Call $1 also, if `gnome-config' is found and usedSebastian Wilhelmi1998-08-042-0/+6
* Use the `gnome-config' program if it exists.Raja R Harinath1998-08-032-9/+34
* Remove `macros.dep'.Raja R Harinath1998-08-022-1/+5
* New macro. Checks for `u_int64_t' and `int64_t'.Martin Baulig1998-07-312-1/+18
* Added (AC_SUBST): `LIBGTOP_NAMES_LIBS', `LIBGTOP_NAMES_INCS',Martin Baulig1998-07-303-0/+20
* Check for functions that `error.c' looks for.Raja R Harinath1998-07-302-0/+6
* Removed.Martin Baulig1998-07-293-1/+8
* Changed Gtk version test to use GTK_HAVE_FEATURES_1_1_0.Federico Mena Quintero1998-07-282-1/+6
* Added gnome-xml-check.m4 for libxml detection, Daniel.Daniel Veillard1998-07-273-0/+23
* No longer requiring `GNOME_LIBGTOP_SYSDEPS'.Martin Baulig1998-07-242-1/+6
* Added linger.m4. New file.Tom Tromey1998-07-243-0/+34
* Actually add files mentioned in last commitTom Tromey1998-07-242-0/+100
* Added gnome-undelfs.m4, gnome-vfs.m4. New file. New file.Tom Tromey1998-07-242-0/+8
* Added some reasonable defaults to allow cross compiling; removedMartin Baulig1998-07-233-6/+30
* If no build-guile, link against readline before termcap.Tom Tromey1998-07-222-1/+6
* Add `need-declaration.m4'.Raja R Harinath1998-07-164-12/+71
* Add check for `mkstemp'.Raja R Harinath1998-07-132-1/+5
* No longer use `glibtop_machine.h' for Linux.Martin baulig1998-07-041-1/+1
* yet another change to curses.m4 - documentation & formatting, remove unsed varsScott D Heavner1998-07-022-22/+68
* Add all the `.m4' files here.Raja R Harinath1998-06-302-5/+16
* curses.m4: Need AC_SUBST(CURSES_INCLUDEDIR) not CURSES_INCLUDESScott D Heavner1998-06-302-1/+5
* was leaving conftest.* files lying around after tests.Scott D Heavner1998-06-302-1/+6
* Use egcs if it's available. The gcc that ships with RedHat 5.1 doesn't doChristopher Blizzard1998-06-272-1/+9
* Autodetect curses for cyahtzee.Scott D Heavner1998-06-272-0/+286
* New check. (vprintf): New check. (ftruncate.c): Remove check. This needsRaja R Harinath1998-06-253-28/+13
* *** empty log message ***Martin Baulig1998-06-141-0/+5
* New automake conditional; also defines HAVE_LINUX_TABLE.Martin Baulig1998-06-141-0/+6
* Added check for the table () system call in the linux kernel.Martin Baulig1998-06-142-2/+51
* Use AC_EGREP_CPP rather than AC_CHECK_HEADER. AC_CHECK_HEADER is fooled byRaja R Harinath1998-06-122-4/+17
* Look for awk. (CROSS_COMPILING): Remove conditional.Raja R Harinath1998-06-112-1/+7
* changed things to use GTK_HAVE_ACCEL_GROUP instead of HAVE_DEVGTK...Manish Singh1998-06-111-2/+2
* Gnome libs should compile against gtk 1.0.x and gtk 1.1 with a minimal amountGregory McLean1998-06-112-1/+6
* quick and dirty check for devel gtk and define HAVE_DEVGTK if its found.EDT 1998 Gregory McLean1998-06-101-1/+2
* Fixed typo.Martin Baulig1998-06-081-1/+1
* New automake conditional; (need_gnome_support): addedMartin Baulig1998-06-082-2/+9
* When cross-compiling, we now check for `$host_alias-buile-guile'.Martin Baulig1998-06-082-3/+15
* Include `glibtop_machine.h' for Linux.Martin Baulig1998-06-081-1/+1
* Looks also in $GNOME_LIBDIR; added failflag: GNOME_CHECK_GUILE(fail) willMartin Baulig1998-06-032-11/+83
* *** empty log message ***Martin Baulig1998-05-251-0/+5
* Set this to true on SunOS.Martin Baulig1998-05-241-1/+1
* *** empty log message ***Martin Baulig1998-05-231-0/+6
* New file. Imported from `configure.in' in GNU fileutils 3.16. It does allMartin Baulig1998-05-231-409/+255
* Initial revisionMartin Baulig1998-05-221-0/+574
* New file. Checks whether libgtop is installed and reads itsMartin Baulig1998-05-222-0/+90
* Removed unwanted AC_WITH(sysdeps).Martin Baulig1998-05-221-35/+19
* Fixed typo.Martin Baulig1998-05-221-1/+1
* New file. (libgtop_sysdeps_dir): sysdeps directory libgtop uses.Martin Baulig1998-05-221-0/+79
* Fix typo.Raja R Harinath1998-05-201-1/+1
* New check. (sys_errlist): Check for this variable, needed for `strerror'.Raja R Harinath1998-05-202-15/+40
* Support for NOCONFIGURE env variable -migArturo Espinosa1998-05-141-0/+4
* Remove simple-minded check for `gtk+'.Raja R Harinath1998-05-102-18/+5
* Pass the results of the environment variable ACLOCAL_FLAGS to aclocal.Owen Taylor1998-04-252-1/+8
* Use test -f instead of test -e; As suggested by Sebastian Wilhelmi 0-migArturo Espinosa1998-04-231-1/+1
* Fix for gedit compilation -migArturo Espinosa1998-04-221-13/+17
* added to ignore generated files.EDT 1998 Gregory McLean1998-04-191-0/+5
* Updated the gtk check to check for 1.0.0EDT 1998 Gregory McLean1998-04-191-1/+1
* Also run AC_HEADER_DIRENT.Raja R Harinath1998-04-092-1/+4
* Update to list newer versions of packages. Add `scandir'.Raja R Harinath1998-04-093-4/+9
* Look for vasprintf.Raja R Harinath1998-04-012-1/+5
* An empty true branch of an `if' statement is not valid sh syntax. IfTom Tromey1998-03-202-2/+9
* Weee! gmc uses the gnome.m4 macros now and detects properly gnome installati...Arturo Espinosa1998-03-202-5/+30
* Add support for gtk_container_add to GnomeApp widget.Miguel de Icaza1998-03-201-1/+1
* Cache results of check for program_invocation_short_name,Tom Tromey1998-03-202-7/+27
* Cache results of argp check.Tom Tromey1998-03-192-4/+16
* Updates to use AM_PATH_GTK. See various ChangeLogs for details.Owen Taylor1998-03-162-37/+20
* Add a check for <linewrap.h> -- this enables some optimizations whenRaja R Harinath1998-03-132-0/+7
* Much more work on the mailman - it is semi-functional, and also on girc.Elliot Lee1998-03-121-0/+1
* Made it conform to the new gnome_init parameters.Miguel de Icaza1998-03-111-1/+0
* Build vsnprintf.o, not vsnprint.o.Tom Tromey1998-03-102-1/+6
* Add check for `vsnprintf'.Raja R Harinath1998-03-102-0/+9
* Set need_gnome_support shell variable. Define BUILD_GNOME_SUPPORT automakeTom Tromey1998-03-092-3/+38
* Check for strnlen().Tom Tromey1998-03-072-1/+5
* Check for argp code, strndup, program_invocation_name,Tom Tromey1998-03-042-1/+13
* Also check for SMlib.h; some Solaris systems have -lSM but not SMlib.h.Tom Tromey1998-03-032-4/+18
* Changed spacing so --help output looks right.Tom Tromey1998-03-022-3/+8
* Set OBJECTIVE_C shell variable.Tom Tromey1998-02-282-0/+7
* Stupid mistake... Forgot a `,'Raja R Harinath1998-02-271-1/+1
* Put $X_CFLAGS here, not in $CFLAGS. (GNOME_HAVE_SM): New var. `true' if weRaja R Harinath1998-02-272-12/+36
* Remove `GNOME_CHECK_GNOME'.Raja R Harinath1998-02-192-8/+4
* touchups for CVS gtkElliot Lee1998-02-191-1/+1
* Replace `strcasecmp' if necessary.Raja R Harinath1998-02-192-1/+6
* Added missing separator, from Ching HuiArturo Espinosa1998-02-171-1/+1
* Add `gnome-pthread-check.m4'. New file. Moved pthread check fromRaja R Harinath1998-02-165-11/+28
* check for shared gtk+ libraries also.Tim Janik1998-02-161-0/+4
* Use single quotes, not double quotes. Otherwise bash will interpretTom Tromey1998-02-152-2/+8
* Put back doubled `$'. We want the expansion to occur in the includingRaja R Harinath1998-02-152-1/+7
* Remove debugging message, "hahaha $macrodirs". :)Changwoo Ryu1998-02-151-1/+0
* multilple aclocal -I directories.KST 1998 Changwoo Ryu1998-02-142-3/+13
* Removed extra `$' from rule.Tom Tromey1998-02-142-1/+3
* Only check for -lSM if not already in x_libs.Tom Tromey1998-02-142-1/+13
* Add `autogen.sh'.Raja R Harinath1998-02-142-1/+3
* Solaris /bin/sh doesn't understand `test -e'.Raja R Harinath1998-02-142-25/+28
* Checkin ChangeLogRaja R Harinath1998-02-141-0/+2
* New `autogen.sh' that has most of the guts of $topdir/autogen.sh.Raja R Harinath1998-02-141-0/+80
* Look for gnomeConf.sh in $libdir, where the installation actually installsRaja R Harinath1998-02-142-7/+15
* Gary Vaughan's fixes to gnome.m4Arturo Espinosa1998-02-141-4/+10
* Add `gnome-support.m4' to MACROSRaja R Harinath1998-02-141-1/+2
* New maintainer rule for handling automatic rebuilding of aclocal.m4 if anyRaja R Harinath1998-02-143-2/+20
* New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support.Raja R Harinath1998-02-132-0/+12
* Gnome/Games shoudl work nowArturo Espinosa1998-02-112-0/+3
* Gnome/Objc automake/autoconf setupArturo Espinosa1998-02-111-17/+30
* Misc setup changesArturo Espinosa1998-02-112-16/+6
* Gnome Core updatesArturo Espinosa1998-02-111-0/+34
* Gnome Utils autoconf/automake setup is readyArturo Espinosa1998-02-112-0/+81
* New file. Moved AC_CHECK_GNOME from `configure.in' to here, and renamedRaja R Harinath1998-02-115-0/+87