X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/401b73afdf9694e0d9380968ebfd21d837045a2c..573654ca9e8bc3ad9f5a00820417edcbca6e14dc:/djgpp/config.bat diff --git a/djgpp/config.bat b/djgpp/config.bat index b3d75d8e..d2ed5ab3 100644 --- a/djgpp/config.bat +++ b/djgpp/config.bat @@ -4,8 +4,7 @@ Rem Configure Bison for DJGPP. Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line Rem format, or else stock DOS/Windows shells will refuse to run it. -Rem Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation, -Rem Inc. +Rem Copyright (C) 2005-2015 Free Software Foundation, Inc. Rem This program is free software: you can redistribute it and/or modify Rem it under the terms of the GNU General Public License as published by @@ -472,7 +471,7 @@ redir -e /dev/null rm %XSRC%/po/stamp-cat-id Rem Update the arguments file for the configure script. Rem We prefer without-included-gettext because libintl.a from gettext package -Rem is the only one that is garanteed to have been ported to DJGPP. +Rem is the only one that is guaranteed to have been ported to DJGPP. echo --enable-nls --without-included-gettext >> args goto ConfigurePackage