Merge branch 'maint'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Apr 2012 15:52:31 +0000 (17:52 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Apr 2012 15:52:31 +0000 (17:52 +0200)
* maint:
  maint: don't use "union" merge driver for NEWS anymore
  build: avoid too greedy rebuilds in the testsuite
  tests: avoid yet another spurious environment influence
  tests: fix a failure in Lex/C++ tests on Mac OS X
  tests: fix a spurious failure due to truncated timestamps
  build: require autoconf 2.69
  build: don't require minimal automake version in AM_INIT_AUTOMAKE

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
1  2 
configure.ac

diff --cc configure.ac
@@@ -15,8 -15,8 +15,8 @@@
  # You should have received a copy of the GNU General Public License
  # along with this program.  If not, see <http://www.gnu.org/licenses/>.
  
- AC_PREREQ([2.68])
+ AC_PREREQ([2.69])
 -AC_INIT([GNU Automake], [1.12.0a], [bug-automake@gnu.org])
 +AC_INIT([GNU Automake], [1.12a], [bug-automake@gnu.org])
  
  AC_CONFIG_SRCDIR([automake.in])
  AC_CONFIG_AUX_DIR([lib])