* configure.bat: Remove obsolete file.
authorIan Lance Taylor <ian@airs.com>
Thu, 23 Jul 1998 21:49:12 +0000 (21:49 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 23 Jul 1998 21:49:12 +0000 (21:49 +0000)
* examples/configure.bat: Remove obsolete file.

readline/.Sanitize
readline/ChangeLog
readline/configure.bat [deleted file]
readline/examples/.Sanitize
readline/examples/configure.bat [deleted file]

index e48dd04..66fcd0d 100644 (file)
@@ -30,7 +30,6 @@ bind.c
 chardefs.h
 complete.c
 config
-configure.bat
 configure.in
 display.c
 doc
index 9e092b0..064def6 100644 (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.
diff --git a/readline/configure.bat b/readline/configure.bat
deleted file mode 100644 (file)
index b5d615e..0000000
+++ /dev/null
@@ -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 ..
index b61fbc7..4aa7b56 100644 (file)
@@ -27,7 +27,6 @@ Things-to-keep:
 
 Inputrc
 Makefile
-configure.bat
 fileman.c
 manexamp.c
 
diff --git a/readline/examples/configure.bat b/readline/examples/configure.bat
deleted file mode 100644 (file)
index 41366ee..0000000
+++ /dev/null
@@ -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