diff options
-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 |