diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | autogen.sh | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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. @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # Run this to generate all the initial makefiles, etc. # # Copyright (C) 2003 g10 Code GmbH |