summaryrefslogtreecommitdiff
path: root/macros2/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'pan-0-14-2'.pan-0-14-2nobody2003-06-281-301/+0
| | | | svn path=/tags/pan-0-14-2/; revision=3043
* Fix some strangeness in the gnome-doc-common test.Malcolm Tredinnick2003-06-201-0/+4
| | | | | | | | 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-201-0/+9
| | | | | | | | | | | | | 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
* Ignore {arch} subdirectories. Fixes bug #113327.Malcolm Tredinnick2003-05-201-0/+4
| | | | | | * 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-041-3/+6
| | | | | | | | 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-041-0/+5
| | | | | | | * 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
* Fix a small typo in the glib-gettext codeRoss Burton2003-04-101-0/+4
| | | | svn path=/trunk/; revision=2833
* Replace PACKAGE with PKG_NAME, since PKG_NAME is what is defined by theMalcolm Tredinnick2003-03-071-0/+7
| | | | | | | | | * 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-271-0/+6
| | | | | | | | | | 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
* add function to forbid m4 macros. Forbid gnome-cxx-check.m4, to try andJames Henstridge2003-02-241-0/+6
| | | | | | | | | | 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-211-0/+7
| | | | | | | | | | | 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-191-0/+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-191-0/+5
| | | | | | | | | 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
* check to see if gnome-deprecated-macros.m4 ended up in aclocal.m4, andJames Henstridge2003-02-181-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-141-0/+6
| | | | | | | | | | 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
* 09-23 Bastien Nocera <hadess@hadess.net>Bastien Nocera2002-09-241-0/+7
| | | | | | | | | * 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
* hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 andHavoc Pennington2002-08-181-0/+8
| | | | | | | | | | | | 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-131-0/+4
| | | | svn path=/trunk/; revision=2564
* fix the "find" test so that the presence of configure.in is reporteded.Miles Lane2002-08-121-0/+6
| | | | | | | | | | 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-101-0/+4
| | | | svn path=/trunk/; revision=2562
* fix GNOME_COMPILE_WARNINGS to work when a parameter is passed. TheChema Celorio2002-05-101-0/+5
| | | | | | | | | 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-011-0/+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
* Add glib-gettextize and GETTEXT_PACKAGE support throughout. please see ↵Jacob Berkman2001-10-291-0/+4
| | | | | | ChangeLog, gnome-2-0-list@, or gnome-hackers@ for details svn path=/trunk/; revision=2148
* - added curses.m4 (copied from the gnome1 macros). this file is needed to ↵Bastien Nocera2001-10-151-0/+5
| | | | | | gdialog svn path=/trunk/; revision=2054
* Complete intltool support.Darin Adler2001-10-021-0/+4
| | | | | | * autogen.sh: Complete intltool support. svn path=/trunk/; revision=2013
* Add intltool support.Darin Adler2001-10-021-0/+4
| | | | | | * autogen.sh: Add intltool support. svn path=/trunk/; revision=2012
* change gettext regexp to work with non-gnu grepFrank Belew (Myth)2001-09-041-0/+4
| | | | | | * autogen.sh: change gettext regexp to work with non-gnu grep svn path=/trunk/; revision=1973
* Don't ask people to ignore xml-i18n-tools messages.Darin Adler2001-08-181-0/+4
| | | | | | * autogen.sh: Don't ask people to ignore xml-i18n-tools messages. svn path=/trunk/; revision=1943
* Update gettext logic to allow anything that starts with AM and ends withDarin Adler2001-08-041-0/+6
| | | | | | | | * autogen.sh: Update gettext logic to allow anything that starts with AM and ends with gettext. This makes it work with AM_GLIB_GNU_GETTEXT, which is what libbonobo is now using. svn path=/trunk/; revision=1939
* Removed. (GNOME_PKGCONFIG_CHECK_CFLAG): Removed.Martin Baulig2001-08-031-0/+10
| | | | | | | | | | | | | | 2001-08-03 Martin Baulig <baulig@suse.de> * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Removed. (GNOME_PKGCONFIG_CHECK_CFLAG): Removed. (GNOME_PKGCONFIG_ACLOCALFLAGS): Removed. (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES): Removed. (GNOME_PKGCONFIG_CHECK_MODULES): Removed. (GNOME_CHECK_PKGCONFIG): Use $PKG_CONFIG --atleast-pkgconfig-version to check for the pkg-config version. svn path=/trunk/; revision=1905
* Require pkg-config 0.8.0.Martin Baulig2001-07-201-0/+4
| | | | | | | | 2001-07-20 Martin Baulig <baulig@suse.de> * gnome-pkgconfig.m4: Require pkg-config 0.8.0. svn path=/trunk/; revision=1842
* Fix the regexp to process all 6 version numbers.Laszlo Peter2001-06-291-0/+5
| | | | | | | | | 2001-06-29 Laszlo Peter <laca@ireland.sun.com> * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Fix the regexp to process all 6 version numbers. svn path=/trunk/; revision=1837
* N'sync with the gnome1 version, bye bye buggies.Elliot Lee2001-06-221-0/+4
| | | | | | | | 2001-06-22 Elliot Lee <sopwith@redhat.com> * gnome-gettext.m4: N'sync with the gnome1 version, bye bye buggies. svn path=/trunk/; revision=1801
* Require pkg-config 0.7.0 and fix download URL.Martin Baulig2001-06-131-0/+7
| | | | | | | | | | | 2001-06-13 Martin Baulig <baulig@suse.de> * gnome-pkgconfig.m4 (GNOME_CHECK_PKGCONFIG): Require pkg-config 0.7.0 and fix download URL. * gnome-platform.m4: Require pkgconfig on the GNOME 2.0 platform. svn path=/trunk/; revision=1790
* macros/ChangeLog:Peter Williams2001-06-021-0/+4
| | | | | | | | | | | | | 2001-06-01 Peter Williams <peterw@ximian.com> * autogen.sh: s,Gnome,$PKG_NAME,g macros2/ChangeLog: 2001-06-01 Peter Williams <peterw@ximian.com> * autogen.sh: s,Gnome,$PKG_NAME,g svn path=/trunk/; revision=1779
* Set variable `have_<name>' to yes or no depending on whether the moduleMartin Baulig2001-04-131-0/+7
| | | | | | | | | | | 2001-04-13 Martin Baulig <baulig@suse.de> * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES): Set variable `have_<name>' to yes or no depending on whether the module was found or not; allows you to define automake conditionals for optional modules. svn path=/trunk/; revision=1659
* Add the xml-i18n-tools stuff here.Martin Baulig2001-03-241-0/+4
| | | | | | | | 2001-03-24 Martin Baulig <baulig@suse.de> * autogen.sh: Add the xml-i18n-tools stuff here. svn path=/trunk/; revision=1651
* Improved compile warnings check; the --enable-compile-warnings parameterMartin Baulig2000-12-011-0/+6
| | | | | | | | | | 2000-12-01 Martin Baulig <baulig@suse.de> * compile-warnings.m4: Improved compile warnings check; the --enable-compile-warnings parameter now takes 5 different values (no/minimum/yes/maximum/error). AC_SUBST(WARN_CFLAGS). svn path=/trunk/; revision=1475
* Removed.Martin Baulig2000-11-281-0/+4
| | | | | | | | 2000-11-29 Martin Baulig <baulig@suse.de> * gnome.m4, gnome-gnorba-check.m4, gnome-fileutils.m4: Removed. svn path=/trunk/; revision=1474
* Use GNOME_PKGCONFIG_CHECK_MODULES.Martin Baulig2000-11-261-0/+9
| | | | | | | | | | | | | 2000-11-26 Martin Baulig <martin@home-of-linux.org> * gnome-x-checks.m4 (GNOME2_X_CHECKS): Use GNOME_PKGCONFIG_CHECK_MODULES. * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Don't AC_REQUIRE([GNOME_REQUIRE_PKGCONFIG]). (GNOME_CHECK_PKGCONFIG): Check for pkg-config >= 0.4.1. svn path=/trunk/; revision=1473
* Added GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES to check for a list ofMartin Baulig2000-11-221-0/+7
| | | | | | | | | | | 2000-11-22 Martin Baulig <martin@home-of-linux.org> * gnome-pkgconfig.m4: Added GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES to check for a list of optional modules. * gnome-platform.m4: Require GNOME_REQUIRE_PKGCONFIG. svn path=/trunk/; revision=1472
* New file. This defines GNOME_PLATFORM_GNOME_2.Martin Baulig2000-11-221-0/+8
| | | | | | | | | | | | 2000-11-22 Martin Baulig <martin@home-of-linux.org> * gnome-platform.m4: New file. This defines GNOME_PLATFORM_GNOME_2. * gnome-pkgconfig.m4: Disable the --extra-flags argument to pkg-config, this doesn't exist anymore. svn path=/trunk/; revision=1470
* New file. This defines GNOME_CHECK_PKGCONFIG, GNOME_REQUIRE_PKGCONFIG andMartin Baulig2000-11-221-0/+6
| | | | | | | | | | 2000-11-22 Martin Baulig <martin@home-of-linux.org> * gnome-pkgconfig.m4: New file. This defines GNOME_CHECK_PKGCONFIG, GNOME_REQUIRE_PKGCONFIG and GNOME_PKGCONFIG_* macros from pkg-config. svn path=/trunk/; revision=1469
* Removed.Martin Baulig2000-11-211-0/+4
| | | | | | | | 2000-11-21 Martin Baulig <baulig@suse.de> * gnome-support.m4, need-declaration.m4: Removed. svn path=/trunk/; revision=1464
* Switch to pkg-config to check for GTK+ 2.0; Removed allMartin Baulig2000-09-301-0/+10
| | | | | | | | | | | | | | 2000-09-30 Martin Baulig <baulig@suse.de> * gnome-x-checks.m4: Switch to pkg-config to check for GTK+ 2.0; Removed all `gnome_cv_passdown_x_*' variables and `USE_DEVGTK'. * gnome-common.m4 (GNOME_COMMON_INIT): Added the always-false INSIDE_GNOME_COMMON automake conditional. (GNOME_GTKDOC_CHECK): New macro. (GNOME_DEBUG_CHECK): New macro. svn path=/trunk/; revision=1419
* use the correct name in AC_PROVIDEGeorge Lebl2000-08-241-0/+4
| | | | | | | | Thu Aug 24 02:28:57 2000 George Lebl <jirka@5z.com> * gnome-x-checks.m4: use the correct name in AC_PROVIDE svn path=/trunk/; revision=1417
* Renamed to GNOME2_X_CHECKS.Martin Baulig2000-08-061-0/+5
| | | | | | | | | 2000-08-06 Martin Baulig <baulig@suse.de> * gnome-x-checks.m4 (GNOME_X_CHECKS): Renamed to GNOME2_X_CHECKS. svn path=/trunk/; revision=1361
* Removed some old crap in it. Removed.Martin Baulig2000-07-241-1/+4
| | | | | | | | | 2000-07-24 Martin Baulig <martin@home-of-linux.org> * autogen.sh: Removed some old crap in it. * aclocal-include.m4: Removed. svn path=/trunk/; revision=1320
* Check for GTK+ 2.0.Martin Baulig2000-07-241-0/+4
| | | | | | | | 2000-07-24 Martin Baulig <baulig@suse.de> * gnome-x-checks.m4: Check for GTK+ 2.0. svn path=/trunk/; revision=1319
* Make it work with AM_GNOME2_GETTEXT. New file.Martin Baulig2000-07-241-0/+1
| | | | | | | | | 2000-07-24 Martin Baulig <baulig@suse.de> * autogen.sh: Make it work with AM_GNOME2_GETTEXT. * check-utmp.m4: New file. svn path=/trunk/; revision=1312