aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readline/.Sanitize1
-rw-r--r--readline/ChangeLog5
-rw-r--r--readline/configure.bat22
-rw-r--r--readline/examples/.Sanitize1
-rw-r--r--readline/examples/configure.bat16
5 files changed, 5 insertions, 40 deletions
diff --git a/readline/.Sanitize b/readline/.Sanitize
index e48dd04..66fcd0d 100644
--- a/readline/.Sanitize
+++ b/readline/.Sanitize
@@ -30,7 +30,6 @@ bind.c
chardefs.h
complete.c
config
-configure.bat
configure.in
display.c
doc
diff --git a/readline/ChangeLog b/readline/ChangeLog
index 9e092b0..064def6 100644
--- a/readline/ChangeLog
+++ b/readline/ChangeLog
@@ -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
index b5d615e..0000000
--- a/readline/configure.bat
+++ /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 ..
diff --git a/readline/examples/.Sanitize b/readline/examples/.Sanitize
index b61fbc7..4aa7b56 100644
--- a/readline/examples/.Sanitize
+++ b/readline/examples/.Sanitize
@@ -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
index 41366ee..0000000
--- a/readline/examples/configure.bat
+++ /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