| 1 | 2012-01-15 Paul Smith <psmith@gnu.org>
|
|---|
| 2 |
|
|---|
| 3 | * dospaths.m4: Use AC_LANG_PROGRAM to encapsulate the test code.
|
|---|
| 4 | Fixes Savannah bug #35256. Patch from Sebastian Pipping.
|
|---|
| 5 |
|
|---|
| 6 | 2006-03-09 Paul Smith <psmith@gnu.org>
|
|---|
| 7 |
|
|---|
| 8 | * dospaths.m4: Add MSYS to the list of targets allowing DOS-style
|
|---|
| 9 | pathnames. Reported by David Ergo <david.ergo@alterface.com>.
|
|---|
| 10 |
|
|---|
| 11 | 2005-07-01 Paul D. Smith <psmith@gnu.org>
|
|---|
| 12 |
|
|---|
| 13 | * Makefile.am (EXTRA_DIST): Added more M4 files to EXTRA_DIST, so
|
|---|
| 14 | users can re-run aclocal.
|
|---|
| 15 |
|
|---|
| 16 | 2003-04-30 Paul D. Smith <psmith@gnu.org>
|
|---|
| 17 |
|
|---|
| 18 | * dospaths.m4: New macro to test for DOS-style pathnames, based on
|
|---|
| 19 | coreutils 5.0 "dos.m4" by Jim Meyering.
|
|---|
| 20 |
|
|---|
| 21 | 2002-04-21 gettextize <bug-gnu-gettext@gnu.org>
|
|---|
| 22 |
|
|---|
| 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.
|
|---|
| 34 | |
|---|
| 35 |
|
|---|
| 36 |
|
|---|
| 37 | Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
|---|
| 38 | This file is part of GNU Make.
|
|---|
| 39 |
|
|---|
| 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.
|
|---|
| 44 |
|
|---|
| 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.
|
|---|
| 48 |
|
|---|
| 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/>.
|
|---|