Merge branch 'maint' into branch-1.11
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 4 Dec 2011 12:24:57 +0000 (13:24 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 4 Dec 2011 12:24:57 +0000 (13:24 +0100)
* maint:
  tests: fix spurious failures due to missing 'yywrap()' function
  depcomp: spelling fix
  tests: fix 'distcheck-override-infodir.test' on Cygwin

1  2 
ChangeLog
lib/depcomp

diff --cc ChangeLog
Simple merge
diff --cc lib/depcomp
@@@ -1,10 -1,10 +1,10 @@@
  #! /bin/sh
  # depcomp - compile a program generating dependencies as side-effects
  
- scriptversion=2011-04-16.09; # UTC
+ scriptversion=2011-12-04.11; # UTC
  
 -# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2011,
 -# Free Software Foundation, Inc.
 +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010,
 +# 2011 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by