* configure.bat: Remove obsolete file.

* examples/configure.bat: Remove obsolete file.
This commit is contained in:
Ian Lance Taylor 1998-07-23 21:49:12 +00:00
parent 2474bfd794
commit d470a746c4
5 changed files with 5 additions and 40 deletions

View File

@ -30,7 +30,6 @@ bind.c
chardefs.h
complete.c
config
configure.bat
configure.in
display.c
doc

View File

@ -1,3 +1,8 @@
Thu Jul 23 17:48:21 1998 Ian Lance Taylor <ian@cygnus.com>
* configure.bat: Remove obsolete file.
* examples/configure.bat: Remove obsolete file.
Wed May 13 13:41:53 1998 Ian Lance Taylor <ian@cygnus.com>
* sysdep-6irix.h: New file.

View File

@ -1,22 +0,0 @@
@echo off
if "%1" == "go32" goto h8300
if "%1" == "h8/300" goto h8300
echo Specify one of [ go32 h8/300 ] on command line
goto exit
:go32
echo Configuring readline for go32
copy Makefile.dos Makefile
copy sysdep-norm.h sysdep.h
goto exit
:h8300
echo Configuring readline for H8/300
copy Makefile.dos Makefile
copy sysdep-norm.h sysdep.h
:exit
cd examples
call configure %1
cd ..

View File

@ -27,7 +27,6 @@ Things-to-keep:
Inputrc
Makefile
configure.bat
fileman.c
manexamp.c

View File

@ -1,16 +0,0 @@
@echo off
if "%1" == "go32" goto h8300
if "%1" == "h8/300" goto h8300
echo Specify one of [ go32 h8/300 ] on command line
goto exit
:go32
echo Configuring readline/examples for go32
copy Makefile.dos Makefile
goto exit
:h8300
echo Configuring readline/examples for H8/300
copy Makefile.dos Makefile
:exit