diff --git a/gnu/dist/readline/config/mh-apollo68v b/gnu/dist/readline/config/mh-apollo68v deleted file mode 100644 index 34c53cd05ad4..000000000000 --- a/gnu/dist/readline/config/mh-apollo68v +++ /dev/null @@ -1,4 +0,0 @@ -RANLIB=true -CC= cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_SYS_FILE -USG = -DUSG -INSTALL_PROG = cp diff --git a/gnu/dist/readline/config/mh-bsd44 b/gnu/dist/readline/config/mh-bsd44 deleted file mode 100644 index 1aaf0a9e0aa8..000000000000 --- a/gnu/dist/readline/config/mh-bsd44 +++ /dev/null @@ -1,2 +0,0 @@ -# Define USG as -DUSG if you are using a System V operating system. -USG = -D_POSIX_VERSION diff --git a/gnu/dist/readline/config/mh-gnu b/gnu/dist/readline/config/mh-gnu deleted file mode 100644 index dfd9d7aade56..000000000000 --- a/gnu/dist/readline/config/mh-gnu +++ /dev/null @@ -1,3 +0,0 @@ -# This is probably in the wrong place, but readline configuration stuff is so -# messed up that it will have to do. -USG = -DHAVE_UNISTD_H diff --git a/gnu/dist/readline/config/mh-go32 b/gnu/dist/readline/config/mh-go32 deleted file mode 100644 index ff7282f7c997..000000000000 --- a/gnu/dist/readline/config/mh-go32 +++ /dev/null @@ -1,3 +0,0 @@ -CC=i386-go32-gcc -O2 -fno-omit-frame-pointer -AR=i386-go32-ar -RANLIB=i386-go32-ranlib diff --git a/gnu/dist/readline/config/mh-isc b/gnu/dist/readline/config/mh-isc deleted file mode 100644 index 89b0de7232f9..000000000000 --- a/gnu/dist/readline/config/mh-isc +++ /dev/null @@ -1,4 +0,0 @@ -# Interactive System V release 3.2 -RANLIB = true -INSTALL = cp -USG = -DUSG -D_POSIX_SOURCE=1 -D_POSIX_VERSION=1 diff --git a/gnu/dist/readline/config/mh-ncr3000 b/gnu/dist/readline/config/mh-ncr3000 deleted file mode 100644 index b2725d68e0aa..000000000000 --- a/gnu/dist/readline/config/mh-ncr3000 +++ /dev/null @@ -1,20 +0,0 @@ -# The NCR 3000 ships with a MetaWare compiler installed as /bin/cc. -# This compiler not only emits obnoxious copyright messages every time -# you run it, but it chokes and dies on a whole bunch of GNU source -# files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc. -# Unfortunately though, the AT&T compiler sometimes generates code that -# the assembler barfs on if -g is used, so disable it by default as well. -CC = /usr/ccs/ATT/cc -CFLAGS = - -# Define USG as -DUSG if you are using a System V operating system. -# Define USGr4 also if you are on an SVR4 system. -USG = -DUSG -DUSGr4 -RANLIB = true - -# The /usr/ucb/install program is incompatible (complains about unknown -# group staff). Use good old cp... -INSTALL = cp - -# The l flag generates a warning from the SVR4 archiver, remove it. -AR_FLAGS = cq diff --git a/gnu/dist/readline/config/mh-posix b/gnu/dist/readline/config/mh-posix deleted file mode 100644 index 5dc0732969d5..000000000000 --- a/gnu/dist/readline/config/mh-posix +++ /dev/null @@ -1,3 +0,0 @@ -# Define USG as -DUSG if you are using a System V operating system. -USG = -D_POSIX_VERSION -INSTALL_PROG = cp diff --git a/gnu/dist/readline/config/mh-sco b/gnu/dist/readline/config/mh-sco deleted file mode 100644 index 1db9eb7130a0..000000000000 --- a/gnu/dist/readline/config/mh-sco +++ /dev/null @@ -1,4 +0,0 @@ -# Define USG as -DUSG if you are using a System V operating system. -USG = -DUSG -D_POSIX_SOURCE=1 -RANLIB = true -INSTALL_PROG = cp diff --git a/gnu/dist/readline/config/mh-sco4 b/gnu/dist/readline/config/mh-sco4 deleted file mode 100644 index f905bd053d62..000000000000 --- a/gnu/dist/readline/config/mh-sco4 +++ /dev/null @@ -1,4 +0,0 @@ -# Define USG as -DUSG if you are using a System V operating system. -USG = -DUSG -RANLIB = true -INSTALL_PROG = cp diff --git a/gnu/dist/readline/config/mh-sysv b/gnu/dist/readline/config/mh-sysv deleted file mode 100644 index 26585037c400..000000000000 --- a/gnu/dist/readline/config/mh-sysv +++ /dev/null @@ -1,6 +0,0 @@ -# Define USG as -DUSG if you are using a System V operating system. -# No version of System V release 3 has TIOCGWINSZ, but release 3.2 -# defines it anyway. -USG = -DUSG -DTIOCGWINSZ_BROKEN -RANLIB = true -INSTALL = cp diff --git a/gnu/dist/readline/config/mh-sysv4 b/gnu/dist/readline/config/mh-sysv4 deleted file mode 100644 index a696306fd7b1..000000000000 --- a/gnu/dist/readline/config/mh-sysv4 +++ /dev/null @@ -1,8 +0,0 @@ -# Define USG as -DUSG if you are using a System V operating system. -# Define USGr4 also if you are on an SVR4 system. -USG = -DUSG -DUSGr4 -RANLIB = true -INSTALL_PROG = /usr/ucb/install -c - -# The l flag generates a warning from the SVR4 archiver, remove it. -AR_FLAGS = cq diff --git a/gnu/dist/readline/configure.bat b/gnu/dist/readline/configure.bat deleted file mode 100644 index b5d615e82b62..000000000000 --- a/gnu/dist/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/gnu/dist/readline/doc/ChangeLog b/gnu/dist/readline/doc/ChangeLog deleted file mode 100644 index 2520a8522cd1..000000000000 --- a/gnu/dist/readline/doc/ChangeLog +++ /dev/null @@ -1,12 +0,0 @@ -Wed Sep 20 12:57:29 1995 Ian Lance Taylor - - * Makefile.in (maintainer-clean): New synonym for realclean. - -Tue Feb 2 11:40:04 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) - - * Makefile.in: configurable (and useable) Makefile template - * Makefile: removed, replaced with configurable Makefile.in - * texindex.c texinfo.tex: remove, replacing w/refs to tools - elsewhere in distribution tree - * configure.in: pro forma configure stub - * ChangeLog: new file diff --git a/gnu/dist/readline/doc/configure.in b/gnu/dist/readline/doc/configure.in deleted file mode 100644 index c082c568c65c..000000000000 --- a/gnu/dist/readline/doc/configure.in +++ /dev/null @@ -1,8 +0,0 @@ -srcname="READLINE doc" -srctrigger=rlman.texinfo -# per-host: - -# per-target: - -files="" -links="" diff --git a/gnu/dist/readline/examples/Makefile b/gnu/dist/readline/examples/Makefile deleted file mode 100644 index 3d1fc527a628..000000000000 --- a/gnu/dist/readline/examples/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# This is the Makefile for the examples subdirectory of readline. -*- text -*- -# - -EXECUTABLES = fileman -CFLAGS = -g -I../.. -LDFLAGS = -g -L.. - -fileman: fileman.o - $(CC) $(LDFLAGS) -o fileman fileman.o -lreadline -ltermcap - -fileman.o: fileman.c - diff --git a/gnu/dist/readline/examples/configure.bat b/gnu/dist/readline/examples/configure.bat deleted file mode 100644 index 41366ee34b00..000000000000 --- a/gnu/dist/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 diff --git a/gnu/dist/readline/sysdep-aix.h b/gnu/dist/readline/sysdep-aix.h deleted file mode 100644 index 40c983a19c74..000000000000 --- a/gnu/dist/readline/sysdep-aix.h +++ /dev/null @@ -1,6 +0,0 @@ -/* System-dependent stuff for AIX 3.1 on RS/6000 */ - -#pragma alloca -#include -#include -typedef struct dirent dirent; diff --git a/gnu/dist/readline/sysdep-cxux7.h b/gnu/dist/readline/sysdep-cxux7.h deleted file mode 100644 index eba3644287a0..000000000000 --- a/gnu/dist/readline/sysdep-cxux7.h +++ /dev/null @@ -1,18 +0,0 @@ -/* System-dependent stuff, for Harris CX/UX systems */ - -#ifndef alloca /* May be a macro, with args. */ -extern char *alloca (); -#endif - -#include /* Needed by dirent.h */ -#include -#include -typedef struct dirent dirent; - -/* SVR4 systems should use rather than . */ -#define _POSIX_VERSION - -/* SVR4 systems need _POSIX_SOURCE defined to suppress 'struct winsize' - definition in , since it's unconditionally defined in - . */ -#define _POSIX_SOURCE diff --git a/gnu/dist/readline/sysdep-irix.h b/gnu/dist/readline/sysdep-irix.h deleted file mode 100644 index e69de15a80e9..000000000000 --- a/gnu/dist/readline/sysdep-irix.h +++ /dev/null @@ -1,12 +0,0 @@ -/* System-dependent stuff, for SGI irix */ - -#ifdef __GNUC__ -#define alloca __builtin_alloca -#else -extern char *alloca (); -#endif - -#include -#include -#include -typedef struct direct dirent; diff --git a/gnu/dist/readline/sysdep-linux.h b/gnu/dist/readline/sysdep-linux.h deleted file mode 100644 index 46ea5d49a947..000000000000 --- a/gnu/dist/readline/sysdep-linux.h +++ /dev/null @@ -1,24 +0,0 @@ -/* System-dependent stuff, for Linux systems. Known to be good for - Linux/Alpha, but should work for all other platforms, too. */ - -/* - * This is important on Linux/Alpha where sizeof(void*) != sizeof(int). - */ -#define HAVE_VARARGS_H - -#ifdef __GNUC__ -#define alloca __builtin_alloca -#else -#if defined (sparc) && defined (sun) -#include -#endif -#ifndef alloca /* May be a macro, with args. */ -extern char *alloca (); -#endif -#endif - -#include /* Needed by dirent.h */ -#include - -#include -typedef struct dirent dirent; diff --git a/gnu/dist/readline/sysdep-norm.h b/gnu/dist/readline/sysdep-norm.h deleted file mode 100644 index 6cf1f347add5..000000000000 --- a/gnu/dist/readline/sysdep-norm.h +++ /dev/null @@ -1,42 +0,0 @@ -/* System-dependent stuff, for ``normal'' systems */ -/* If you think you need to change this file, then you are wrong. In order to - avoid a huge ugly mass of nested #ifdefs, you should create a new file just - for your system, which contains exactly those #includes and definitions that - your system needs, AND NOTHING MORE! Then, add that file to the appropriate - place in configure.in, and viola, you are done. sysdep-sunos4.h is a good - example of how to do this. */ - -#ifdef __GNUC__ -#define alloca __builtin_alloca -#else -#if defined (sparc) && defined (sun) -#include -#endif -#ifndef alloca /* May be a macro, with args. */ -extern char *alloca (); -#endif -#endif - -#include /* Needed by dirent.h */ - -#if defined (USG) && defined (TIOCGWINSZ) -#include -#if defined (USGr4) || defined (USGr3) -#include -#endif /* USGr4 */ -#endif /* USG && TIOCGWINSZ */ - -#ifndef _WIN32 -#include -typedef struct dirent dirent; -#endif - -/* SVR4 systems should use rather than . */ - -#if defined (USGr4) -#define _POSIX_VERSION -#endif - -#if defined _WIN32 && !defined __GNUC__ -#include -#endif diff --git a/gnu/dist/readline/sysdep-obsd.h b/gnu/dist/readline/sysdep-obsd.h deleted file mode 100644 index 88bcdd613252..000000000000 --- a/gnu/dist/readline/sysdep-obsd.h +++ /dev/null @@ -1,12 +0,0 @@ -/* System-dependent stuff, for Sony NEwS, Mach, and other systems - in the "old BSD Unix" tradition. */ - -#ifdef __GNUC__ -#define alloca __builtin_alloca -#else -extern char *alloca (); -#endif - -#include -#include -typedef struct direct dirent; diff --git a/gnu/dist/readline/sysdep-sco.h b/gnu/dist/readline/sysdep-sco.h deleted file mode 100644 index 31af763b4478..000000000000 --- a/gnu/dist/readline/sysdep-sco.h +++ /dev/null @@ -1,13 +0,0 @@ -/* System-dependent stuff, for SCO systems */ - -#include - -#ifdef __GNUC__ -#define alloca __builtin_alloca -#endif - -#include -#include -#include -#include -typedef struct dirent dirent; diff --git a/gnu/dist/readline/sysdep-sysv4.h b/gnu/dist/readline/sysdep-sysv4.h deleted file mode 100644 index 558492f3048e..000000000000 --- a/gnu/dist/readline/sysdep-sysv4.h +++ /dev/null @@ -1,26 +0,0 @@ -/* System-dependent stuff, for SVR4 systems */ - -#ifdef __GNUC__ -#define alloca __builtin_alloca -#else -#if defined (sparc) && defined (sun) -#include -#endif -#ifndef alloca /* May be a macro, with args. */ -extern char *alloca (); -#endif -#endif - -#include /* Needed by dirent.h */ -#include -#include -#include -typedef struct dirent dirent; - -/* SVR4 systems should use rather than . */ -#define _POSIX_VERSION - -/* SVR4 systems need _POSIX_SOURCE defined to suppress 'struct winsize' - definition in , since it's unconditionally defined in - . */ -#define _POSIX_SOURCE