* configure.in, acconfig.h: new files; partially functional GNU
authorNathan Bryant <loanshark@uncensored.citadel.org>
Mon, 28 Sep 1998 23:57:37 +0000 (23:57 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Mon, 28 Sep 1998 23:57:37 +0000 (23:57 +0000)
commit00ffb02fc60e629cb0f4c7fad59a5564adb5ffb4
tree980b08e96c3a80f3ed9dec4ad2fdc820e058f393
parent99a62938e35b2234a9fea6cca3abad537d3f6cef
    * configure.in, acconfig.h: new files; partially functional GNU
          autoconf configure script. Run autoheader; autoconf; ./configure
          --prefix=`pwd` to test.
        * Makefile.tmpl: new file; this is what Makefile.in used to be. Used by
          Configure.
        * Makefile.in: modified to work with autoconf-style configure script
        * Configure: modified to use Makefile.tmpl and generate autoconf-style
          macros. Removed procfs detection. Pass -O2 to gcc, -O to other
          compilers. Removed mknod/mkfifo detection; code should use mkfifo(3).
        * citmail.c, msgform.c, netproc.c, routines.c, support.c, userlist.c,
          whobbs.c: use HAVE_STRERROR macro rather than NO_STRERROR
        * commands.c: use HAVE_TERMIOS_H macro rather than POSIX_TERMIO
        * netproc.c: remove procfs stuff. simply attempt to kill the target
          process with signal zero instead; this checks whether the process
          exists.
        * setup.c, useradmin.c: use HAVE_CURSES_H macro
15 files changed:
citadel/.cvsignore
citadel/ChangeLog
citadel/Makefile.in
citadel/Makefile.tmpl [new file with mode: 0644]
citadel/acconfig.h [new file with mode: 0644]
citadel/citmail.c
citadel/commands.c
citadel/configure.in [new file with mode: 0644]
citadel/msgform.c
citadel/netproc.c
citadel/routines.c
citadel/setup.c
citadel/support.c
citadel/userlist.c
citadel/whobbs.c