Fix last change: don't use < and > in "rem" lines, they are interpreted
as redirection by DOS shells.
This commit is contained in:
parent
9a6b551bfd
commit
d95d9b2360
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-05-07 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* config.bat: Fix last change: don't use < and > in "rem" lines,
|
||||
they are interpreted as redirection by DOS shells.
|
||||
|
||||
2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* configure.in: Check availability of AvailabilityMacros.h
|
||||
|
|
|
@ -17,7 +17,7 @@ rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|||
rem GNU General Public License for more details.
|
||||
|
||||
rem You should have received a copy of the GNU General Public License
|
||||
rem along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
||||
rem along with GNU Emacs. If not, see http://www.gnu.org/licenses/.
|
||||
|
||||
rem ----------------------------------------------------------------------
|
||||
rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS:
|
||||
|
|
Loading…
Add table
Reference in a new issue