diff options
author | Werner Koch <[email protected]> | 2001-12-22 13:47:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-12-22 13:47:43 +0000 |
commit | a9826f2b60f11424cbf6b0b4c27ae44b6e605f1e (patch) | |
tree | 4872538e6a42887be387eed283af52259d91f1d8 | |
parent | Minor cleanups (diff) | |
download | gnupg-a9826f2b60f11424cbf6b0b4c27ae44b6e605f1e.tar.gz gnupg-a9826f2b60f11424cbf6b0b4c27ae44b6e605f1e.zip |
* autogen.sh: Fixed last change.
-rw-r--r-- | scripts/ChangeLog | 4 | ||||
-rwxr-xr-x | scripts/autogen.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog index 7bca302df..7a64d364b 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2001-12-22 Werner Koch <[email protected]> + + * autogen.sh: Fixed last change. + 2001-12-21 Werner Koch <[email protected]> * distfiles: Removed those files which which automake installs by diff --git a/scripts/autogen.sh b/scripts/autogen.sh index 6df5413d3..2751a6205 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -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 |