diff options
Diffstat (limited to '')
-rwxr-xr-x | scripts/autogen.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/autogen.sh b/scripts/autogen.sh index 70635da3a..2ff3c2833 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -38,6 +38,8 @@ ACLOCAL=${AUTOMAKE_PREFIX}${ACLOCAL:-aclocal}${AUTOMAKE_SUFFIX} GETTEXT=${GETTEXT_PREFIX}${GETTEXT:-gettext}${GETTEXT_SUFFIX} MSGMERGE=${GETTEXT_PREFIX}${MSGMERGE:-msgmerge}${GETTEXT_SUFFIX} +DIE=no + # Used to cross-compile GnuPG for Windows. if test "$1" = "--build-w32"; then tmp=`dirname $0` |