summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * maint: version bump after beta release 1.13.2bStefano Lattarini2013-05-302-3/+3
| * release: beta release 1.13.2b (will become 1.13.3)v1.13.2bStefano Lattarini2013-05-302-3/+3
| * sync: update config.guess from upstreamStefano Lattarini2013-05-301-65/+73
* | Merge branch 'micro' into maintStefano Lattarini2013-05-304-6/+12
|\ \ | |/
| * NEWS: document recent testsuite fixes (MinGW/MSYS related)Stefano Lattarini2013-05-301-1/+5
| * depcomp: avoid trailing backslash in depfile for depmode=msvc7Peter Rosin2013-05-301-1/+2
| * tests: prune some weed in a non-POSIX testPeter Rosin2013-05-291-3/+3
| * tests: avoid a spurious failure on MSYSPeter Rosin2013-05-291-1/+2
* | automake: assume we can always pass '-o' to the C compilerPeter Rosin2013-05-301-9/+2
* | Merge branch 'micro' into maintStefano Lattarini2013-05-295-13/+21
|\ \ | |/
| * t/README: document "run_make", discourage "make -e"Stefano Lattarini2013-05-291-10/+18
| * cosmetics: tiny whitespace fixletsStefano Lattarini2013-05-292-3/+1
| * tests: avoid a spurious failure with MSVCPeter Rosin2013-05-291-0/+1
| * tests: avoid a spurious failure on non-POSIX systemsPeter Rosin2013-05-291-0/+1
* | Merge branch 'micro' into maintStefano Lattarini2013-05-296-65/+133
|\ \ | |/
| * NEWS: fix typos and grammarosStefano Lattarini2013-05-291-5/+5
| * Merge branch 'suffix-rules-work' into microStefano Lattarini2013-05-286-60/+128
| |\
| | * NEWS: document fix for bug#14441Stefano Lattarini2013-05-281-0/+10
| | * Automake::Rule: consistently prepend underscore to private variablesStefano Lattarini2013-05-281-15/+15
| | * Automake::Rule: rename: suffix_rule() -> next_in_suffix_chain()Stefano Lattarini2013-05-282-6/+7
| | * Automake::Rule: adjust comments and POD according to previous changesStefano Lattarini2013-05-282-39/+33
| | * Automake::Rule: make private variables lexically scopedStefano Lattarini2013-05-281-5/+4
| | * suffix rules: better distinction between builtin and user-derivedStefano Lattarini2013-05-282-20/+12
| | * Automake::Rule: expose suffix rules as a function, not a scalarStefano Lattarini2013-05-282-8/+21
| | * tests: expose automake bug#14441Stefano Lattarini2013-05-273-0/+59
* | | NEWS: fix typoStefano Lattarini2013-05-281-1/+1
* | | Merge branch 'micro' into maintStefano Lattarini2013-05-281-2/+8
|\ \ \ | |/ /
| * | NEWS: report recent documentation fix about AM_PROG_MKDIR_PStefano Lattarini2013-05-281-0/+6
| * | NEWS: Automake 2.0 will assume "rm -f" without args workStefano Lattarini2013-05-281-0/+11
| * | NEWS: fix a couple of typos in older entriesStefano Lattarini2013-05-281-2/+2
* | | NEWS: on assuming "rm -f" without arguments workStefano Lattarini2013-05-281-1/+35
* | | Merge branch 'micro' into maintStefano Lattarini2013-05-285-7/+80
|\ \ \ | |/ /
| * | docs: AM_PROG_MKDIR_P: will not be removed in 2.0 release of AutomakeStefano Lattarini2013-05-281-2/+2
| * | maint: sanity checks in 'check-minimal-autoconf' convenience targetStefano Lattarini2013-05-281-0/+12
| * | maint: test minimal supported autoconf through convenience targetStefano Lattarini2013-05-281-0/+15
| * | maint: install minimal supported autoconf through convenience targetsStefano Lattarini2013-05-283-4/+50
| |/
| * test-lib: typofix in commentsStefano Lattarini2013-05-261-1/+1
* | docs: AM_PROG_CC_C_O: correct imprecise statements about itStefano Lattarini2013-05-281-11/+5
* | Merge branch 'micro' into maintStefano Lattarini2013-05-263-12/+1
|\ \ | |/
| * tests: remove an "unworthy" FIXME commentStefano Lattarini2013-05-261-2/+0
| * tests: remove one obsolete workaround for long-lifted limitationsStefano Lattarini2013-05-261-6/+0
| * tests: couple of minor tweaks in demo tests in C++ and LibtoolStefano Lattarini2013-05-261-4/+1
* | Merge branch 'micro' into maintStefano Lattarini2013-05-265-18/+3
|\ \ | |/
| * tests: adjust or remove some obsolete commentsStefano Lattarini2013-05-262-6/+3
| * tests: remove some useless 'unset' of variablesStefano Lattarini2013-05-263-12/+0
* | NEWS: document deprecation of 'shar' and 'compress' dist formatsStefano Lattarini2013-05-261-0/+9
* | Merge branch 'prog-cc-c-o-work' into maintStefano Lattarini2013-05-2617-64/+368
|\ \
| * | tests: some tests make no sense if "$CC -c -o" doesn't workStefano Lattarini2013-05-243-2/+7
| * | AM_PROG_CC_C_O: don't rely on AC_PROG_CC_C_O, re-implement similar logicStefano Lattarini2013-05-2415-67/+116
| * | compile: rewrite AC_PROG_CC with AM_PROG_CC_C_O contentsStefano Lattarini2013-05-2416-22/+272