From: Stefano Lattarini Date: Sun, 4 Dec 2011 12:24:57 +0000 (+0100) Subject: Merge branch 'maint' into branch-1.11 X-Git-Tag: v1.11.1b~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca29afc5aed617f61e11b155b21034690329ac67;p=platform%2Fupstream%2Fautomake.git Merge branch 'maint' into branch-1.11 * maint: tests: fix spurious failures due to missing 'yywrap()' function depcomp: spelling fix tests: fix 'distcheck-override-infodir.test' on Cygwin --- ca29afc5aed617f61e11b155b21034690329ac67 diff --cc lib/depcomp index 9825d56,5621fd4..bd0ac08 --- a/lib/depcomp +++ b/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