Ultra-simplification of the build system for the text client.
authorArt Cancro <ajc@citadel.org>
Fri, 6 Apr 2018 18:38:11 +0000 (14:38 -0400)
committerArt Cancro <ajc@citadel.org>
Fri, 6 Apr 2018 18:38:11 +0000 (14:38 -0400)
commit2dfd5bee542a9d635e380097e63c307bd6c27d65
tree2403dae833bdfcb8dc92e9637af99b4ca7467288
parent710ef6ae1c0c11e09bd35ee7f95fdee938e29c1b
Ultra-simplification of the build system for the text client.
Eliminated the use of GNU Autotools because Richard Stallman is
a communist who hates America.  Now we use "conf-IG-ure" , a new
build system which is patriotic and has screeching eagles and
American flags and Bibles and guns and can win at NASCAR without
even trying.

Seriously though ... autotools is just way too complex for the
21st Century.  I guess that means we're dropping support for the
extreme edge case obsolete systems so that we can make our own
software more maintainable.

I've also ripped out the billions of lines of experimental code
which does nothing and isn't being used anymore.
67 files changed:
ctdlsh/README [deleted file]
ctdlsh/README.txt [new file with mode: 0644]
textclient/.gitignore
textclient/Makefile [new file with mode: 0644]
textclient/Makefile.in [deleted file]
textclient/README.txt [new file with mode: 0644]
textclient/acinclude.m4 [deleted file]
textclient/aclocal.m4 [deleted file]
textclient/bootstrap
textclient/buildpackages [deleted file]
textclient/citadel.c [new file with mode: 0644]
textclient/citadel_ipc.c [new file with mode: 0644]
textclient/client_chat.c [new file with mode: 0644]
textclient/client_passwords.c [new file with mode: 0644]
textclient/commands.c [new file with mode: 0644]
textclient/config.guess [deleted file]
textclient/config.sub [deleted file]
textclient/configure [new file with mode: 0755]
textclient/configure.ac [deleted file]
textclient/install-sh [deleted file]
textclient/ipc_c_tcp.c [new file with mode: 0644]
textclient/ltmain.sh [deleted symlink]
textclient/m4/libtool.m4 [deleted symlink]
textclient/m4/ltoptions.m4 [deleted symlink]
textclient/m4/ltsugar.m4 [deleted symlink]
textclient/m4/ltversion.m4 [deleted symlink]
textclient/m4/lt~obsolete.m4 [deleted symlink]
textclient/md5.c [new file with mode: 0644]
textclient/messages.c [new file with mode: 0644]
textclient/missing [deleted file]
textclient/mkinstalldirs [deleted file]
textclient/rooms.c [new file with mode: 0644]
textclient/routines.c [new file with mode: 0644]
textclient/routines2.c [new file with mode: 0644]
textclient/screen.c [new file with mode: 0644]
textclient/scripts/mk_svn_revision.sh [deleted file]
textclient/src/citadel.c [deleted file]
textclient/src/citadel_ipc.c [deleted file]
textclient/src/client_chat.c [deleted file]
textclient/src/client_passwords.c [deleted file]
textclient/src/commands.c [deleted file]
textclient/src/ecrash.c [deleted file]
textclient/src/include/citadel_decls.h [deleted file]
textclient/src/include/citadel_ipc.h [deleted file]
textclient/src/include/client_chat.h [deleted file]
textclient/src/include/client_passwords.h [deleted file]
textclient/src/include/commands.h [deleted file]
textclient/src/include/ecrash.h [deleted file]
textclient/src/include/help.h [deleted file]
textclient/src/include/md5.h [deleted file]
textclient/src/include/messages.h [deleted file]
textclient/src/include/rooms.h [deleted file]
textclient/src/include/routines.h [deleted file]
textclient/src/include/routines2.h [deleted file]
textclient/src/include/screen.h [deleted file]
textclient/src/include/tuiconfig.h [deleted file]
textclient/src/include/typesize.h [deleted file]
textclient/src/ipc_c_tcp.c [deleted file]
textclient/src/md5.c [deleted file]
textclient/src/messages.c [deleted file]
textclient/src/rooms.c [deleted file]
textclient/src/routines.c [deleted file]
textclient/src/routines2.c [deleted file]
textclient/src/screen.c [deleted file]
textclient/src/tuiconfig.c [deleted file]
textclient/textclient.h [new file with mode: 0644]
textclient/tuiconfig.c [new file with mode: 0644]