summaryrefslogtreecommitdiff
path: root/macros/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* 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=974
* Remove -Wpointer-arith to make recent egcs & glibc to stop generatingJody Goldberg1999-09-271-0/+7
| | | | | | warnings. svn path=/trunk/; revision=926
* If you're going to AC_PATH_PROG then use the prog you find :-)Havoc Pennington1999-09-011-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=887
* merging gnome-conduit-check.m4 removal from the newconduit branchPeter Teichman1999-08-021-0/+5
| | | | svn path=/trunk/; revision=867
* put gnome-conduit-check.m4 into HEAD.Peter Teichman1999-07-311-0/+5
| | | | svn path=/trunk/; revision=865
* 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=849
* Forbid compiling gnome with gtk 1.3 as it doesn't worklukka1999-07-061-0/+5
| | | | svn path=/trunk/; revision=841
* 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=840
* give -Wunused to gcc instead of -Wno-unused.Tim Janik1999-06-251-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=832
* Make -lqthreads be detected by qt_null, not main - now works on Debianlukka1999-06-111-0/+6
| | | | svn path=/trunk/; revision=821
* Add `gnome-bonobo-check.m4'.Raja R Harinath1999-05-111-0/+4
| | | | | | * Makefile.am (MACROS): Add `gnome-bonobo-check.m4'. svn path=/trunk/; revision=797
* 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=793
* 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=760
* 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=730
* Applied this change:Tomislav Vujec1999-03-101-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=700
* Applied Bug fix:Raja R Harinath1999-03-101-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=699
* 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=698
* 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=673
* Remove a CVS conflict marker.Martin Baulig1999-02-281-1/+1
| | | | svn path=/trunk/; revision=666
* Require at least gtk+ 1.2 (pointless getting bug reports with an oldGregory McLean1999-02-271-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=665
* 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=661
* 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=650
* Only add the compilation warnings if the compiler is GCC.Miguel de Icaza1999-02-221-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=645
* 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=642
* svn path=/trunk/; revision=638Owen Taylor1999-02-181-0/+4
| | | | | | Tue Feb 16 19:35:42 1999 Owen Taylor <otaylor@redhat.com> svn path=/trunk/; revision=638
* BSDI's shell fix..Timur Bakeyev1999-02-151-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=633
* 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=631
* 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=626
* 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=610
* 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=605
* Re-order logRaja R Harinath1999-01-271-5/+5
| | | | svn path=/trunk/; revision=595
* 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=592
* New macro. This checks whether you have the LibGTop documentationMartin Baulig1999-01-231-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=591
* Applied a patch from Owen Taylor to keep this in sync withMartin Baulig1999-01-201-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=589
* 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=588
* 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=569
* 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=566
* 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=562
* Added and exported GNOME_APPLET_LIBS.Jeff Garzik1998-12-221-0/+4
| | | | svn path=/trunk/; revision=541
* 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=535
* Add the hacked version of the gettext macros that is used in Gtk+ here.Martin Baulig1998-12-151-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=527
* Just set the version number to 0.99.0 to keep it in sync with the restMartin Baulig1998-12-151-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=526
* 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-081-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-081-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-051-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-031-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=499
* "Improve" indentation and messages somewhat.Raja R Harinath1998-12-021-0/+4
| | | | | | * autogen.sh: "Improve" indentation and messages somewhat. svn path=/trunk/; revision=496