aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2007-06-15 11:05:31 +0000
committerMarcus Brinkmann <[email protected]>2007-06-15 11:05:31 +0000
commit70e2314b4ecf6fe9af0da2692ccbafedbf0c5fab (patch)
tree95c5b5696ac386dce0c536765e7f104f89346694
parentVarious minor changes for W32 (diff)
downloadlibassuan-70e2314b4ecf6fe9af0da2692ccbafedbf0c5fab.tar.gz
libassuan-70e2314b4ecf6fe9af0da2692ccbafedbf0c5fab.zip
2007-06-15 Marcus Brinkmann <[email protected]>
* autogen.sh: Require bash.
-rw-r--r--ChangeLog4
-rwxr-xr-xautogen.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 66adad6..f96b72c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-15 Marcus Brinkmann <[email protected]>
+
+ * autogen.sh: Require bash.
+
2007-05-30 Werner Koch <[email protected]>
* autogen.sh <--build-w32>: Modernize.
diff --git a/autogen.sh b/autogen.sh
index 8fd8b8d..ba2fb2b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
# Run this to generate all the initial makefiles, etc.
#
# Copyright (C) 2003 g10 Code GmbH