1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-11-04 20:38:50 +01: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> 2001-12-21 Werner Koch <wk@gnupg.org>
* distfiles: Removed those files which which automake installs by * distfiles: Removed those files which which automake installs by

View File

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