aboutsummaryrefslogtreecommitdiffstats
path: root/macros/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-227/+7
* This should fix that irritatingJody Goldberg2001-05-201-0/+5
* change $(cmd) to `cmd` in order to make it usable in non-bash bourneJaka Mocnik2001-04-161-0/+5
* quote a test and make sure incdir is always set so 'cat' worksJP Rosevear2001-03-021-0/+5
* Replaced awk with sed in gnome-print checks, seems to work nowLauris Kaplinski2001-02-221-0/+6
* Revert my previous patch now that gnome-pim and evolution are fixed toJP Rosevear2001-02-201-0/+5
* AC_SUBST the PISOCK_LIBDIR varJP Rosevear2001-02-201-0/+4
* Put gnome-print-check.m4 to dietLauris Kaplinski2001-02-171-0/+5
* Added test for xml-i18n-tools if AM_PROG_XML_I18N_TOOLS is found.Kenneth Christiansen2001-02-081-0/+5
* Added missing PROG.Maciej Stachowiak2001-01-061-0/+4
* xml-i18n-toolize if AM_PROG_XML_I18N_TOOLS is found in configure.in.Maciej Stachowiak2001-01-061-0/+5
* Added stuff for `bonobox'.Martin Baulig2000-11-051-0/+5
* Fix "cvs rm -rf" lossage.Dan Winship2000-08-031-0/+1049
* removed last files from GNOME CVSscottf2000-08-031-1049/+0
* AC_WARN replaced with AC_MSG_WARN in commentsPavel Roskin2000-08-021-0/+4
* Use 'PISOCK_INCLUDEDIR' in pisock version check.Stanislav Brabec2000-06-241-0/+4
* exit immediately if aclocal, autoheader, automake, or autoconf fails,Dan Winship2000-06-181-0/+7
* New macro. Checks whether Bonobo uses OAF and defines `BONOBO_USES_OAF' ifMartin Baulig2000-06-131-0/+7
* Added `gnome-gettext.m4'. (gnome_aclocal_DATA): Added `gnome-gettext.m4'.Martin Baulig2000-06-131-0/+5
* Moved macros/gnome-autogen.sh to bin/gnome-autogen.sh.Martin Baulig2000-05-291-0/+4
* If `USE_GNOME_2_MACROS' is set, use the GNOME 2.0 macros from theMartin Baulig2000-05-291-0/+5
* Install macros to `$(datadir)/aclocal/gnome-macros' whenMartin Baulig2000-05-291-0/+8
* Fixed my mess-up, sorry about that.Julian Missig2000-05-221-0/+39
* Gabber now has *working* i18n!Julian Missig2000-05-221-39/+0
* Yet another attempt at fixing the gnome-pilot check- this time on Solaris.Russell Steinthal2000-05-161-0/+6
* "But that trick NEVER works!" "This time for sure!"Dan Winship2000-05-021-0/+5
* add an extra lib of docklets. These checks are braindamaged though, theyGeorge Lebl2000-04-241-0/+7
* Fixes the gnome-config check for gpilot.Eskil Heyn Olsen2000-04-191-0/+1
* Changed the error string for gnome-pilotEskil Heyn Olsen2000-04-191-0/+4
* Fix a bug introduced in the gnome-pilot-config to "gnome-config gpilot"Dan Winship2000-04-111-0/+6
* fix up check of LINGUAS variable so that we don't get problems whenJames Henstridge2000-02-261-0/+6
* Don't run libtoolize when `NO_LIBTOOLIZE' is set.Martin Baulig2000-02-231-0/+4
* I am sure that kabalak didn't mean to remove gnome-common/macros :)James Henstridge2000-02-131-0/+966
* removed gtranslator for re-checkinFatih Demir2000-02-131-966/+0
* Fix GNUism introduced in the previous fix.Raja R Harinath2000-02-101-0/+4
* Handle non GNU find programs.Miguel de Icaza2000-02-091-0/+4
* New macro. This is an improved version of AC_CHECK_TYPE which takes intoMartin Baulig2000-02-051-0/+9
* gnome-bonobo-check.m4 Include <bonobo.h> rather thanDave Camp2000-01-261-0/+5
* Check for bonobo_object_get_type() rather than gnome_object_get_type().Dave Camp2000-01-261-0/+5
* Reverted my last commit.Martin Baulig2000-01-241-5/+0
* i broke the version-checking macro for other distribs in my last commit.Peter Teichman2000-01-241-0/+5
* Check for `u_int8_t' and `int8_t'.Martin Baulig2000-01-241-0/+5
* fix the version-checking macro for debianPeter Teichman2000-01-231-0/+5
* Look for sched_yield in -lrt, too. Suggested by Drazen KazarRaja R Harinath2000-01-211-0/+5
* Fix typo in PILOT_LINK_HOOK.Vadim Strizhevsky2000-01-171-0/+4
* PILOT_LINK_HOOK now check pilot-link version. GNOME_PILOT_CHECK defaultsEskil Heyn Olsen2000-01-161-0/+5
* Applied patch from R. Bernstein <rocky@panix.com> - print a better errorMartin Baulig2000-01-091-0/+6
* Applied patch from Colin Walters to make it compile under DebianMartin Baulig1999-12-251-0/+5
* Removed all guile variables.Martin Baulig1999-12-061-0/+4
* Better scoping of GNOME_XML_LIB fix.Jeff Garzik1999-11-191-0/+4
* always AC_SUBST GNOME_XML_LIB, so that output variable will always beJeff Garzik1999-11-181-0/+5
* Revert previous check-in, wasnt supposed to be committed yetJeff Garzik1999-11-181-5/+0
* no news is good newsJeff Garzik1999-11-181-0/+5
* uses test -r instead of test -e, was reported as a portability bug wrtEskil Heyn Olsen1999-11-101-0/+5
* added PILOT_LINK_CHECK, used by GNOME_PILOT_CHECK. AddsEskil Heyn Olsen1999-11-011-0/+5
* this should be a better fixJacob Berkman1999-10-251-0/+4
* use a temp value until we know that ghttp exists. This will hopefully fixJacob Berkman1999-10-221-0/+6
* Remove -Wpointer-arith to make recent egcs & glibc to stop generatingJody Goldberg1999-09-271-0/+7
* If you're going to AC_PATH_PROG then use the prog you find :-)Havoc Pennington1999-09-021-0/+5
* merging gnome-conduit-check.m4 removal from the newconduit branchPeter Teichman1999-08-021-0/+5
* put gnome-conduit-check.m4 into HEAD.Peter Teichman1999-08-011-0/+5
* Add a comment to show how to get gtk 1.2 and glib 1.2 from cvslukka1999-07-081-0/+4
* Forbid compiling gnome with gtk 1.3 as it doesn't worklukka1999-07-071-0/+5
* Make "extra library" message slightly easier to read.Raja R Harinath1999-07-061-0/+4
* give -Wunused to gcc instead of -Wno-unused.Tim Janik1999-06-261-0/+4
* Make -lqthreads be detected by qt_null, not main - now works on Debianlukka1999-06-111-0/+6
* Add `gnome-bonobo-check.m4'.Raja R Harinath1999-05-121-0/+4
* made test program return 0, changed BONOBO_CHECK to not return "failure"Jacob Berkman1999-05-091-0/+5
* Fix invocation of AM_PATH_GNOME_PRINT. Sort lines.Raja R Harinath1999-04-171-0/+6
* Deleted duplicate VFS checks. GNOME_VFS_CHECKS now contains all VFSNorbert Warmuth1999-03-291-0/+5
* Applied this change:Tomislav Vujec1999-03-111-3/+10
* Applied Bug fix:Raja R Harinath1999-03-111-0/+6
* Add a new paramater, which is passed to GNOME_INIT_HOOK.Raja R Harinath1999-03-101-0/+8
* Ok, this was bugging me.... ....for a while my objc compiler was borked. IMark Crichton1999-03-011-0/+4
* Remove a CVS conflict marker.Martin Baulig1999-02-281-1/+1
* Require at least gtk+ 1.2 (pointless getting bug reports with an oldGregory McLean1999-02-281-0/+5
* Require LibGTop >= 1.0.0.Martin Baulig1999-02-251-2/+2
* Require LibGTop >= 0.100.0.Martin Baulig1999-02-241-0/+4
* Only add the compilation warnings if the compiler is GCC.Miguel de Icaza1999-02-231-0/+5
* ZVT_LIBSTimur Bakeyev1999-02-201-0/+4
* svn path=/trunk/; revision=675Owen Taylor1999-02-181-0/+4
* BSDI's shell fix..Timur Bakeyev1999-02-161-1/+6
* Reworked the paragraph formatting dialog.Chris Lahey1999-02-151-0/+7
* Applied a patch from Kenneth Stailey; use $CFLAGS when invoking $OBJC soMartin Baulig1999-02-101-0/+6
* Don't add warning and compiler flags to the CFLAGS and CXXFLAGS whenMartin Baulig1999-02-051-0/+7
* New automake conditional that's always false.Martin Baulig1999-02-041-0/+13
* Re-order logRaja R Harinath1999-01-281-5/+5
* Add recognition of 2 more libraries - pthreads and pthread-support buildTimur Bakeyev1999-01-241-0/+5
* New macro. This checks whether you have the LibGTop documentationMartin Baulig1999-01-241-0/+7
* Applied a patch from Owen Taylor to keep this in sync withMartin Baulig1999-01-211-0/+6
* Rewrite to be saner. Don't limit yourself to a fixed set of names for theRaja R Harinath1999-01-201-0/+5
* Couple of changes:Arturo Espinosa1999-01-081-0/+4
* Added gnome-print-check.m4 to MACROSNat Friedman1999-01-061-0/+4
* Include dirent.h before checking whether `scandir' needs to be declared.Raja R Harinath1999-01-061-0/+6
* Added and exported GNOME_APPLET_LIBS.Jeff Garzik1998-12-231-0/+4
* Merge the changes from GNOME_STABLE into HEAD.Arturo Espinosa1998-12-171-0/+5
* Add the hacked version of the gettext macros that is used in Gtk+ here.Martin Baulig1998-12-161-0/+7
* Just set the version number to 0.99.0 to keep it in sync with the restMartin Baulig1998-12-161-2/+2
* All parts of GNOME will now require LibGTop >= 0.30.0 which is the latestMartin Baulig1998-12-151-0/+6
* Make this work with more than one directory.Martin Baulig1998-12-091-0/+5
* Moved into the LibGTop module. This file contains too much stuff thatMartin Baulig1998-12-091-0/+6
* Recognice OpenBSD as a valid system and use the `freebsd' sysdepsMartin Baulig1998-12-061-0/+5
* clear GUILE_LIBS and GUILE_INCS if guile isn't there (quick fix)Manish Singh1998-12-061-0/+5
* Recognice NetBSD as a valid system and use the `freebsd' sysdeps directoryMartin Baulig1998-12-061-0/+5
* Define this to be the same as LINUX_VERSION_CODE either fromMartin Baulig1998-12-041-0/+6
* "Improve" indentation and messages somewhat.Raja R Harinath1998-12-031-0/+4
* Platform fixes. grep -q is not portable, do not use.Jeff Garzik1998-12-021-0/+5
* Run gettextize if needed. : Run libtoolize only if configure.in hasChangwoo Ryu1998-12-011-0/+5
* Re-arranged tests such that "--without-gnome" is fully supported. Not onlyJeff Garzik1998-11-301-0/+6
* All parts of GNOME will now require LibGTop >= 0.29.0 which is the latestMartin Baulig1998-11-271-0/+5
* Changed the call to GNOME_GNORBA_CHECK to GNOME_GNORBA_HOOK([],$2). BeforeJames Henstridge1998-11-201-0/+7
* We need to check for <net/if_var.h> and conditionally include it beforeMartin Baulig1998-11-181-0/+6
* *** empty log message ***Marius Vollmer1998-11-181-0/+6
* 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-131-0/+6
* Add GNOME_GNORBA_CHECK if gnome-config is found. New GNOMEGNORBA_LIBSAndrew T. Veliath1998-11-131-0/+12
* Remove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binariesRaja R Harinath1998-11-131-0/+6
* Fix stupid type (sterror_r -> strerror_r).Raja R Harinath1998-11-071-0/+4
* Set this unconditionally to `yes'. We'll soon be losing this variable.Raja R Harinath1998-11-051-0/+5
* Add ORBIT_IDL detection; fix failure flag.Andrew T. Veliath1998-10-211-0/+5
* Added `-Wno-unused'.Martin Baulig1998-10-121-0/+4
* Use `:' instead of the empty string if there is nothing to do since theMartin Baulig1998-10-121-0/+6
* Check for "guile-config" and then for "build-guile", if guile-configMarius Vollmer1998-10-111-0/+9
* Added optional third parameter which is the `script-if-enabled' parameterMartin Baulig1998-10-111-0/+6
* Cells from the clipboard do not have a Sheet parameter attached.Miguel de Icaza1998-10-071-0/+4
* Remove `-W'. (warn-unused): Remove.Raja R Harinath1998-10-061-0/+5
* Added `AC_SUBST(libgtop_postinstall)'. This is used inMartin Baulig1998-10-011-0/+7
* Make it accept libgtop >= 0.25.0 again.Martin Baulig1998-09-291-3/+3
* Make the default not to build the LibGTope examples.Martin Baulig1998-09-291-0/+5
* New configure parameter to add `-Wunused' to the warning flags.Martin Baulig1998-09-281-0/+5
* Make it require libgtop >= 0.26.2.Martin Baulig1998-09-271-0/+4
* Add checks for -lsocket -lnsl.Raja R Harinath1998-09-251-0/+4
* Remove commented out code.Raja R Harinath1998-09-191-0/+4
* Added (AC_SUBST): `libgtop_have_sysinfo'.Martin Baulig1998-09-131-0/+4
* Added check for SMP support. (--with-libgtop-smp): New parameter, defaultMartin Baulig1998-09-091-0/+8
* Remove check for `canonicalize_file_name'.Raja R Harinath1998-09-031-0/+4
* Check for canonicalize_file_name () and realpath () and addMartin Baulig1998-09-021-0/+5
* Added (AC_SUBST): `LIBGTOP_VERSION_CODE'. Added (AC_DEFINE_UNQUOTED):Martin Baulig1998-08-301-0/+6
* Make it require libgtop >= 0.26.0. Added (AC_SUBST):Martin Baulig1998-08-301-2/+2
* Added (AC_SUBST): `LIBGTOP_INTERFACE_AGE' and `LIBGTOP_BINARY_AGE' forMartin Baulig1998-08-301-0/+5
* Oooo...it actually works now. Forgot a ,Christopher Blizzard1998-08-281-0/+1
* Umm...I think this works better. Doesn't break anything anyway.Christopher Blizzard1998-08-281-0/+5
* Make it work with a brain-dead /bin/sh and a brain-dead /bin/test.Martin Baulig1998-08-271-0/+3
* Use `AC_MSG_WARN' if LibGTop cannot be found and the `fail' argument isMartin Baulig1998-08-261-0/+5
* Added `setreuid', `setregid' and `getpagesize'. (AC_TYPE_UID_T): NewMartin Baulig1998-08-251-0/+6
* Add gnome-ghttp-check.m4 to the Makefile.Christopher Blizzard1998-08-241-0/+4
* You can give this macro two parameters: the required version number and anMartin Baulig1998-08-241-0/+7
* Added check for `-lnsl' and `-lsocket' if `build-guile' cannot be found.Martin Baulig1998-08-221-0/+5
* New file. Defines the GNOME_COMPILER_WARNINGS macro. AddRaja R Harinath1998-08-211-0/+8
* make it require libgtop >= 0.25.0. Added (AC_SUBST):Martin Baulig1998-08-181-0/+5
* Completely rewrote this file. It uses now the `libgtop-config' script andMartin Baulig1998-08-171-0/+6
* Added `freebsd' directory.Martin Baulig1998-08-071-0/+4
* Define USE_DEVGTK unconditionally to `true'.Raja R Harinath1998-08-051-0/+4
* make it require GTK >= 1.1.1 dnl'd the dev_gtk since they will have toStuart Parmenter1998-08-051-0/+5
* gnome.m4: (GNOME_INIT_HOOK): Call $1 also, if `gnome-config' is found and usedSebastian Wilhelmi1998-08-041-0/+5
* Use the `gnome-config' program if it exists.Raja R Harinath1998-08-031-0/+5
* Remove `macros.dep'.Raja R Harinath1998-08-021-0/+4
* New macro. Checks for `u_int64_t' and `int64_t'.Martin Baulig1998-07-311-0/+5
* Added (AC_SUBST): `LIBGTOP_NAMES_LIBS', `LIBGTOP_NAMES_INCS',Martin Baulig1998-07-301-0/+11
* Check for functions that `error.c' looks for.Raja R Harinath1998-07-301-0/+4
* Removed.Martin Baulig1998-07-291-0/+6
* Changed Gtk version test to use GTK_HAVE_FEATURES_1_1_0.Federico Mena Quintero1998-07-281-0/+5
* Added gnome-xml-check.m4 for libxml detection, Daniel.Daniel Veillard1998-07-271-0/+5
* No longer requiring `GNOME_LIBGTOP_SYSDEPS'.Martin Baulig1998-07-241-0/+5
* Added linger.m4. New file.Tom Tromey1998-07-241-0/+5
* Added gnome-undelfs.m4, gnome-vfs.m4. New file. New file.Tom Tromey1998-07-241-0/+6
* Added some reasonable defaults to allow cross compiling; removedMartin Baulig1998-07-231-0/+6
* If no build-guile, link against readline before termcap.Tom Tromey1998-07-221-0/+5
* Add `need-declaration.m4'.Raja R Harinath1998-07-161-0/+11
* Add check for `mkstemp'.Raja R Harinath1998-07-131-0/+4
* yet another change to curses.m4 - documentation & formatting, remove unsed varsScott D Heavner1998-07-021-0/+4
* Add all the `.m4' files here.Raja R Harinath1998-06-301-1/+4
* curses.m4: Need AC_SUBST(CURSES_INCLUDEDIR) not CURSES_INCLUDESScott D Heavner1998-06-301-0/+4
* was leaving conftest.* files lying around after tests.Scott D Heavner1998-06-301-0/+5
* Use egcs if it's available. The gcc that ships with RedHat 5.1 doesn't doChristopher Blizzard1998-06-271-0/+5
* Autodetect curses for cyahtzee.Scott D Heavner1998-06-271-0/+10
* New check. (vprintf): New check. (ftruncate.c): Remove check. This needsRaja R Harinath1998-06-251-0/+9
* *** empty log message ***Martin Baulig1998-06-141-0/+5
* Added check for the table () system call in the linux kernel.Martin Baulig1998-06-141-0/+5
* Use AC_EGREP_CPP rather than AC_CHECK_HEADER. AC_CHECK_HEADER is fooled byRaja R Harinath1998-06-121-2/+5
* Look for awk. (CROSS_COMPILING): Remove conditional.Raja R Harinath1998-06-111-0/+5
* Gnome libs should compile against gtk 1.0.x and gtk 1.1 with a minimal amountGregory McLean1998-06-111-0/+5
* New automake conditional; (need_gnome_support): addedMartin Baulig1998-06-081-2/+7
* When cross-compiling, we now check for `$host_alias-buile-guile'.Martin Baulig1998-06-081-2/+8
* Looks also in $GNOME_LIBDIR; added failflag: GNOME_CHECK_GUILE(fail) willMartin Baulig1998-06-031-0/+5
* *** empty log message ***Martin Baulig1998-05-251-0/+5
* *** empty log message ***Martin Baulig1998-05-231-0/+6
* New file. Checks whether libgtop is installed and reads itsMartin Baulig1998-05-221-0/+17
* New check. (sys_errlist): Check for this variable, needed for `strerror'.Raja R Harinath1998-05-201-0/+7
* Remove simple-minded check for `gtk+'.Raja R Harinath1998-05-101-2/+5
* Pass the results of the environment variable ACLOCAL_FLAGS to aclocal.Owen Taylor1998-04-251-0/+7
* added to ignore generated files.EDT 1998 Gregory McLean1998-04-191-0/+5
* Also run AC_HEADER_DIRENT.Raja R Harinath1998-04-091-1/+2
* Update to list newer versions of packages. Add `scandir'.Raja R Harinath1998-04-091-0/+5
* Look for vasprintf.Raja R Harinath1998-04-011-0/+4
* An empty true branch of an `if' statement is not valid sh syntax. IfTom Tromey1998-03-201-0/+6
* Weee! gmc uses the gnome.m4 macros now and detects properly gnome installati...Arturo Espinosa1998-03-201-0/+7
* Cache results of check for program_invocation_short_name,Tom Tromey1998-03-201-0/+4
* Cache results of argp check.Tom Tromey1998-03-191-0/+4
* Updates to use AM_PATH_GTK. See various ChangeLogs for details.Owen Taylor1998-03-161-0/+6
* Add a check for <linewrap.h> -- this enables some optimizations whenRaja R Harinath1998-03-131-0/+5
* Build vsnprintf.o, not vsnprint.o.Tom Tromey1998-03-101-0/+4
* Add check for `vsnprintf'.Raja R Harinath1998-03-101-0/+4
* Set need_gnome_support shell variable. Define BUILD_GNOME_SUPPORT automakeTom Tromey1998-03-091-0/+9
* Check for strnlen().Tom Tromey1998-03-071-0/+4
* Check for argp code, strndup, program_invocation_name,Tom Tromey1998-03-041-0/+5
* Also check for SMlib.h; some Solaris systems have -lSM but not SMlib.h.Tom Tromey1998-03-031-0/+5
* Changed spacing so --help output looks right.Tom Tromey1998-03-021-0/+5
* Set OBJECTIVE_C shell variable.Tom Tromey1998-02-281-0/+5
* Put $X_CFLAGS here, not in $CFLAGS. (GNOME_HAVE_SM): New var. `true' if weRaja R Harinath1998-02-271-0/+7
* Remove `GNOME_CHECK_GNOME'.Raja R Harinath1998-02-191-0/+4
* Replace `strcasecmp' if necessary.Raja R Harinath1998-02-191-0/+5
* Add `gnome-pthread-check.m4'. New file. Moved pthread check fromRaja R Harinath1998-02-161-0/+11
* Use single quotes, not double quotes. Otherwise bash will interpretTom Tromey1998-02-151-0/+6
* Put back doubled `$'. We want the expansion to occur in the includingRaja R Harinath1998-02-151-0/+6
* multilple aclocal -I directories.KST 1998 Changwoo Ryu1998-02-141-0/+4
* Removed extra `$' from rule.Tom Tromey1998-02-141-0/+2
* Only check for -lSM if not already in x_libs.Tom Tromey1998-02-141-0/+5
* Add `autogen.sh'.Raja R Harinath1998-02-141-0/+2
* Solaris /bin/sh doesn't understand `test -e'.Raja R Harinath1998-02-141-0/+3
* Checkin ChangeLogRaja R Harinath1998-02-141-0/+2
* Look for gnomeConf.sh in $libdir, where the installation actually installsRaja R Harinath1998-02-141-0/+3
* New maintainer rule for handling automatic rebuilding of aclocal.m4 if anyRaja R Harinath1998-02-141-0/+7
* New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support.Raja R Harinath1998-02-131-0/+5
* New file. Moved AC_CHECK_GNOME from `configure.in' to here, and renamedRaja R Harinath1998-02-111-0/+9