summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchplease-break-my-networknobody2003-12-09112-16919/+0
| | | | | | 'please-break-my-network'. svn path=/branches/please-break-my-network/; revision=3430
* Release 0.30.0Carlos Garnacho Parro2003-12-091-0/+4
| | | | | | | | 2003-12-09 Carlos Garnacho Parro <garnacho@tuxerver.net> * Release 0.30.0 svn path=/trunk/; revision=3072
* Update automake checks to check incremental versions in the correct order,Rodney Dawes2003-12-082-2/+7
| | | | | | | | | 2003-12-08 Rodney Dawes <dobey@free.fr> * autogen.sh: Update automake checks to check incremental versions in the correct order, Fixes #128691 svn path=/trunk/; revision=3071
* Replace use of -or in a find command with -o. Makes things work for peopleMalcolm Tredinnick2003-11-192-1/+7
| | | | | | | | * autogen.sh: Replace use of -or in a find command with -o. Makes things work for people with less functional versions of find. Fixes bug #127354 reported by Rolf Sponsel. svn path=/trunk/; revision=3070
* Removed ENABLE_WERROR and changed name to GNOME_MAINTAINER_MODE_DEFINES.32003-11-032-6/+8
| | | | | | | | | 2003-11-03 <clahey@ximian.com> * gnome-common.m4: Removed ENABLE_WERROR and changed name to GNOME_MAINTAINER_MODE_DEFINES. svn path=/trunk/; revision=3069
* Make version checking work, as pointed out by Michael H Schimek in bugMalcolm Tredinnick2003-11-012-1/+6
| | | | | | | * autogen.sh: Make version checking work, as pointed out by Michael H Schimek in bug #125818. svn path=/trunk/; revision=3068
* Changed name of new macro to AM_MAINTAINER_MODE_DEFINES and added12003-10-312-5/+13
| | | | | | | | | 2003-10-31 <clahey@ximian.com> * gnome-common.m4: Changed name of new macro to AM_MAINTAINER_MODE_DEFINES and added definition for ENABLE_WERROR. svn path=/trunk/; revision=3067
* New macro to disable deprecated functions and widgets when maintainer mode12003-10-312-0/+18
| | | | | | | | | 2003-10-31 <clahey@ximian.com> * gnome-common.m4: New macro to disable deprecated functions and widgets when maintainer mode is on. svn path=/trunk/; revision=3066
* make it compileBastien Nocera2003-10-202-4/+10
| | | | | | | | 2003-10-20 Bastien Nocera <hadess@hadess.net> * configure.in: make it compile svn path=/trunk/; revision=3062
* Reverted libgtop changes. It's a common module and I should not modify it.Carlos Perelló Marín2003-10-1910-330/+379
| | | | | | | | | | 2003-10-19 Carlos Perelló Marín <carlos@gnome.org> * support/*: Reverted libgtop changes. It's a common module and I should not modify it. * Added/removed files. Now the move should be done. svn path=/trunk/; revision=3060
* libgtop-GNOME-2-0-branch moved to HEAD.Carlos Perelló Marín2003-10-1910-379/+330
| | | | | | | | 2003-10-19 Carlos Perelló Marín <carlos@gnome.org> * libgtop-GNOME-2-0-branch moved to HEAD. svn path=/trunk/; revision=3059
* Distribute README in place of the non-existent ChangeLog. Doh!GNOME_COMMON_2_4_0Malcolm Tredinnick2003-10-024-3/+13
| | | | | | | | | | * doc-build/Makefile.am: Distribute README in place of the non-existent ChangeLog. Doh! * autogen.sh: Use the GNOME 2 autogen.sh script by default. * configure.in: Version number bumped. svn path=/trunk/; revision=3057
* Define WARN_CXXFLAGS instead of overwriting CXXFLAGS (like WARN_FLAGS).Marco Pesenti Gritti2003-08-232-5/+10
| | | | | | | | | | | 2003-08-23 Marco Pesenti Gritti <marco@gnome.org> * macros2/compiler-flags.m4: Define WARN_CXXFLAGS instead of overwriting CXXFLAGS (like WARN_FLAGS). svn path=/trunk/; revision=3055
* Show the version found for the various build tools like automake,Malcolm Tredinnick2003-08-102-1/+7
| | | | | | | | * autogen.sh: Show the version found for the various build tools like automake, autoconf, libtool, etc. Patch from Steve Chaplin (bug #119533). svn path=/trunk/; revision=3054
* Continuing to try and get the flags passed to g++ in GNOME_CXX_WARNINGSMalcolm Tredinnick2003-08-052-1/+8
| | | | | | | | | * compile-flags.m4: Continuing to try and get the flags passed to g++ in GNOME_CXX_WARNINGS correct. Based on our best attempts, the current set should work for the widest range of g++ versions (see bug #118987 for the discussion). svn path=/trunk/; revision=3053
* Simplify GNOME_CXX_WARNINGS. Fixes bug #118987.Malcolm Tredinnick2003-08-032-1/+6
| | | | | | | * compile-flags.m4: Simplify GNOME_CXX_WARNINGS. Fixes bug #118987. svn path=/trunk/; revision=3052
* Default setting in the GNOME_COMPILE_WARNINGS macro is now "yes". ThisMalcolm Tredinnick2003-07-282-1/+7
| | | | | | | | * compiler-flags.m4: Default setting in the GNOME_COMPILE_WARNINGS macro is now "yes". This fixes bug #118479 (another good bit of debugging from Steve Chaplin). svn path=/trunk/; revision=3051
* Remove some redundant options as suggested by Steve Chaplin in bugMalcolm Tredinnick2003-07-202-3/+9
| | | | | | | | * compiler-flags.m4: Remove some redundant options as suggested by Steve Chaplin in bug #115475. The warnings list looks simpler now, but is no less functional. svn path=/trunk/; revision=3050
* Fixed a typo in the debugging output.Malcolm Tredinnick2003-07-152-1/+5
| | | | svn path=/trunk/; revision=3049
* don't use -Wsign-promo, it is C++ only and causes warnings with gcc 3.3Frédéric Crozat2003-07-042-1/+6
| | | | | | | * macros2/compiler-flags.m4: don't use -Wsign-promo, it is C++ only and causes warnings with gcc 3.3 when used on C. svn path=/trunk/; revision=3048
* Add third argument to AC_DEFINE.Sebastian Rittau2003-06-282-1/+5
| | | | svn path=/trunk/; revision=2910
* Remove --enable-compile-warnings from the default arguments passed toMarco Pesenti Gritti2003-06-242-1/+9
| | | | | | | | | | | | 2003-06-24 Marco Pesenti Gritti <marco@it.gnome.org> * macros2/autogen.sh: Remove --enable-compile-warnings from the default arguments passed to configure because it break GNOME_COMPILE_WARNINGS macro. svn path=/trunk/; revision=2908
* Fix some strangeness in the gnome-doc-common test.Malcolm Tredinnick2003-06-202-2/+6
| | | | | | | | 2003-06-20 Malcolm Tredinnick <malcolm@commsecure.com.au> * autogen.sh: Fix some strangeness in the gnome-doc-common test. svn path=/trunk/; revision=2907
* Inserted missing "cd $dirname" to effectively process subdirectories,Gustavo J. A. M. Carneiro2003-06-202-0/+10
| | | | | | | | | | | | | 2003-06-19 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net> * autogen.sh: Inserted missing "cd $dirname" to effectively process subdirectories, since all it was doing was to process the toplevel dir multiple times. [Editor's note: also reported with patch by Elijah Newren in bug #115481.] svn path=/trunk/; revision=2906
* Bump the version number to 2.3.0Malcolm Tredinnick2003-05-2410-7/+253
| | | | | | | | | | | * configure.in: Bump the version number to 2.3.0 * configure.in, Makefile.am, macros2/autogen.sh, doc-build/*: Add in the infrastructure to allow user documentatin to be built from some common files. This will not affect existing packages. The changes required to use this are given in doc-build/README. svn path=/trunk/; revision=2905
* I might as well admit to maintaining this module, since my claims to theMalcolm Tredinnick2003-05-242-0/+5
| | | | | | contrary do not seem to have fooled anybody. :( svn path=/trunk/; revision=2904
* Ignore {arch} subdirectories. Fixes bug #113327.Malcolm Tredinnick2003-05-202-1/+5
| | | | | | * autogen.sh: Ignore {arch} subdirectories. Fixes bug #113327. svn path=/trunk/; revision=2903
* autogen.sh: - Extend the check_m4macros() function to handle CygwinMalcolm Tredinnick2003-05-042-3/+16
| | | | | | | | autogen.sh: - Extend the check_m4macros() function to handle Cygwin environments. Fixes bug #110947. svn path=/trunk/; revision=2900
* Make this portable to Bourne-like shells. Fixes the problems pointed outMalcolm Tredinnick2003-05-042-63/+72
| | | | | | | * autogen.sh: Make this portable to Bourne-like shells. Fixes the problems pointed out by Morten Welinder in bug #110177. svn path=/trunk/; revision=2899
* Allow users to specify the binary to run instead of libtoolize by checkingMalcolm Tredinnick2003-05-032-2/+11
| | | | | | | | * autogen.sh: Allow users to specify the binary to run instead of libtoolize by checking the value of $LIBTOOLIZE. This is apparently an issue sometimes on MacOS X and fixes bug #111917. svn path=/trunk/; revision=2834
* Fix a small typo in the glib-gettext codeRoss Burton2003-04-102-1/+5
| | | | svn path=/trunk/; revision=2833
* macros/autogen.sh: use GNOME2_DIR, not GNOME2_PATH which can beFrédéric Crozat2003-03-202-3/+8
| | | | | | a ':' separated list. svn path=/trunk/; revision=2802
* Replace PACKAGE with PKG_NAME, since PKG_NAME is what is defined by theMalcolm Tredinnick2003-03-072-3/+15
| | | | | | | | | * autogen.sh: Replace PACKAGE with PKG_NAME, since PKG_NAME is what is defined by the various applications' autogen.sh. Also, call autopoint rather than gettextize when appropriate (when AM_GNU_GETTEXT_VERSION is present). svn path=/trunk/; revision=2781
* fix mixed up order of arguments to AC_ARG_ENABLE that madeMark McLoughlin2003-02-272-1/+7
| | | | | | | | | | 2003-02-27 Mark McLoughlin <mark@skynet.ie> * compiler-flags.m4: fix mixed up order of arguments to AC_ARG_ENABLE that made --enable-compile-warnings not work as expected. svn path=/trunk/; revision=2780
* set WANT_AUTOCONF_2_5 variable to tell Mandrake autoconf wrapper we wantFrédéric Crozat2003-02-262-0/+8
| | | | | | | * macros2/autogen.sh: set WANT_AUTOCONF_2_5 variable to tell Mandrake autoconf wrapper we want to check if autoconf 2.5x is here.. svn path=/trunk/; revision=2779
* add function to forbid m4 macros. Forbid gnome-cxx-check.m4, to try andJames Henstridge2003-02-242-22/+55
| | | | | | | | | | 2003-02-24 James Henstridge <james@daa.com.au> * autogen.sh (forbid_m4macro): add function to forbid m4 macros. Forbid gnome-cxx-check.m4, to try and catch setups where stale macros are left on the system. svn path=/trunk/; revision=2778
* if $variable is set, then assume it is correct and skip the version check.James Henstridge2003-02-212-1/+14
| | | | | | | | | | | 2003-02-21 James Henstridge <james@daa.com.au> * autogen.sh (version_check): if $variable is set, then assume it is correct and skip the version check. (autoconf): check for autoconf2.50 first, so we don't trigger Debian's sometimes broken autoconf version sniffer. svn path=/trunk/; revision=2777
* remove check-utmp.m4 (copied it to libzvt, which is the only thing usingJames Henstridge2003-02-193-244/+3
| | | | | | | | | 2003-02-19 James Henstridge <james@daa.com.au> * Makefile.am (GNOME2_MACROS): remove check-utmp.m4 (copied it to libzvt, which is the only thing using it). svn path=/trunk/; revision=2776
* AC_REQUIRE does not work within AU_DEFUN, so change to a simple call toJames Henstridge2003-02-192-1/+6
| | | | | | | | | 2003-02-19 James Henstridge <james@daa.com.au> * gnome-deprecated-macros.m4(GNOME_CHECK_CXX): AC_REQUIRE does not work within AU_DEFUN, so change to a simple call to AC_PROG_CXX. svn path=/trunk/; revision=2775
* Don't depend on a file that James just deletedJody Goldberg2003-02-182-1/+5
| | | | | | | | 2003-02-18 Jody Goldberg <jody@gnome.org> * configure.in : Don't depend on a file that James just deleted svn path=/trunk/; revision=2774
* forgot to remove this file.James Henstridge2003-02-181-37/+0
| | | | svn path=/trunk/; revision=2773
* check to see if gnome-deprecated-macros.m4 ended up in aclocal.m4, andJames Henstridge2003-02-1812-693/+347
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-02-18 James Henstridge <james@daa.com.au> * autogen.sh (topdir): check to see if gnome-deprecated-macros.m4 ended up in aclocal.m4, and warn if so. * gnome-platform.m4: kill this too (with a deprecation warning). * gnome-cxx-check.m4: move to gnome-deprecated-macros.m4 * gnome-pkgconfig.m4: remove, and add a deprecation warning in its place. * gnome-x-checks.m4: remove, and add an AU_DEFUN in its place telling people not to use it. * linger.m4: removed outright. * gnome-common.m4: remove GNOME_GTKDOC_CHECK, deprecated in favour of GTK_DOC_CHECK. * gnome-gettext.m4: remove file (people should be using gettextize or glib-gettextize). * gnome-deprecated-macros.m4: new file to hold deprecated macros. svn path=/trunk/; revision=2768
* initialize UTMP structure properly. Fixes Bug#93774. Patch reviewed byKalpesh Shah2003-02-142-1/+7
| | | | | | | | | | 2003-02-14 Kalpesh Shah <kalpesh.shah@sun.com> * check-utmp.m4: initialize UTMP structure properly. Fixes Bug#93774. Patch reviewed by Andersca <andersca@gnu.org> svn path=/trunk/; revision=2766
* back out accidental commitJoe Shaw2003-01-091-9/+9
| | | | svn path=/trunk/; revision=2710
* back out accidental commitJoe Shaw2003-01-091-9/+9
| | | | svn path=/trunk/; revision=2709
* add missing .cvsignore entriesJose Maria Celorio2002-12-282-0/+2
| | | | svn path=/trunk/; revision=2686
* now that autoconf-2.52 is a prereq for things the build broke on the useJody Goldberg2002-12-122-1/+9
| | | | | | | | | | | 2002-12-12 Jody Goldberg <jody@gnome.org> * macros2/gnome-common.m4 (GNOME_DEBUG_CHECK) : now that autoconf-2.52 is a prereq for things the build broke on the use of AC_DEFINE(GNOME_ENABLE_DEBUG) without the additional arguments. eg in libgnome svn path=/trunk/; revision=2678
* More white-space.Morten Welinder2002-12-051-18/+18
| | | | svn path=/trunk/; revision=2662
* Added missing quotes: PISOCK_LIBS="-lpisock -lpisync"Stanislav Brabec2002-11-272-1/+6
| | | | | | | | | 2002-11-27 Stanislav Brabec <sbrabec@suse.cz> * gnome-pilot.m4: Added missing quotes: PISOCK_LIBS="-lpisock -lpisync" svn path=/trunk/; revision=2658
* reverted unwanted changes which slipped in while I moved gnome-2-port branchRadek Doulik2002-11-063-20/+41
| | | | | | to gtkhtml/HEAD svn path=/trunk/; revision=2645