From bb0c4b008d37b49d76476aa79d1968f40c800e4a Mon Sep 17 00:00:00 2001 From: sabetts Date: Sun, 16 Sep 2001 09:48:43 +0000 Subject: * configure.in: check for setsid and setpgid functions. Add contrib/Makefile to AC_OUTPUT. * Makefile.am (SUBDIRS): add contrib --- ChangeLog | 7 +++++++ Makefile.am | 4 ++-- configure.in | 6 +++--- contrib/.cvsignore | 2 ++ contrib/Makefile.am | 2 ++ 5 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 contrib/.cvsignore create mode 100644 contrib/Makefile.am diff --git a/ChangeLog b/ChangeLog index 9a0b9a9..fe08445 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-09-15 shawn + + * configure.in: check for setsid and setpgid functions. Add + contrib/Makefile to AC_OUTPUT. + + * Makefile.am (SUBDIRS): add contrib + 2001-09-14 shawn * src/actions.c (spawn): set the process group ID and session ID diff --git a/Makefile.am b/Makefile.am index e08173e..ae76319 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ## -## $Id: Makefile.am,v 1.8 2001/06/29 14:56:40 algernon Exp $ +## $Id: Makefile.am,v 1.9 2001/09/16 09:48:43 sabetts Exp $ PACKAGE = @PACKAGE@ VERSION = @VERSION@ @@ -27,7 +27,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 \ config.guess config.h.in config.sub configure \ install-sh missing mkinstalldirs stamp-h.in -SUBDIRS = src doc +SUBDIRS = src doc contrib docdir = $(datadir)/doc/$(PACKAGE) doc_DATA = AUTHORS COPYING ChangeLog NEWS README diff --git a/configure.in b/configure.in index 13f7d61..cb5c90c 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl -dnl $Id: configure.in,v 1.21 2001/09/07 05:22:01 sabetts Exp $ +dnl $Id: configure.in,v 1.22 2001/09/16 09:48:43 sabetts Exp $ AC_INIT(src/main.c) AM_INIT_AUTOMAKE(ratpoison, 1.0.1-cvs) @@ -74,7 +74,7 @@ AC_CHECK_HEADERS(unistd.h) dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for library functions. -AC_CHECK_FUNCS(getopt getopt_long) +AC_CHECK_FUNCS(getopt getopt_long setsid setpgid) AC_TYPE_SIGNAL -AC_OUTPUT(Makefile doc/Makefile src/Makefile) +AC_OUTPUT(Makefile doc/Makefile src/Makefile contrib/Makefile) diff --git a/contrib/.cvsignore b/contrib/.cvsignore new file mode 100644 index 0000000..3dda729 --- /dev/null +++ b/contrib/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile diff --git a/contrib/Makefile.am b/contrib/Makefile.am new file mode 100644 index 0000000..511dce7 --- /dev/null +++ b/contrib/Makefile.am @@ -0,0 +1,2 @@ +pkgdata_DATA = ratpoisonrc-mode.el +EXTRA_DIST = ratpoisonrc-mode.el -- cgit v1.2.3