1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-07 23:27:48 +02:00

* autogen.sh: Fixed last change.

This commit is contained in:
Werner Koch 2001-12-22 13:47:43 +00:00
parent ccb1f8c175
commit a9826f2b60
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-12-22 Werner Koch <wk@gnupg.org>
* autogen.sh: Fixed last change.
2001-12-21 Werner Koch <wk@gnupg.org>
* distfiles: Removed those files which which automake installs by

View File

@ -21,7 +21,7 @@ aclocal_vers=1.5
DIE=no
if test "$1" = "--build-w32"; then
tmp=`dirname $0`
tsdir=`cd "$tmp"`; cd ..; pwd)
tsdir=`cd "$tmp"; cd ..; pwd`
shift
host=i386--mingw32
if [ ! -f $tsdir/scripts/config.guess ]; then