[open-ils-commits] r10279 - trunk/Open-ILS/src/extras

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Aug 6 15:17:57 EDT 2008


Author: dbs
Date: 2008-08-06 15:17:49 -0400 (Wed, 06 Aug 2008)
New Revision: 10279

Modified:
   trunk/Open-ILS/src/extras/Makefile.install
Log:
Add autoconf and automake for Debian (not part of build-essential? geez!)
Add an explicit shell and vim formatting modeline


Modified: trunk/Open-ILS/src/extras/Makefile.install
===================================================================
--- trunk/Open-ILS/src/extras/Makefile.install	2008-08-06 15:42:00 UTC (rev 10278)
+++ trunk/Open-ILS/src/extras/Makefile.install	2008-08-06 19:17:49 UTC (rev 10279)
@@ -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 @@
 
 # Debian dependencies
 DEBS =  \
+	autoconf\
+	automake\
 	build-essential\
 	syslog-ng\
 	psmisc\
@@ -452,3 +456,5 @@
 		echo '/usr/local/lib' > /etc/ld.so.conf.d/local.conf; \
 		ldconfig; \
 	fi;
+
+# vim:noet:sw=4:ts=4:



More information about the open-ils-commits mailing list