summaryrefslogtreecommitdiff
path: root/macros2
Commit message (Expand)AuthorAgeFilesLines
* some small cleanups.James Henstridge2004-05-266-393/+29
* Change the order the various tools are called in to match that ofJames Henstridge2004-05-132-18/+35
* fix bug #135557Sven Herzberg2004-02-271-1/+1
* Use automake-1.8 if available. Patch from alexander.winston@comcast.netMalcolm Tredinnick2004-01-312-3/+9
* Deprecate the use of GNOME2_DIR and allow the use of GNOME2_PATH (bugMalcolm Tredinnick2004-01-252-10/+27
* Run intltoolize after automake, since intltoolize wants mkinstalldirs now.Malcolm Tredinnick2004-01-022-4/+12
* Change the use of head to be 'head -n -1', since the GNU version of headMalcolm Tredinnick2003-12-122-1/+8
* Update automake checks to check incremental versions in the correct order,Rodney Dawes2003-12-082-2/+7
* Replace use of -or in a find command with -o. Makes things work for peopleMalcolm Tredinnick2003-11-192-1/+7
* Removed ENABLE_WERROR and changed name to GNOME_MAINTAINER_MODE_DEFINES.32003-11-032-6/+8
* Make version checking work, as pointed out by Michael H Schimek in bugMalcolm Tredinnick2003-11-012-1/+6
* Changed name of new macro to AM_MAINTAINER_MODE_DEFINES and added12003-10-312-5/+13
* New macro to disable deprecated functions and widgets when maintainer mode12003-10-312-0/+18
* Define WARN_CXXFLAGS instead of overwriting CXXFLAGS (like WARN_FLAGS).Marco Pesenti Gritti2003-08-231-5/+3
* Show the version found for the various build tools like automake,Malcolm Tredinnick2003-08-102-1/+7
* Continuing to try and get the flags passed to g++ in GNOME_CXX_WARNINGSMalcolm Tredinnick2003-08-052-1/+8
* Simplify GNOME_CXX_WARNINGS. Fixes bug #118987.Malcolm Tredinnick2003-08-032-1/+6
* Default setting in the GNOME_COMPILE_WARNINGS macro is now "yes". ThisMalcolm Tredinnick2003-07-282-1/+7
* Remove some redundant options as suggested by Steve Chaplin in bugMalcolm Tredinnick2003-07-202-3/+9
* Fixed a typo in the debugging output.Malcolm Tredinnick2003-07-152-1/+5
* don't use -Wsign-promo, it is C++ only and causes warnings with gcc 3.3Frédéric Crozat2003-07-041-1/+1
* Remove --enable-compile-warnings from the default arguments passed toMarco Pesenti Gritti2003-06-241-1/+1
* Fix some strangeness in the gnome-doc-common test.Malcolm Tredinnick2003-06-202-2/+6
* Inserted missing "cd $dirname" to effectively process subdirectories,Gustavo J. A. M. Carneiro2003-06-202-0/+10
* Bump the version number to 2.3.0Malcolm Tredinnick2003-05-241-2/+12
* Ignore {arch} subdirectories. Fixes bug #113327.Malcolm Tredinnick2003-05-202-1/+5
* autogen.sh: - Extend the check_m4macros() function to handle CygwinMalcolm Tredinnick2003-05-042-3/+16
* Make this portable to Bourne-like shells. Fixes the problems pointed outMalcolm Tredinnick2003-05-042-63/+72
* Fix a small typo in the glib-gettext codeRoss Burton2003-04-102-1/+5
* Replace PACKAGE with PKG_NAME, since PKG_NAME is what is defined by theMalcolm Tredinnick2003-03-072-3/+15
* fix mixed up order of arguments to AC_ARG_ENABLE that madeMark McLoughlin2003-02-272-1/+7
* set WANT_AUTOCONF_2_5 variable to tell Mandrake autoconf wrapper we wantFrédéric Crozat2003-02-261-0/+3
* add function to forbid m4 macros. Forbid gnome-cxx-check.m4, to try andJames Henstridge2003-02-242-22/+55
* if $variable is set, then assume it is correct and skip the version check.James Henstridge2003-02-212-1/+14
* remove check-utmp.m4 (copied it to libzvt, which is the only thing usingJames Henstridge2003-02-193-244/+3
* AC_REQUIRE does not work within AU_DEFUN, so change to a simple call toJames Henstridge2003-02-192-1/+6
* forgot to remove this file.James Henstridge2003-02-181-37/+0
* check to see if gnome-deprecated-macros.m4 ended up in aclocal.m4, andJames Henstridge2003-02-1811-693/+343
* initialize UTMP structure properly. Fixes Bug#93774. Patch reviewed byKalpesh Shah2003-02-142-1/+7
* now that autoconf-2.52 is a prereq for things the build broke on the useJody Goldberg2002-12-121-1/+2
* 09-23 Bastien Nocera <hadess@hadess.net>Bastien Nocera2002-09-242-4/+50
* hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 andHavoc Pennington2002-08-182-4/+13
* autogen.sh : use portable -o instead of GNU-ish -or for find testHidetoshi Tajima2002-08-132-1/+5
* fix the "find" test so that the presence of configure.in is reporteded.Miles Lane2002-08-122-1/+7
* Added support for configure.ac.Sebastian Rittau2002-08-102-11/+24
* fix GNOME_COMPILE_WARNINGS to work when a parameter is passed. TheChema Celorio2002-05-102-1/+6
* kill bogus clearing of LDFLAGSjacob berkman2002-04-012-1/+5
* Kill bashisms as discussed.Morten Welinder2002-02-132-2/+4
* Add glib-gettextize and GETTEXT_PACKAGE support throughout. please see Chang...Jacob Berkman2001-10-292-21/+34
* - added curses.m4 (copied from the gnome1 macros). this file is needed to gdi...Bastien Nocera2001-10-153-1/+324