summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchgal-a11y-branchnobody2003-06-28112-16815/+0
| | | | | | 'gal-a11y-branch'. svn path=/branches/gal-a11y-branch/; revision=3025
* 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
* moving gnome-2-port branch to HEADRadek Doulik2002-11-013-41/+20
| | | | svn path=/trunk/; revision=2639
* oops, didn't want to change thatJohn Corwin2002-10-021-1/+1
| | | | svn path=/trunk/; revision=2599
* shouldn't need automake-1.4John Corwin2002-10-021-1/+1
| | | | svn path=/trunk/; revision=2598
* 09-23 Bastien Nocera <hadess@hadess.net>Bastien Nocera2002-09-242-4/+50
| | | | | | | | | * autogen.sh: exit if aclocal, autoheader, automake or autoconf fails to run without warnings. Usually compilation would fail afterwards with funky errors. This is more anal than the version committed to the gnome-2-0 branch svn path=/trunk/; revision=2597
* fix problem where -lpisync was not linked in if you didn't specifyJP Rosevear2002-09-202-2/+7
| | | | | | | | | 2002-09-20 JP Rosevear <jpr@ximian.com> * gnome-pilot.m4: fix problem where -lpisync was not linked in if you didn't specify --with-pisock svn path=/trunk/; revision=2590
* Check for pilot-link 0.11.4JP Rosevear2002-09-162-1/+5
| | | | | | | | | | | | 2002-09-16 JP Rosevear <jpr@ximian.com> * configure.in: Check for pilot-link 0.11.4 2002-09-16 JP Rosevear <jpr@ximian.com> * gnome-pilot.m4: check for pilot-link 0.11.4 by default svn path=/trunk/; revision=2582
* Merging from branch.JP Rosevear2002-09-162-1/+5
| | | | svn path=/trunk/; revision=2581
* hardcode automake-1.4Havoc Pennington2002-09-082-8/+12
| | | | | | | | 2002-09-08 Havoc Pennington <hp@pobox.com> * autogen.sh: hardcode automake-1.4 svn path=/trunk/; revision=2572
* Removed entry from ChangeLog file (sorry very much)Carlos Garnacho Parro2002-09-031-8/+0
| | | | | | | | 2002-09-04 Carlos Garnacho Parro <garparr@teleline.es> * Removed entry from ChangeLog file (sorry very much) svn path=/trunk/; revision=2570
* Release 0.21.0 ChangesCarlos Garnacho Parro2002-09-030-0/+0
| | | | | | | | 2002-09-03 Carlos Garnacho Parro <garparr@teleline.es> * Release 0.21.0 Changes svn path=/trunk/; revision=2569
* Release 0.21.0 ChangesCarlos Garnacho Parro2002-09-031-0/+8
| | | | | | | | 2002-09-03 Carlos Garnacho Parro <garparr@teleline.es> * Release 0.21.0 Changes svn path=/trunk/; revision=2568
* hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 andHavoc Pennington2002-08-182-4/+13
| | | | | | | | | | | | 2002-08-18 Havoc Pennington <hp@pobox.com> * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 and 1.4 installed get the right automake. Means compilation from CVS will now require the latest automake 1.4 release, or manually creating symlinks called "automake-1.4" and "aclocal-1.4" svn path=/trunk/; revision=2565
* autogen.sh : use portable -o instead of GNU-ish -or for find testHidetoshi Tajima2002-08-132-1/+5
| | | | svn path=/trunk/; revision=2564
* fix the "find" test so that the presence of configure.in is reporteded.Miles Lane2002-08-122-1/+7
| | | | | | | | | | 2002-08-10 Miles Lane <miles_lane@yahoo.com> * autogen.sh: fix the "find" test so that the presence of configure.in is reporteded. Each expression requires its own -print flag. svn path=/trunk/; revision=2563
* Added support for configure.ac.Sebastian Rittau2002-08-102-11/+24
| | | | svn path=/trunk/; revision=2562
* Fix quoting for AC_MSG_*JP Rosevear2002-05-152-8/+12
| | | | | | | | 2002-05-15 JP Rosevear <jpr@ximian.com> * gnome-pilot.m4: Fix quoting for AC_MSG_* svn path=/trunk/; revision=2442
* fix GNOME_COMPILE_WARNINGS to work when a parameter is passed. TheChema Celorio2002-05-102-1/+6
| | | | | | | | | 2002-05-10 Chema Celorio <chema@celorio.com> * compiler-flags.m4: fix GNOME_COMPILE_WARNINGS to work when a parameter is passed. The arguments to AC_ARG_ENABLE where swapped svn path=/trunk/; revision=2441
* kill bogus clearing of LDFLAGSjacob berkman2002-04-012-1/+5
| | | | | | | | | 2002-04-01 jacob berkman <jacob@ximian.com> * gnome-x-checks.m4 (GNOME2_X_CHECKS): kill bogus clearing of LDFLAGS svn path=/trunk/; revision=2435
* Distribute gnome-pilot.m4.Sebastian Rittau2002-03-102-0/+6
| | | | svn path=/trunk/; revision=2354