there are bash scripts so lets have bash execute them
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 1 Jul 2010 22:21:43 +0000 (22:21 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 1 Jul 2010 22:21:43 +0000 (22:21 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2096 a5681a0c-68f1-0310-ab6d-d61299d08faa

MakeMakefile
autogen.sh

index 1b07f19..7419245 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Run this script after the first cvs checkout to build
 # makefiles and friends
index 45a11a4..e9b7eff 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # On MAC OS X, GNU libtoolize is named 'glibtoolize':
 if [ `(uname -s) 2>/dev/null` == 'Darwin' ]