summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2001-09-16* configure.in: check for setpgrp.sabetts
* src/actions.c (spawn): if setpgid doesn't exist, try setpgrp.
2001-09-16* configure.in: check for setsid and setpgid functions. Addsabetts
contrib/Makefile to AC_OUTPUT. * Makefile.am (SUBDIRS): add contrib
2001-09-07Use AC_CHECK_FUNCS to check for getopt andsabetts
getopt_long.
2001-09-06* configure.in: check for getopt and getopt_long.sabetts
* src/getopt.c: wrap the whole file in an #ifndef HAVE_GETOPT_LONG * src/getopt1.c: wrap the whole file in an #ifndef HAVE_GETOPT_LONG
2001-06-29better xterm check, fixes #430631algernon
2001-03-14warn the user if the x terminal emulator cannot besabetts
found.
2001-03-05change version to 0.2.0-cvsrcyeske
2001-03-02* configure.in: adds -g to CFLAGS when debugging is turned on.sabetts
2001-03-02* actions.c (initialize_default_keybindings): removed emacssabetts
binding. * Makefile.am (SUBDIRS): removed man/ * configure.in (AC_OUTPUT): removed man/Makefile removed references to emacs. * doc/Makefile.am (man_MANS): ratpoison.1 moved to doc/ * doc/ratpoison.texi: minor updates.
2001-02-26* configure.in (AC_OUTPUT): added man/Makefilesabetts
* Makefile.am (SUBDIRS): added man dir
2001-02-22changed version to 0.0.6-cvsrcyeske
2001-02-19trivial changesrcyeske
2001-02-18configure warns the user if it can't find emacs.sabetts
2001-02-18removed man/Makefile from AC_OUTPUTsabetts
2001-02-17fuck autoconf. my docs say AC_CONFIG_HEADER is good, rc s ↵algernon
autoconf/automake/whatever barfs at it. We both have the same version. Damn it.
2001-02-17s/AM_CONFIG_HEADER/AC_CONFIG_HEADER/;algernon
2001-02-15fixed --enable-debug, added --with-emacs, added man/Makefile to AC_OUTPUTalgernon
2001-01-02added --with-xterm=PROG optionsabetts
2000-12-04debugging is now on by defaultsabetts
2000-11-27bumped version numbersabetts
2000-10-15*** empty log message ***sabetts
2000-09-15Added a --enable-debug option to enable debugging output.sabetts
2000-09-07restructured tree, added automake and autoconf to the build process.sabetts