]> code.citadel.org Git - citadel.git/commit
* NEWS, README, AUTHORS, ChangeLog: new files; automake complains if
authorNathan Bryant <loanshark@uncensored.citadel.org>
Tue, 3 Nov 1998 19:51:54 +0000 (19:51 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Tue, 3 Nov 1998 19:51:54 +0000 (19:51 +0000)
commit3c58f7655e0bcd50b8e3527bb70454eadeef3966
treefa71e61fdc2cf2808e5ca80437afd2fda1b0a0d9
parent0220ce2e9fac7634e69360d604def32080ac68b2
    * NEWS, README, AUTHORS, ChangeLog: new files; automake complains if
          these don't exist.
        * Makefile, gtk/Makefile, libcli_cit/Makefile: removed
        * Makefile.am, acconfig.h, config.guess, config.sub, configure.in,
          gtk/Makefile.am, libcli_cit/Makefile.am: added
        * bootstrap: new script; run this to generate the build environment.
          I'm using libtool 1.2, automake 1.3b, and autoconf 2.12.
        * gtk/gcit.c, gtk/gcit.h, gtk/gtk_misc.c, gtk/gtk_misc.h, gtk/gui.h,
          libcli_cit/citadel_util.c, libcli_cit/citadel_util.h,
          libcli_cit/client_api.c, libcli_cit/tcp_trans.c: portability
          enhancements, warning fixes
25 files changed:
gcit/AUTHORS [new file with mode: 0644]
gcit/ChangeLog [new file with mode: 0644]
gcit/Makefile [deleted file]
gcit/Makefile.am [new file with mode: 0644]
gcit/NEWS [new file with mode: 0644]
gcit/README [new file with mode: 0644]
gcit/acconfig.h [new file with mode: 0644]
gcit/bootstrap [new file with mode: 0755]
gcit/config.guess [new file with mode: 0755]
gcit/config.sub [new file with mode: 0755]
gcit/configure.in [new file with mode: 0644]
gcit/gtk/Makefile [deleted file]
gcit/gtk/Makefile.am [new file with mode: 0644]
gcit/gtk/gcit.c
gcit/gtk/gcit.h
gcit/gtk/gtk_misc.c
gcit/gtk/gtk_misc.h
gcit/gtk/gui.c
gcit/gtk/gui.h
gcit/libcli_cit/Makefile [deleted file]
gcit/libcli_cit/Makefile.am [new file with mode: 0644]
gcit/libcli_cit/citadel_util.c
gcit/libcli_cit/citadel_util.h
gcit/libcli_cit/client_api.c
gcit/libcli_cit/tcp_trans.c