Add support for "::=" simple assignment operator.
[make.git] / config / ChangeLog
blob95f115734b3e14b0c76f8f43ae98c65b3e29e33d
1 2012-01-15  Paul Smith  <psmith@gnu.org>
3         * dospaths.m4: Use AC_LANG_PROGRAM to encapsulate the test code.
4         Fixes Savannah bug #35256.  Patch from Sebastian Pipping.
6 2006-03-09  Paul Smith  <psmith@gnu.org>
8         * dospaths.m4: Add MSYS to the list of targets allowing DOS-style
9         pathnames.  Reported by David Ergo <david.ergo@alterface.com>.
11 2005-07-01  Paul D. Smith  <psmith@gnu.org>
13         * Makefile.am (EXTRA_DIST): Added more M4 files to EXTRA_DIST, so
14         users can re-run aclocal.
16 2003-04-30  Paul D. Smith  <psmith@gnu.org>
18         * dospaths.m4: New macro to test for DOS-style pathnames, based on
19         coreutils 5.0 "dos.m4" by Jim Meyering.
21 2002-04-21  gettextize  <bug-gnu-gettext@gnu.org>
23         * codeset.m4: New file, from gettext-0.11.1.
24         * gettext.m4: New file, from gettext-0.11.1.
25         * glibc21.m4: New file, from gettext-0.11.1.
26         * iconv.m4: New file, from gettext-0.11.1.
27         * isc-posix.m4: New file, from gettext-0.11.1.
28         * lcmessage.m4: New file, from gettext-0.11.1.
29         * lib-ld.m4: New file, from gettext-0.11.1.
30         * lib-link.m4: New file, from gettext-0.11.1.
31         * lib-prefix.m4: New file, from gettext-0.11.1.
32         * progtest.m4: New file, from gettext-0.11.1.
33         * Makefile.am: New file.
36 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011, 2012 Free
37 Software Foundation, Inc.
38 This file is part of GNU Make.
40 GNU Make is free software; you can redistribute it and/or modify it under the
41 terms of the GNU General Public License as published by the Free Software
42 Foundation; either version 3 of the License, or (at your option) any later
43 version.
45 GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
46 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
47 A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
49 You should have received a copy of the GNU General Public License along with
50 this program.  If not, see <http://www.gnu.org/licenses/>.