+2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * config.bat: Handle the case when lispintro is truncated to lispintr.
+
2002-05-26 Paul Eggert <eggert@twinsun.com>
* config.guess, config.sub: Updated from master source.
cd ..\r
rem ----------------------------------------------------------------------\r
Echo Configuring the ELisp Introduction manual directory...\r
-cd lispintro\r
+Rem The two variants for the line below is for when the shell\r
+Rem supports long file names but DJGPP does not\r
+if exist lispintro\Makefile.in cd lispintro\r
+if exist lispintr\Makefile.in cd lispintr\r
sed -f ../msdos/sed6.inp < Makefile.in > Makefile\r
cd ..\r
rem ----------------------------------------------------------------------\r