From 8b78703af4c20b3d4cb7d6601e21db534e6c946c Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 6 Aug 2008 19:17:49 +0000 Subject: [PATCH] Add autoconf and automake for Debian (not part of build-essential? geez!) Add an explicit shell and vim formatting modeline git-svn-id: svn://svn.open-ils.org/ILS/trunk@10279 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/extras/Makefile.install | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 980f7e0747..b7eccf2fbf 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -28,13 +28,15 @@ # # --------------------------------------------------------------------- +# Make any assumptions about the shell being used explicit +SHELL=/bin/bash + # XXX # Gentoo needs explicit versions on many of these packages # to simulate a "blessed" set of packages # Also, I (think) Gentoo has a javascript::spidermonkey package that does # not require fetching the sources externally ... needs testing/updating in here - LIBJS=js-1.7.0 LIBJS_PERL=JavaScript-SpiderMonkey-0.19 LIBJS_URL=ftp://ftp.mozilla.org/pub/mozilla.org/js/$(LIBJS).tar.gz @@ -79,6 +81,8 @@ APT_TOOL=aptitude # Debian dependencies DEBS = \ + autoconf\ + automake\ build-essential\ syslog-ng\ psmisc\ @@ -452,3 +456,5 @@ create_ld_local: echo '/usr/local/lib' > /etc/ld.so.conf.d/local.conf; \ ldconfig; \ fi; + +# vim:noet:sw=4:ts=4: -- 2.43.2