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:
parent
ccb1f8c175
commit
a9826f2b60
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user