summaryrefslogtreecommitdiff
path: root/macros2
Commit message (Expand)AuthorAgeFilesLines
* New function, prevents duplicates in $cm_macrodirs. (check_m4macros): UseStepan Kasal2005-08-171-2/+28
* Set $variable_VERSION to the actual version number of the tool.Stepan Kasal2005-08-171-2/+3
* pass --force to gnome-doc-prepare to match other tools. Fixes bug #311775.James Henstridge2005-08-171-1/+1
* don't use syntax that non-GNU greps don't understand. Fixes bug #313531.James Henstridge2005-08-171-4/+6
* add checks for gnome-common macro names, and call require_m4macro for theJames Henstridge2005-08-161-0/+11
* - Bumped up the default required version of gnome-doc-utilsShaun McCance2005-07-191-1/+1
* When configure.{in,ac} contains GNOME_DOC_INIT, actually callChristian Persch2005-07-181-0/+4
* added support for the gnome-doc-utilsSven Herzberg2005-03-211-0/+10
* merged macros2/ChangeLog with the main oneStepan Kasal2005-03-151-456/+0
* preserve COPYING and INSTALL files over the "automake --force" call. FixesJames Henstridge2005-02-112-0/+10
* Fix the (AC|IT)_PROG_INTLTOOL support for both places where we grep for itRodney Dawes2005-01-222-5/+20
* add some code to add the directory given to AC_CONFIG_MACRO_DIR toJames Henstridge2005-01-031-0/+7
* grep wants basic regexps, not extended ones: fix the regular expressionMariano Suárez-Alvarez2004-11-252-1/+6
* Add support for IT_PROG_INTLTOOL which deprecates AC_PROG_INTLTOOLRodney Dawes2004-11-242-1/+6
* Fix for automake1.4.Jordi Mallach2004-11-092-1/+11
* Call all the bootstrap programs (libtoolize, intltoolize, gtkdocize,Jordi Mallach2004-11-092-4/+10
* get rid of the code that modified PATH, ACLOCAL_FLAGS and LD_LIBRARY_PATHJames Henstridge2004-10-282-22/+6
* if the directory is read only, skip it. This helps in cases where aJames Henstridge2004-10-282-2/+8
* fix up the AC_CONFIG_MACRO_DIR check to work with sub-packageJames Henstridge2004-10-282-1/+6
* if AC_CONFIG_MACRO_DIR() is used in configure.ac, pass that directory toJames Henstridge2004-10-272-4/+19
* fix up error message when a required M4 file isn't found. Fixes bugJames Henstridge2004-08-301-11/+1
* Add some foo to handle automake-1.9.x too.Kjartan Maraas2004-08-162-4/+9
* Add code to check for mkinstalldirs in the shared automake filesRodney Dawes2004-06-101-0/+10
* 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