diff options
author | Werner Koch <wk@gnupg.org> | 2001-08-06 13:54:07 +0000 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2001-08-06 13:54:07 +0000 |
commit | ad31d3be76a168650ca1e79c500cd6cbc10883b1 (patch) | |
tree | fdf9e7d050c1d88610b8e3668c85e1ec393140ba /scripts | |
parent | ae7664803b37c8789e28376353a95bda5bd99711 (diff) | |
download | libgcrypt-ad31d3be76a168650ca1e79c500cd6cbc10883b1.tar.gz |
*** empty log message ***
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/autogen.sh b/scripts/autogen.sh index 80bb5207..1acf3db4 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -2,13 +2,13 @@ # Run this to generate all the initial makefiles, etc. PGM=GnuPG -DIE=no autoconf_vers=2.52 automake_vers=1.4 aclocal_vers=1.4 libtool_vers=1.3 +DIE=no if test "$1" = "--build-w32"; then tsdir=$(cd `dirname $0`; cd ..; pwd) shift |