diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-08-18 09:03:48 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-08-18 09:03:48 +0000 |
commit | 04ae3ba94c6e58afbb6c830e191fe9fe658f2cb4 (patch) | |
tree | 9884db559e24ad73e41fef606c605edcd662c63b /autogen.sh | |
parent | 7441aa42e26df500f9355f7f1f33af9c955c30f8 (diff) |
Update autogen.sh to one that does objdir != srcdir.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,4 +10,3 @@ autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? $srcdir/configure --enable-maintainer-mode "$@" - |